Flash & W3C Validation
Flash & W3C Validation
Out of context: Reply #6
- Started
- Last post
- 12 Responses
- tGP0
moth.
you need to have 2 flash files, one which acts as a container, one which is your actual movie...
so make a blank swf, the same dimensions as the movie you wish to display... call it c.swf (for 'container')...
there need not be anything in this swf but the following code, in the first frame:
+++++++++++++++++++
_root.loadMovie(_root.path,0);
+++++++++++++++++++What this AS is doing is loading a movie, and it is receiving the 'path' variable from within the following html markup...
place this markup your html:
+++++++++++++++++++
+++++++++++++++++++
Its a bit ong-winded to get the job done, but it works...
peace
j