
AirPlay Support
It would be great if you could include AirPlay support for iOS devices when using the JW Embedder...
http://developer.apple.com/library/ios/#releasenotes/General/WhatsNewIniPhoneOS/Articles/iOS4_3.html%23//apple_ref/doc/uid/TP40010567-SW2
For web-based content, you can enable AirPlay Video in the QuickTime Plug-in or HTML5 video element as follows:
QTPlug-in:
airplay="allow"
airplay="deny" (Default)
For example:
bc.. <embed src="movie.mov" width="320" height="240" airplay="allow">
HTML5 video element:
x-webkit-airplay="allow"
x-webkit-airplay="deny" (Default)
For example:
bc.. <video controls width="640" height="368" x-webkit-airplay="allow" src="content/side_with_the_seeds.mov"> </video>