artboy1261
Technical User
I've created a flash movie (Intro.swf)
This movie has a navigation loaded into it:
mcLoader.loadMovie("siteNavigation.swf", "_level1")
Both of these movie clips exist in folder main > movieclips
the html file is located in the main folder
I have the paths in the sitenavigation.swf file as:
on(release){
getURL("mypage.html","_self")
} which should call another page from the main folder
when I try to click on the link I get a cannot find the file error in ie. I've tried about every combination of URLs but cant seem to understand how to call these pages. Any insight would be appreciated. Sorry to appear so needy, but I guess I am.
This movie has a navigation loaded into it:
mcLoader.loadMovie("siteNavigation.swf", "_level1")
Both of these movie clips exist in folder main > movieclips
the html file is located in the main folder
I have the paths in the sitenavigation.swf file as:
on(release){
getURL("mypage.html","_self")
} which should call another page from the main folder
when I try to click on the link I get a cannot find the file error in ie. I've tried about every combination of URLs but cant seem to understand how to call these pages. Any insight would be appreciated. Sorry to appear so needy, but I guess I am.