Good day,
I have a flash movie that imports data from an XML file. The current process is that it picks up a pre-defined xml filename in the same folder/directory as the flash.
My problem is now porting this to PDF. I would like to embed the xml file in the pdf and have the flash read it, is this possible with calls from action script?
Thanks!
You should be able to create a Richmedia annotation with the SWF as the source and in the "Add Flash" dialog when you click "Show Advanced Options" there is a "Resources" tab where you can attach resources. If you attach the XML file you should be able to access the data from Actionscript (the files in the resources folder are in the same dir as the SWF as far as Actionscript is concerned). Let me know if you are not getting it to work and I will look at it further.
Josh