Forum Moderators: open
is there an easy way to do this? Id like to not have to specify the video file name in flash but rather in the html or javascript as I plan to use this dynamically with php and alot of different video files.
<PARAM NAME=FlashVars VALUE="movie=<?php echo $movie_name; ?>">
or within the embed:
FlashVars="movie=<?php echo $movie_name; ?>"
var videoSource:String = root.loaderInfo.parameters.movie;