Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Thiago Ricieri #1
Flex Security Sandbox problem
Hello everybody
I'm having problems when i use the Bitmap.draw() method to draw a class I
created. TThe method works fine when it has to draw a single image which was
loaded, but when it is playing a Youtube video on the component class i'm
trying to draw, flex throws the error #2122. I have already used the
Security.allowDomain("http://www.youtube.com") and
Security.allowInsecureDomain("http://www.youtube.com") and even
Security.loadPolicyFile("http://www.youtube.com/crossdomain.xml") but nothing
works! :(
What should I do?
Thiago Ricieri Guest
-
7.0.2 Sandbox Security
ColdFusion MX 7.0.2 with Security Sandbox Enabled: It seems if you call a custom tag in the custom tags folder located outside the sandbox... -
Screwed up with CFAuthenticate and Sandbox Security
Not paying attention, I did something stupid. I removed the CFAuthenticate tag on the server, now I cannot log into the administrator. This is... -
sandbox security and XmlTransform function
Hi, I am running ColdFusion MX 6.1 Enterprise Edition U1 (Server Configuration) on Red Hat Enterprise Linux 3 U4. It looks like there is a bug... -
CFMX Enterprise Sandbox Security Does It Work?
RTFM, didn't modify the jvm.config. although now I am having trouble when I modify the jvm config. -
Security Sandbox Violation?
When I go to any page on yahoo.com, I get this window pop up with this text. What is going on? And how do you stop this from happening? (I'm using... -
Thiago Ricieri #2
Flex Security Sandbox problem
Hello everybody
I'm having problems when i use the Bitmap.draw() method to draw a class I
created. TThe method works fine when it has to draw a single image which was
loaded, but when it is playing a Youtube video on the component class i'm
trying to draw, flex throws the error #2122. I have already used the
Security.allowDomain("http://www.youtube.com") and
Security.allowInsecureDomain("http://www.youtube.com") and even
Security.loadPolicyFile("http://www.youtube.com/crossdomain.xml") but nothing
works! :(
What should I do?
Thiago Ricieri Guest
-
slaingod #3
Re: Flex Security Sandbox problem
If the youtube crossdomain policy file doesn't allow your flex app access, then you won't be able to access the bitmap data (which is the case).
slaingod Guest



Reply With Quote

