Takenover83
iPF Noob
Anyone took the time to give it a test? I have enabled html5 on Youtube, but I think the Youtube app stays embedded, regardless.
Last edited:
I kinda have to give it a look now if I want my sites to be iDevice compatible. I don't like the fact that I have to develop sites TWICE in the meantime until there is universal browser support and wide acceptance of those updated browsers though.
<video src="myfile.mp4">
<!-- fallback content -->
<object src="myplayer.swf?file=myfile.mp4"></object>
</video>