Flex Security Sandbox problem

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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.
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139