BitmapDraw error on transition to navigator.pushView(XXXX)
This has been a puzzle for a number of days now and I have tried virtually all of the suggestions on these forums with respect to Security Sandbox violation Error #2123 (checkPolicyFile; sampleVideoAccess)
The problem is not that I want to take an image of anything at all it is that I am exiting a view in Flash Builder 4 mobile application after disconnecting from the incoming stream but I get this error
It looks like the slideview transition is taking a bitmap image of the "View" before leaving for an alternative "View". I use local
SecurityError: Error #2123: Security sandbox violation: BitmapData.draw: app:/epand1.swf cannot access rtmfp://p2p.rtmfp.net/{====my developer API code====). No policy files granted access.
at flash.display::BitmapData/draw()
at spark.effects::SlideViewTransition/generateBitmap()
at spark.effects::SlideViewTransition/captureStartValues()
at spark.components::ViewNavigator/viewAdded()
at spark.components::ViewNavigator/commitViewChange()
at spark.components::ViewNavigator/commitProperties()
at mx.core::UIComponent/validateProperties()
at mx.managers::LayoutManager/validateClient()
at mx.core::UIComponent/validateNow()
at spark.components::ViewNavigator/executeDelayedActions()
Anyone else come across this issue?
Gerry
