Post: How to make iPhone (and iPod) applications in Adobe Flash
04-10-2011, 03:49 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); -i did not see this here, so i figured i would give a nice lil c&p. 100% c&p from here: You must login or register to view this content.
thank you XDEvz

How to make iPhone apps in Flash
Yes, it is possible

But first there is a few things you will need...
Downloads, all are needed


Adobe Flash CS5: You must login or register to view this content.

Fake Certificates: (Both are needed)
1. You must login or register to view this content.
2. You must login or register to view this content.

A common knowledge of Adobe Flash CS5 (Obviously)

HERE IS AN EXAMPLE:

This is an app I made just to test it out (you need internet access to use it)
You must login or register to view this content.

Follow these 20 easy simple steps

Step 1: Open Adobe Flash CS5 and select iPhone OS

Step 2: (In the classic layout) Scroll all the way to the 600th frame and place a key frame then go back and click the first frame

Step 3: Right click on "Layer 1" and select "Insert Folder" Then take "Layer 1" and make it so that it is in "Folder 1"

Step 4: Add a button to the scene (If you cant find the box with components switch to the "Developer" layout)

Step 5: Insert a new scene (Insert>Scene)

Step 6: Do steps 2-4 again

Step 7: Go to "Scene 1" and right click the button you placed and press "Action"

Step 8: Press "Code Snippets" Go under "Timeline Navigation" and select "Click to go to scene and play, once the code window pops up insert this

movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene);

function fl_ClickToGoToScene(event:MouseEvent):void
{
MovieClip(this.root).gotoAndPlay(1, "Scene 2");
}

(Replace the original code with this)

Step 9: Do the same for "Scene 2" but insert this code

movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene);

function fl_ClickToGoToScene(event:MouseEvent):void
{
MovieClip(this.root).gotoAndPlay(1, "Scene 1");
}

Step 10: If you want to change the button text go under preferences and look in "Component Parameters"

Step 11: To differentiate the 2 scenes you should go to scene 2 and place a textarea and for the text go into preferences and in component parameters in the field that says "text" place "XDEvz IS THE BEST"

Step 12: Now its time to test the app, press ctrl shift enter to open the debugging window

Your app should work fine if you did everything right

Step 14: Go to File > iPhone OS Settings Name your app whatever you want and be sure to press the button next to output file and choose where you want to save the .ipa

Step 15: Go under the "Deployment" tab and select the certificate and provisioning file you downloaded the certificate password is 1234 then press publish

You dont need an icon, but if you want I would highly suggest Photoshop CS5

Step 16: Once that is done publishing plug in your iDevice and open up itunes

Step 17: After itunes takes forever to open go to file > add file to library and navigate to the place where you saved your .ipa

Step 18: Go to your iDevices info page in itunes and go under apps and select your app in the list of apps

Step 19: Sync up

Step 20: Test the app on your iDevice, if you want more tutorials just request them

(I am on windows 7 with an iPod 4G 8GB and iPod 2G 8GB non-mc)

My stuff :3
You must login or register to view this content.
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to ajbinky for this useful post:

HecmanHD, Swat Valley
04-10-2011, 10:28 PM #2
oman
Banned
Originally posted by ajbinky View Post
-i did not see this here, so i figured i would give a nice lil c&p. 100% c&p from here: You must login or register to view this content.
thank you XDEvz

How to make iPhone apps in Flash
Yes, it is possible

But first there is a few things you will need...
Downloads, all are needed


Adobe Flash CS5: You must login or register to view this content.

Fake Certificates: (Both are needed)
1. You must login or register to view this content.
2. You must login or register to view this content.

A common knowledge of Adobe Flash CS5 (Obviously)

HERE IS AN EXAMPLE:

This is an app I made just to test it out (you need internet access to use it)
You must login or register to view this content.

Follow these 20 easy simple steps

Step 1: Open Adobe Flash CS5 and select iPhone OS

Step 2: (In the classic layout) Scroll all the way to the 600th frame and place a key frame then go back and click the first frame

Step 3: Right click on "Layer 1" and select "Insert Folder" Then take "Layer 1" and make it so that it is in "Folder 1"

Step 4: Add a button to the scene (If you cant find the box with components switch to the "Developer" layout)

Step 5: Insert a new scene (Insert>Scene)

Step 6: Do steps 2-4 again

Step 7: Go to "Scene 1" and right click the button you placed and press "Action"

Step 8: Press "Code Snippets" Go under "Timeline Navigation" and select "Click to go to scene and play, once the code window pops up insert this

movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene);

function fl_ClickToGoToScene(event:MouseEvent):void
{
MovieClip(this.root).gotoAndPlay(1, "Scene 2");
}

(Replace the original code with this)

Step 9: Do the same for "Scene 2" but insert this code

movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene);

function fl_ClickToGoToScene(event:MouseEvent):void
{
MovieClip(this.root).gotoAndPlay(1, "Scene 1");
}

Step 10: If you want to change the button text go under preferences and look in "Component Parameters"

