tags:

views:

156

answers:

1

Dear developers,

Im having a problem with the MoviePlayer example on iphone os 4.0. For some reason it does not playback video on the simulator or the device. Does any one know why this happens and what changed in iOS4 to break this sample ?. Fixed code could be useful.

Thanks in advance.

A: 

I have a problem where I can't play a embedded video, I'm using a webview and start the video from a html5 tag using javascript. It used to work fine in 3.*

wiibart
Thats odd i can see content with <video> tag on iPad at leased never took notice on an iphone. I guess not playing inside the browser window on iPhone fits the guidelines and you have to tap to play fullscreen. Maybe thats why you cant play them in a website anymore.
Johnny Mast