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
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://
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