I wonder why the following HTML 5 does not allow the video from YouTube to 
play. I copied and pasted the URL into the browser and it plays. How do videos 
play in the device's YouTube app?

<!DOCTYPE HTML>
<html>
<head>
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, 
user-scalable=no" name="viewport">
<link href="style.css" rel="stylesheet" type="text/css">
<title>title</title>
</head>

<body>
<video src="http://www.youtube.com/watch?v=NRJHKzU_t1M"; 
controls="controls">Video goes here</video>
</body>

</html>


Regards,
Steve

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to