Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem Loading a Movie Clip

Status
Not open for further replies.

artboy1261

Technical User
Jun 6, 2007
8
US
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");
 
Thank you so much! Worked like a charm.
I really appreciate the help, thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top