Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
followed the directions here - http://bendodson.com/weblog/tag/airplay/

and put the 'x-webkit-airplay="allow" in the page html.

...should work now? thanks for testing this, unfortunately my Verizon iPhone is stuck with 4.2.7 and lacks the Airplay enhancements.

You have the tag in the wrong place, it needs to be included before the "/>" as part of the video tag. Also your code is missing and or just wrong in several places. It should look like this:

Code:
<html>
<head>
<script type="text/javascript" src="http://cdn.sublimevideo.net/js/shy7bee5.js"></script>
</head>
<body>

<video class="sublime" width="800" height="450" poster="video-poster.jpg" preload="none" x-webkit-airplay="allow"><source src="http://mgovideo.s3.amazonaws.com/Misc./brady6.mp4" /></video>

</body>
</html>
 
followed the directions here - http://bendodson.com/weblog/tag/airplay/

and put the 'x-webkit-airplay="allow" in the page html.

...should work now? thanks for testing this, unfortunately my Verizon iPhone is stuck with 4.2.7 and lacks the Airplay enhancements.

4.2.7 Definitely has airplay function, what it lacks is the ability to homeshare. You should be able to airplay anything anyone else can.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.