Jump to content

I want to know how to use php variables within flash


dowdie

Recommended Posts

I want to know how to use php variables within flashI have a flash video file which has a path to the .flv file i want to be able to change that path from the php filePHP$flv = newClientsflv.flv;FLASHvar nc:NetConnection = new NetConnection();nc.connect(null);var ns:NetStream = new NetStream(nc);theVideo.attachVideo(ns);ns.play($flv);Will this work?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...