1. cookney's Avatar
    ok i have messed around with Flash - i am a total novice - however i have made this awesome yet very simple game



    BerryGoodThemes - BlackBerry Themes - Excellence in Simplicity - ALIENS ATTACK GAME



    try it out via desktop or PlayBook !



    however , how or if can i turn this in to a standalone PlayBook app???



    also if anyone wants to help me out with a couple of things in the game that would also be awesome!!





    thanks
    07-28-11 02:28 PM
  2. molson0's Avatar
    config.xml =

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <widget xmlns="http://www.w3.org/ns/widgets" version="1.0.0.0">
    <feature id="blackberry.app.event" required="true" version="1.0.0.0"/>
    <access uri="http://www.berrygoodthemes.co.uk/" subdomains="true"/>
    <permission>access_shared</permission>
    <name>AliensAttack</name>
    <author rim:copyright="2011">BerryGoodThemes</author>
    <icon src="icon.png"/> 
    <content src="http://www.berrygoodthemes.co.uk/userimages/Aliens_Attack.swf"/> 
    </widget>

    icon.png (whatever icon you would like) would be added to the root of a zip file containing the XML file & icon.png called Aliens Attack

    After you have the zip file made, open bbwp and make the bar file.

    You will need signing keys from RIM to put it on your playbook.

    Would be as simple as this to link it to your site.

    You could also just embed the SWI into an HTML file and use the src line to link to it instead of your site.

    **some of the lines in config.xml would not be needed in your case**

    such as

    Code:
    <feature id="blackberry.app.event" required="true" version="1.0.0.0"/> Only required if using SwipeDown or such 
    <permission>access_shared</permission>
    <author rim:copyright="2011">BerryGoodThemes</author>
    <icon src="icon.png"/>  if you want no icon
    Last edited by molson0; 08-04-11 at 11:00 AM.
    08-04-11 10:27 AM
  3. molson0's Avatar
    I am surprised there is not more info on this site regarding this very subject.
    08-04-11 11:41 AM
  4. dkonigs's Avatar
    This is primarily a user site. Developers spend more time on the official BlackBerry Developer forums or on IRC.

    FreeNode has 3 channels of interest:
    ##blackberry
    ##blackberry-dev
    #playbook-dev
    08-04-11 01:45 PM
  5. molson0's Avatar
    eye sea.


    And thank you for the irc channels.

    I am far from a developer, but Im learnin
    08-04-11 02:15 PM
  6. molson0's Avatar
    Your welcome BTW.
    10-07-11 01:17 PM
LINK TO POST COPIED TO CLIPBOARD