ok on my PHP page a car will be difined
for example the URL would be
somesite.com/page.php?movie=4
then i will code it so that the var will mean something,
then the var will turn into something important
$var='somesite.com/movies/'.$movie.'.flv' ;
translating into
$var='somesite.com/movies/4.flv' ;
heres where the flash movie comes in...
when i have a video playback in my SWF file the location of the flash video file (the FLV file) needs to be $var
I hope im making since.
anyway,
How to I transfer that var over to the flash movie?
Thanks
for example the URL would be
somesite.com/page.php?movie=4
then i will code it so that the var will mean something,
then the var will turn into something important
$var='somesite.com/movies/'.$movie.'.flv' ;
translating into
$var='somesite.com/movies/4.flv' ;
heres where the flash movie comes in...
when i have a video playback in my SWF file the location of the flash video file (the FLV file) needs to be $var
I hope im making since.
anyway,
How to I transfer that var over to the flash movie?
Thanks