I'm trying to test a very basic setup with the ipad plugin.
Testing with iPad, iPhone 4, and a Mac with Firefox 6 and Safari.
I've set simulateiDevice and debug to true.
Got event play play
Got event waiting waiting
got onBufferEmpty event waiting
BUFFERING
Got event loadstart loadstart
Got event error error
LOADED
On an iPad the safari console shows the same.
If I turn off simulateiDevice, video plays in firefox.
Testing with iPad, iPhone 4, and a Mac with Firefox 6 and Safari.
I've set simulateiDevice and debug to true.
...
<script type="text/javascript" src="js/flowplayer-3.2.6.js"></script>
<script type="text/javascript" src="js/flowplayer.ipad-3.2.2.js"></script>
<a href="http://localhost/~jgc/video3/flowplayer-960.mp4"
style="display:block;width:520px;height:330px"
id="ipad">
</a>
<script>
$f("ipad", "flash/flowplayer-3.2.7.swf").ipad();
</script>
- On a Mac, safari plays video fine
- On the iPhone4, I get a black box
- On the iPad, I get a black box
- On a Mac with firefox 6 the console shows:
Got event play play
Got event waiting waiting
got onBufferEmpty event waiting
BUFFERING
Got event loadstart loadstart
Got event error error
LOADED
On an iPad the safari console shows the same.
If I turn off simulateiDevice, video plays in firefox.