|
-
March 8th, 2007, 02:35 AM
#5
Member
Flash takes it's path from the HTML/ASP page it's embedded in - which can cause issues once on an actual server as opposed to a folder on your hard drive.
Not sure why the absolute links don't work - they should. Try using a full URL including the http:// and see if that fixes it.
What I do is set a variable for the path so I can test it locally and on the server-
pathToFiles = "/some-file-path/";
getURL(pathToFiles + "myMovie.swf");
-----
When testing on your hard-drive, set pathToFile = ""; so it doesn't append anything, when testing on the actual server, put in the whole address.
Hope this helps.
Cheers,
Nigel
Similar Threads
-
By SDK in forum General Programming Questions
Replies: 0
Last Post: March 31st, 2005, 12:19 AM
-
By thuongtamnhan in forum AntiOnline's General Chit Chat
Replies: 3
Last Post: November 1st, 2003, 03:45 PM
-
By black_death in forum Other Tutorials Forum
Replies: 0
Last Post: September 28th, 2002, 11:57 AM
-
By morfius in forum Other Tutorials Forum
Replies: 8
Last Post: June 7th, 2002, 01:48 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|