Packaged SWF Flash app for playbook air applications

Source: Internet
Author: User
Tags xmlns

Command line package SWF Flash app for playbook Air applications:
Use the Blackberry-airpackager command of the BlackBerry Tablet SDK.

Set Path=c:/program files/adobe/adobe Flash Builder 4/sdks/blackberry-tablet-sdk-0.9.1/bin;%path%

Blackberry-airpackager-package Splus.bar Splus-app.xml splus.swf
Display: Using default Icon:c:/program files/adobe/adobe Flash Builder 4/sdks/blackberry
-tablet-sdk-0.9.1/bin/. /samples/icons/blackberry-tablet-default-icon.png
Package Created:Splus.bar

Some SWF versions are not correct and need to be encapsulated with Swfloader:

<?xml version= "1.0" encoding= "Utf-8"?
<s:windowedapplication xmlns:fx= "http://ns.adobe.com/mxml/ "
        xmlns:s=" Library://ns.adobe.com/flex/spark "
         xmlns:mx= "library://ns.adobe.com/flex/mx";
 <fx:Declarations>
  <!--Place non-visual elements (e.g., services, value objects) here-->
 </fx:d Eclarations>
 
 <mx:panel>
  <mx:swfloader id= "Myloader" width= "300" height= "+"
       source= "helloworld.swf"
       />
 </mx:panel>
</s:windowedapplication>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.