I'm not sure what your objective is with this question. Unless this is some
sort of homework assignment, I can't see any reason to Javascript to change an
flv in a Flash movie. You don't say what version of Flash you're using, but it
doesn't really matter a great deal. You can load in any number of files, flv or
otherwise, into an embedded Flash movie. You can then play these files on
demand using your own custom controls or an flv player skin.
If you need to use Javascript, possibly because you want to build a set of
controls in the HTML doc that holds the Flash movie, then you can use the
ExternalInterface class, in either Flash 8 or 9. Have a look at the information
on the External API in the online help for more information.
Since innerHTML isn't standards compliant, I wouldn't lose any sleep over not
being able to use it.
misc1111 - 15 Jul 2008 17:42 GMT
Thanks for the reply Rob. I will look into the ExternalInterface reference. I
want to make a playlist in the HTML code so that the user can switch to any one
of the videos in the playlist by clicking on the link or selecting an entry in
a list box.
Thanks!