Looks like you're running an effect that needs to touch the bits. You may have to disable the effect or change to a different effect.
-Alex ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of justme1231331 Sent: Tuesday, May 15, 2007 10:08 AM To: [email protected] Subject: [flexcoders] Re: Security sandbox problem Error is as follows.. When at the site select the 'Digital Life' news feed and click on "Photos: TiVo and Tina's wedding". It will display the description. When you click on the 'X' in the description pane is when the error comes up. Not sure how long that article will be there for, it is a live feed. SecurityError: Error #2122: Security sandbox violation: BitmapData.draw: http://www.quad-com.ca/flex/index.swf <http://www.quad-com.ca/flex/index.swf> cannot access http://dw.com.com/clear/c.gif?ts=1115768950&edId=3&prtnr=CNET%20Networks ,%20Inc.&oid=2300-1041-6183647&ptId=2547&onId=1041&sId=17&asId=6183647&a stId=1&CTYPE=rss_feeds&CVAL=6183647 <http://dw.com.com/clear/c.gif?ts=1115768950&edId=3&prtnr=CNET%20Network s,%20Inc.&oid=2300-1041-6183647&ptId=2547&onId=1041&sId=17&asId=6183647& astId=1&CTYPE=rss_feeds&CVAL=6183647> . A policy file is required, but the checkPolicyFile flag was not set when this media was loaded. at flash.display::BitmapData/draw() at mx.effects.effectClasses::MaskEffectInstance/::getVisibleBounds() at mx.effects.effectClass! es::MaskEffectInstance/::initMask() at mx.effects.effectClasses::MaskEffectInstance/startEffect() at mx.effects.effectClasses::ParallelInstance/play() at mx.effects::EffectInstance/startEffect() at mx.effects::Effect/play() at mx.effects::EffectManager$/::createAndPlayEffect() at mx.effects::EffectManager$/http://www.adobe.com/2006/flex/mx/internal::e ventHandler() at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven tFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent() at mx.core::UIComponent/setVisible() at mx.core::UIComponent/set visible() at index/hidecnetdescription() at index/__btnhidecnet! description_click() --- In flexcoder! [EMAIL PROTECTED] roups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > What error are you getting? Post the full text of the error and call > stack. > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of justme1231331 > Sent: Monday, May 14, 2007 7:57 AM > To: [email protected] > Subject: [flexcoders] Security sandbox problem > > > > I'm rebuilding my website using flex and so far having some fun but I > seem to have run into a problem regarding security. > > I built a miniature RSS reader on the side which grabs headlines from > CNet. To get around the obvious security problem, I reference a local > cfm page that goes and gets the feed for me. The feed descriptions are > html based, no problem for a textArea. The problem is that some of the! > descriptions have images in them. > > If there is an image, the displaying animation will play, the image > will show. When exiting the display, the sandbox error comes up and the > whole layout gets screwed up. > > I think this is a bug somewhere. Check it out for yourself. > > http://www.quad-com.ca/flex <http://www.quad-com.ca/flex> > > Source is available. >

