[MOD EDIT] Split from another thread.
I have been supplied some training modules by a client that consist of a main menu swf file and then a number of pages of content each as separate swf files.
So the URL of my main menu is
http://www.mysite.com/index.php/viewModule
I am storing all the swf files in a folder http://www.mysite.com/media
The main menu is not loading in page1.swf - I assume due to the way EE deals with paths.
The Action Script code to load the page is: loadMovieNum(“page1.swf”, 100);
I have no access to the FLA. I was able to see the code by decompiling the main menu swf.
Does anyone have a solution to get this working? It sounds like the original poster found a solution but I am not sure if such a solution would work for me.