artboy1261
Technical User
I've created a flash movie (GalleryMC.swf)
This movie has a navigation loaded into it:
mcLoader.loadMovie("siteNavigation.swf", "_level1")
it works fine when I test it in Flash and works within the HTML that Flash generates when I publish it.
When I add it to the HTML of the site the navigation stops showing up but the main movie clip shows fine
I am using the following to call the movie:
<script type="text/javascript">var so = new SWFObject("MovieClips/GalleryMC.swf", "mymovie", "800", "315", "6", "#282921");so.addVariable("variable", "varvalue");so.write("flashcontent");
This movie has a navigation loaded into it:
mcLoader.loadMovie("siteNavigation.swf", "_level1")
it works fine when I test it in Flash and works within the HTML that Flash generates when I publish it.
When I add it to the HTML of the site the navigation stops showing up but the main movie clip shows fine
I am using the following to call the movie:
<script type="text/javascript">var so = new SWFObject("MovieClips/GalleryMC.swf", "mymovie", "800", "315", "6", "#282921");so.addVariable("variable", "varvalue");so.write("flashcontent");