Flash CS5 + iPhone + Red5 = Cool shit
Published by Ronny on May 3rd, 2010 in Experiments. 7 Comments
A few days ago I ran into trouble using Flash CS5 to publish an iPhone application to an IPA file. I got some help from Peter and Erwin but it didn’t help in the end for an unexplicable reason…
However an hour ago I figured out what was wrong: About 4 months ago I had some problems with Java on my Mac, so I fiddled a bit with the settings… Turns out: Flash CS5 didn’t like that… After fixing that, I was back in business.
I got started right away, trying what I wanted to try for several weeks: testing if iPhone apps would be able to connect to a Red5 server… It works right out of the box. I’m in love with this!
Check it out!
Note: To be able to publish/run Flash Apps on your iPhone you need to an official iPhone Developer. If you have an iPhone but you have no Apple iPhone Developer subscribtion, you won’t be able to test this.
Posts that somehow relate to this one:
- How to distribute your Flash CS5 iPhone apps via Cydia – (2548 views)
- Section 3.3.1: Fuck off, devs – (762 views)
- Flash on the iPhone? Orly…? Ya. Rly. – (977 views)
- Open Microphone PT 2 – (737 views)
- Want to learn Red5? Request some tutorials here! – (313 views)
Freedom of speech!
Whatever it is you feel: Tell me! It's for free!


popular opinion
7 others felt like sharing their feelings about this. Feel free to do so as well.
Kjelle @ 12:02 - May 3rd, 2010
Nice !!
Sven Peeters @ 13:13 - May 3rd, 2010
Nice (and cool shirt)!
Mike @ 18:38 - May 3rd, 2010
That’s awesome! Now you just need to get it on the Android
Ronny @ 18:58 - May 3rd, 2010
True story, Mike!
My Android tablet should arrive any day now. WIll just be waiting for Adobe to release AIR-for-Android then!
Really looking forward to that too!
sebastian @ 22:04 - May 3rd, 2010
Nice!
Maybe I give it also a try.
EgorIvk @ 12:09 - June 3rd, 2010
Hello Ronny,
Thats cool!
Could you help me?
I am developing app for an Iphone ,
do you know any way (or directions where should i start )
how to connect iphone app to red5 without flash cs5 ?
Thanks very much!
=) *sorry for bad english =)*
Ronny @ 12:14 - June 3rd, 2010
Hi Egorivk,
So I guess you want to create an iPhone app using Objective-C (not Flash) which connects to Red5? I don’t really know if that is even possible. I looked into it for a few hours some time ago, but it turned out to be quite impossible.
You have to realize that you will have to write an AMF translator (because Red5 uses AMF object encoding) so my guess is you’ll be better off by just using a regular socketserver (maybe even optimized for iPhone app dev) to do this. Writing your own socketserver in Java isn’t that hard btw
Good luck!