Hi All,
For our application we are trying to embed a swf file on one of our webpages. The swf file contains four different images and we are unable to provide the image names dynamically. Swf needs a XML file to understand the path of images but if we separate the XML and images from the SWF then the SWF does not work.
Currently the only way it works is by having the SWF, the images and the XML file attached on the same page.
Subject: Use path from root for your images
You have to check two things :
-
In your swf, the image url must use the URLs from the xml without adding anything before or after
-
Use the entire path to your image in the xml something like :
/yourdb/selectionview/dockey/$file/yourfilename.xyz if the image is in a notes document
or
/yourdb/yourfilename.xyz if the image is attached as an image resource.
You can check that the image url is correct in the xml by pasting this url in a browser and see if the image is shown.
Hope this helps.
Renaud
Subject: RE:Change images dynamically on swf file
Hey Renaud,
Thanks a lot for this. We will try this out and check if this works out.
Sayan
Subject: Duplicate removed