-
1. Re: I can't see swf path location through ui loader when uploaded to web server.
Ned Murphy Oct 15, 2013 7:20 PM (in response to Jermaine Braggs)You don't show anything relative to the UILoader. When on the server, what is the relationship of the different swf's to the html page?
Check the path for the swf's that are being loaded by the UILoader and make sure it is not trying to load them from your harddrive or somewhere else that might be inaccessible.
-
2. Re: I can't see swf path location through ui loader when uploaded to web server.
Jermaine Braggs Oct 16, 2013 2:02 AM (in response to Jermaine Braggs)I changed the ui loader to a movie clip and aui is a instance name. I've uploaded the swf to the server and changed the path of the loader to match with the sever's root folder. I've tried changing the path of the loader from PaperBoysFinal2swf5.swf to http://jermainebraggs.com/PaperBoysFinal2swf5.swf. Everything works locally.
-
3. Re: I can't see swf path location through ui loader when uploaded to web server.
Ned Murphy Oct 16, 2013 4:32 AM (in response to Jermaine Braggs)What is the link to the html page?
-
4. Re: I can't see swf path location through ui loader when uploaded to web server.
Jermaine Braggs Oct 16, 2013 6:58 AM (in response to Jermaine Braggs)www.jermainebraggs.com
-
5. Re: I can't see swf path location through ui loader when uploaded to web server.
Ned Murphy Oct 16, 2013 8:26 AM (in response to Jermaine Braggs)If all of the files are in the same folder as the html then you should be able to use a relative reference (not the full http: version). For the full version you might end up needing to include the "www" part as well, but you should be able to just use the file name alone.
The only things I can think of....
1) the url specified by the UILoader doesn not match the filename on the server.
2) the swf being loaded is also trying to load a file but cannot find it
-
6. Re: I can't see swf path location through ui loader when uploaded to web server.
Jermaine Braggs Oct 16, 2013 11:44 AM (in response to Jermaine Braggs)Thank you so much I finally figured it out. I didn't upload the current swf that I made changes to the server, so it couldn't find it!


