Re: Swf not loading

2015-10-12 Thread Hans Nuecke
Hi Vijendra, the problem is that AIR blocks SWFs that have the “allowDomain()” command in in. And that command is inserted into every SWF file by PDF2SWF by default. Taking out that allowDomain() command solves the problem. It might have a negative impact, if content from other domains must be

Re: Swf not loading

2015-10-11 Thread pkumar.flex
gspot.com/>* > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://apache-flex-users.246.n4.nabble.com/Swf-not-loading-tp11300.html > To unsubscribe from Apache Flex Users, click here > <http://

Swf not loading

2015-10-11 Thread vijendra sainy
Hi all, I have created a swf from pdf using pdf2swf tool. Now when I am loading this swf I a getting error. Error #3207: Application-sandbox content cannot access this feature. at flash.system::Security$/allowDomain() at rfx::MainTimeline_da283f07()[constructor.as:0] Please share thoughts if any