
Donna
Staff
/ Moderator

Apr 8, 2009, 3:50 PM
Post #2 of 2
(1840 views)
Shortcut
|
Hi there, It looks like the path to the source of your flash file is off. You've got: ./flash/20090405brawngp.swf This will correspond to "whatever directory I'm in now, then the flash directory, then the file." So, if the page you're viewing it on happens to be in any other directory, the link won't work. Generally you'll want to use full paths, like this: /flash/20090405brawngp.swf Removing the dot from the beginning (ie, starting with a forward slash) tells the browser to always try to find the file and the web root, then in the flash directory, then the filename. This way you can guarantee it'll work from any directory and any file, instead of only in a file that is in the right spot in the directory structure. I hope this helps! :) Donna -- support@interactivetools.com
|