Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Professionals > App Developers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 07-28-2011, 02:28 PM
berrygoodthemes
Device(s): 9900 (Bold)
Carrier: O2
Pin: the tail on the donkey
 
Location: Blackpool UK
Join Date: Nov 2009
Posts: 795
Likes Received: 7
Thanked 27 Times in 22 Posts
Default Turn my flash game into PlayBook app...........

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
Reply With Quote Tip this Post
  #2  
Old 08-04-2011, 10:27 AM
CrackBerry Master
Device(s): 9800 (Torch)
Carrier: Telus
Pin: cushion
 
Join Date: Oct 2009
Posts: 1,294
Likes Received: 442
Thanked 286 Times in 153 Posts
Default

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-2011 at 11:00 AM.
Reply With Quote Tip this Post
  #3  
Old 08-04-2011, 11:41 AM
CrackBerry Master
Device(s): 9800 (Torch)
Carrier: Telus
Pin: cushion
 
Join Date: Oct 2009
Posts: 1,294
Likes Received: 442
Thanked 286 Times in 153 Posts
Default

I am surprised there is not more info on this site regarding this very subject.
Reply With Quote Tip this Post
  #4  
Old 08-04-2011, 01:45 PM
CrackBerry Abuser
Device(s): 9900 (Bold)
Carrier: T-Mobile
 
Location: Santa Clara, CA
Join Date: Oct 2008
Posts: 170
Likes Received: 22
Thanked 24 Times in 17 Posts
Default

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
Reply With Quote Tip this Post
  #5  
Old 08-04-2011, 02:15 PM
CrackBerry Master
Device(s): 9800 (Torch)
Carrier: Telus
Pin: cushion
 
Join Date: Oct 2009
Posts: 1,294
Likes Received: 442
Thanked 286 Times in 153 Posts
Default

eye sea.


And thank you for the irc channels.

I am far from a developer, but Im learnin
Reply With Quote Tip this Post
  #6  
Old 10-07-2011, 01:17 PM
CrackBerry Master
Device(s): 9800 (Torch)
Carrier: Telus
Pin: cushion
 
Join Date: Oct 2009
Posts: 1,294
Likes Received: 442
Thanked 286 Times in 153 Posts
Default

Your welcome BTW.
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > App Developers   Turn my flash game into PlayBook app...........

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes