snoopy81
08-20-2005, 06:22 AM
How do I call the flash movie dynamically? I would like to change the value "Untitled-1.swf" according to the value passed in by the javascript function getName(movieName).
Is it possible?
<param name="movie" value="Untitled-1.swf" />
My javascript function:
function getName(movieName)
{
name = movieName;
}
Is it possible?
<param name="movie" value="Untitled-1.swf" />
My javascript function:
function getName(movieName)
{
name = movieName;
}