how to embed flash that is trying to access xml in it's original folder.
Posted
by mkprogramming
on Stack Overflow
See other posts from Stack Overflow
or by mkprogramming
Published on 2010-03-29T17:44:35Z
Indexed on
2010/03/29
17:53 UTC
Read the original article
Hit count: 283
I've got various flash files stored on my server.
For this exmaple - here is the directory structure:
Files > Example >
-> example.swf
-> example.xml
So then on a separate webpage stored in the root of my server.. i'm embeding the flash.
...
<param name="movie" value="http://www.example.com/Files/Example/example.swf">
...
Now the issue comes. Because the .swf is trying to access example.xml ... which is NOT stored in the root directory. How can I fix this problem?
(I'd rather not use an iframe)
© Stack Overflow or respective owner