Step 11: To differentiate the 2 scenes you should go to scene 2 and place a textarea and for the text go into preferences and in component parameters in the field that says "text" place "XDEvz IS THE BEST"

Step 12: Now its time to test the app, press ctrl shift enter to open the debugging window

Your app should work fine if you did everything right

Step 14: Go to File > iPhone OS Settings Name your app whatever you want and be sure to press the button next to output file and choose where you want to save the .ipa

Step 15: Go under the "Deployment" tab and select the certificate and provisioning file you downloaded the certificate password is 1234 then press publish

You dont need an icon, but if you want I would highly suggest Photoshop CS5

Step 16: Once that is done publishing plug in your iDevice and open up itunes

Step 17: After itunes takes forever to open go to file > add file to library and navigate to the place where you saved your .ipa

Step 18: Go to your iDevices info page in itunes and go under apps and select your app in the list of apps

Step 19: Sync up

Step 20: Test the app on your iDevice, if you want more tutorials just request them

(I am on windows 7 with an iPod 4G 8GB and iPod 2G 8GB non-mc)

My stuff :3
You must login or register to view this content.
You must login or register to view this content.


nice mate i was going to make a tut on this but just couldn't be bothered and seen as you've done it now I don't need to
04-11-2011, 03:20 AM #3
Originally posted by Davidson92 View Post
nice mate i was going to make a tut on this but just couldn't be bothered and seen as you've done it now I don't need to


yeah, im prolly gonna be doing quite a few tutorials and guides, making sure i give full credz to the OP, as i have no skills in any way in this subject =P
04-11-2011, 02:18 PM #4
oman
Banned
Originally posted by ajbinky View Post
-i did not see this here, so i figured i would give a nice lil c&p. 100% c&p from here: You must login or register to view this content.
thank you XDEvz

How to make iPhone apps in Flash
Yes, it is possible

But first there is a few things you will need...
Downloads, all are needed


Adobe Flash CS5: You must login or register to view this content.

Fake Certificates: (Both are needed)
1. You must login or register to view this content.
2. You must login or register to view this content.

A common knowledge of Adobe Flash CS5 (Obviously)

HERE IS AN EXAMPLE:

This is an app I made just to test it out (you need internet access to use it)
You must login or register to view this content.

Follow these 20 easy simple steps

Step 1: Open Adobe Flash CS5 and select iPhone OS

Step 2: (In the classic layout) Scroll all the way to the 600th frame and place a key frame then go back and click the first frame

Step 3: Right click on "Layer 1" and select "Insert Folder" Then take "Layer 1" and make it so that it is in "Folder 1"

Step 4: Add a button to the scene (If you cant find the box with components switch to the "Developer" layout)

Step 5: Insert a new scene (Insert>Scene)

Step 6: Do steps 2-4 again

Step 7: Go to "Scene 1" and right click the button you placed and press "Action"

Step 8: Press "Code Snippets" Go under "Timeline Navigation" and select "Click to go to scene and play, once the code window pops up insert this

movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene);

function fl_ClickToGoToScene(event:MouseEvent):void
{
MovieClip(this.root).gotoAndPlay(1, "Scene 2");
}

(Replace the original code with this)

Step 9: Do the same for "Scene 2" but insert this code

movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene);

function fl_ClickToGoToScene(event:MouseEvent):void
{
MovieClip(this.root).gotoAndPlay(1, "Scene 1");
}

Step 10: If you want to change the button text go under preferences and look in "Component Parameters"

Step 11: To differentiate the 2 scenes you should go to scene 2 and place a textarea and for the text go into preferences and in component parameters in the field that says "text" place "XDEvz IS THE BEST"

Step 12: Now its time to test the app, press ctrl shift enter to open the debugging window

Your app should work fine if you did everything right

Step 14: Go to File > iPhone OS Settings Name your app whatever you want and be sure to press the button next to output file and choose where you want to save the .ipa

Step 15: Go under the "Deployment" tab and select the certificate and provisioning file you downloaded the certificate password is 1234 then press publish

You dont need an icon, but if you want I would highly suggest Photoshop CS5

Step 16: Once that is done publishing plug in your iDevice and open up itunes

Step 17: After itunes takes forever to open go to file > add file to library and navigate to the place where you saved your .ipa

Step 18: Go to your iDevices info page in itunes and go under apps and select your app in the list of apps

Step 19: Sync up

Step 20: Test the app on your iDevice, if you want more tutorials just request them

(I am on windows 7 with an iPod 4G 8GB and iPod 2G 8GB non-mc)

My stuff :3
You must login or register to view this content.
You must login or register to view this content.


would it be OK if i linked to this thread in my ultimate guide I'll give you 100% credit
here is a link to the thread - You must login or register to view this content.
The Link would go here - You must login or register to view this content.
04-12-2011, 02:49 AM #5
Originally posted by Davidson92 View Post
would it be OK if i linked to this thread in my ultimate guide I'll give you 100% credit
here is a link to the thread - You must login or register to view this content.
The Link would go here - You must login or register to view this content.


absolutely!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo