PDA

View Full Version : Loading Flash Movies into another


frase
10-17-2003, 08:26 AM
Probably very simple problem.

I'm loading a swf into another, it works when I run the flash file through windows explorer, but when I run it through the browser it doesn't load. All flash files are sitting in a "flash" directory whereas the HTML is sitting in the root directory.

pellepiano
10-17-2003, 08:37 AM
Links inside Flash are relative to the html documents location and not where the flash file is located.

frase
10-17-2003, 08:57 AM
Thanks for your help.