LoveToCode
MIS
- Jan 11, 2007
- 51
I have a flash movie in an ASP.NET web application (I am software dev not a flash person). The SWF looks at an XML file that passes in an image url that is then in turn displayed on in that movie:
In the XML the image path I pass I have tried several options. Here is the image:
I tried the actual url (above). I tried relative (../../_mediaStore/image/1.jpg) I tried root relative (/_mediaStore/image/1.jpg)
The SWF lives in
root - /profile/userPlayer/UserPlayer.swf
the XML is in the same directory. The HTML page is
root - /profile/
None of them work!! What the heck?! Please heeelp me!
-- jenni
In the XML the image path I pass I have tried several options. Here is the image:
I tried the actual url (above). I tried relative (../../_mediaStore/image/1.jpg) I tried root relative (/_mediaStore/image/1.jpg)
The SWF lives in
root - /profile/userPlayer/UserPlayer.swf
the XML is in the same directory. The HTML page is
root - /profile/
None of them work!! What the heck?! Please heeelp me!
-- jenni