XML: Adobe AIR root XML for Blackberry Playbook


/ Published in: XML
Save to your folder(s)

In order to add a splash screen to your black berry app, you need to create an XML file, name it "blackberry-tablet.xml" and place it at root level --With your Application descriptor file.


Copy this code and paste it in your HTML
  1. <qnx>
  2. <initialWindow>
  3. <systemChrome>none</systemChrome>
  4. <transparent>false</transparent>
  5. </initialWindow>
  6. <publisher>NameOfPublisher</publisher>
  7. <category>core.internet</category>
  8. <icon>
  9. <image>icons/72x72.png</image>
  10. </icon>
  11. <splashscreen>icons/splashscreen.png</splashscreen>
  12. </qnx>

URL: http://chrisaiv.com/post/4187704195/developing-for-blackberry-playbook-using-flash-cs5-1

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.