Re: [Swftools-common] allowDomain(*) / allowInsecureDomain(*) in generated swfs

2009-10-13 Thread Matthias Kramm
On Mon, Oct 05, 2009 at 08:06:37PM +0200, Mixotic i...@mixotic.net wrote:
 i converted a page of an swf to flash version 9, but there is no 
 allowDomain(*) included. :(

Use the -t option:
pdf2swf -T9 -t file.pdf -o file.swf
.

Matthias





Re: [Swftools-common] allowDomain(*) / allowInsecureDomain(*) in generated swfs

2009-10-03 Thread Mixotic

hey matthias,

thanx, good news, i'll try this. what do yo think about also adding 
allowInsecureDomain(*)? that allows hosting on a https server and 
access from http.


felix

On Fri, Oct 02, 2009 at 03:12:24PM +0200, Mixotic i...@mixotic.net 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.

Matthias




  






Re: [Swftools-common] allowDomain(*) / allowInsecureDomain(*) in generated swfs

2009-10-02 Thread Matthias Kramm
On Fri, Oct 02, 2009 at 03:12:24PM +0200, Mixotic i...@mixotic.net 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.

Matthias






Re: [Swftools-common] allowDomain(*) / allowInsecureDomain(*) in generated swfs

2009-10-02 Thread Ricardo Pedroso
On Fri, Oct 2, 2009 at 9:48 PM, Matthias Kramm kr...@quiss.org wrote:
 On Fri, Oct 02, 2009 at 03:12:24PM +0200, Mixotic i...@mixotic.net 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