If you develop for the Blackberry Playbook you are required to use Flash Builder. Since I had a row of titles have been written for Flash and there’s no easy way to convert the code in between those two development solutions I tried to load the compiled Flash SWF into Flash Builder. After a few tries and wasting far too much time on Actionscript-Loader-Variation I found out that the SWFLoader clearly is the best component for the job.
Here’s an example:
<?xml version=”1.0″ encoding=”utf-8″?>
<s:Application
xmlns:fx=”http://ns.adobe.com/mxml/2009″
xmlns:s=”library://ns.adobe.com/flex/spark”
xmlns:mx=”library://ns.adobe.com/flex/mx”>
<mx:SWFLoader id=”contentLoader” source=”MatchIt_blackberry_playbook.swf”/>
</s:Application>
When exporting your projekt for the playbook make sure you bundle your loaded SWF. Otherwise you will just get a monochrome colored screen.
August 22nd, 2011
I followed same as mentioned. But just got blank screen on playbook. Same is working on playbook simulator.