google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

AIR UIComponent Support #454

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With the requirement now people need to provide AIR apps instead of browser 
players for mobile etc, there needs to be a function to provide UIComponent 
support for Flowplayer to include directly into AIR apps. One of these 
requirements is for DRM functions etc that is apparantly unavailable to the 
browser player but is available in AIR.  

There is a couple of methods possibly available, one is loading the swf 
directly using this example

http://cookbooks.adobe.com/post_Embedding_JW_Player_Version_5_into_Flex-16707.ht
ml

And another is the UIComponent way using addRawChild i think is the method. I 
noticed there is already something in there FlowplayerComponent. 

Original issue reported on code.google.com by electrot...@gmail.com on 10 Jan 2012 at 2:18

GoogleCodeExporter commented 9 years ago
Actually option 2) might not be possible with licensing correct ? 

Original comment by electrot...@gmail.com on 10 Jan 2012 at 3:11

GoogleCodeExporter commented 9 years ago
http://www.adobe.com/devnet/air/ajax/quickstart/articles/sandbox_bridge.html 
another possible way is loading html. 

Original comment by electrot...@gmail.com on 10 Jan 2012 at 4:11