/ Published in: XML
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<qnx> <initialWindow> <systemChrome>none</systemChrome> <transparent>false</transparent> </initialWindow> <publisher>NameOfPublisher</publisher> <category>core.internet</category> <icon> <image>icons/72x72.png</image> </icon> <splashscreen>icons/splashscreen.png</splashscreen> </qnx>
URL: http://chrisaiv.com/post/4187704195/developing-for-blackberry-playbook-using-flash-cs5-1