Skip to main content
November 29, 2012
Question

flex mobile project as a library for Objective-c project?

  • November 29, 2012
  • 3 replies
  • 970 views

We have a objective-c app for ios already,

now we have to add a rtmp based feature(I write that with a flex mobile project).

is there any way to compile the flex mobile project as a objective-c library ,so that the objective-c developer can make that work on ios device?

Please help me ,Thanks!

This topic has been closed for replies.

3 replies

November 29, 2012

Usually, people include the objective-c libraries in their AIR applications, using native extensions. However, if you just want rtmp streaming in your native iOS app using flash and not the UI, you may want to use the AV Foundation framework, instead of a flex mobile project.

You may find some useful information and links in this article to achieve it: http://www.adobe.com/devnet/adobe-media-server/articles/streaming-video-ios.html

November 30, 2012

Thank you!! You help me a lot.