Hello, question for anyone who has posted Flash sites online…I’m using Flash5 and I finished a site which has 3 pages, named “index”, “menu”, “logo”. I uploaded the files, both the html and .swf, to my httpdocs folder on my domain. The index.html page comes up no problem (which is my intro), I have an “enter here” button which brings you from the intro page (index) to the menu page, this part also works no problem This is a loadmovie into level action).
However, on my menu page I have a frame action which calls the “logo.swf”, to load. But this is not loading. In the loadMovie action, I called:
loadMovie(“logo.swf”, “placehold”);
in which “placehold” is a blank mc on the menu timeline. On my computer, I have these 3 files in the same folder. they all work properly and I have no problem, however, they do not work online. Is this because I have used the wrong addressing to call the files? I’m not using “_root.” because it is a seperate file. Do I use “_parent”? Please if anyone knows how to do the correct addressing please let me know. Also, when I upload these to be viewed online, what files need to be in the httpdocs folder? both html and .swf files?
If anyone can help, I would really appreciate it!! thanks, dave.