PDA

View Full Version : [Tutorial] Setting up Flex 3 SDK on OS X 10.5


OmenKing
04-12-2008, 01:16 PM
Start Using Flex 3 for Free

I've made a video lesson (http://learnhub.com/lesson/video/108-start-using-flex3-for-free) to show how to quickly setup up the Flex 3 SDK and get running a simple Flex application.

tiki33
04-14-2008, 09:57 PM
Thank you sooo much! Just as I was looking for this exact tutorial.

tiki33
04-14-2008, 11:30 PM
Ok, there must be more to it. I get a blank screen when I run some swfs after compiling. Like this one I am linking to.

http://demo.quietlyscheming.com/displayShelf/download/DisplayShelf.zip

OmenKing
04-15-2008, 03:24 PM
It compiles, the issue appears to be a sand-boxing issue:


SecurityError: Error #2148: SWF file file:///Users/andrew_wc_brown/Desktop/DisplayShelf/Final.swf cannot access local resource file:///Users/andrew_wc_brown/Desktop/DisplayShelf/img/photos400/photo01.jpg. Only local-with-filesystem and trusted local SWF files may access local resources.
at flash.display::BitmapData/draw()
at TiltingPane/createReflectionBitmap()
at TiltingPane/updateDisplayList()
at mx.core::UIComponent/validateDisplayList()
at mx.managers::LayoutManager/validateDisplayList()
at mx.managers::LayoutManager/doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2()
at mx.core::UIComponent/callLaterDispatcher()


DO I know how to fix that? Nope