On Fri, Oct 2, 2009 at 9:48 PM, Matthias Kramm <[email protected]> wrote: > On Fri, Oct 02, 2009 at 03:12:24PM +0200, Mixotic <[email protected]> wrote: >> i want to host my pdf2swf generated swfs on a different server than my >> main application. in order to do this the flash security model expects >> the line allowDomain("*") / allowInsecureDomain("*") in the loaded swf. >> is there any way to include this line into the pdf2swf generated swfs? > > allowDomain("*") is automatically included in any Flash 9 SWFs generated > by pdf2swf.
Probably you will need a crossdomain.xml file on each different server/domain Just google for crossdomain flash. Some reference: http://kb2.adobe.com/cps/142/tn_14213.html http://www.petefreitag.com/item/595.cfm Ricardo
