Re: HTML5 Video in Mobile Safari

2010-04-22 Thread KevMo
I just copied the HTML generated when I'm serving a video to a plain
HTML document.  Works great on the iPhone. Perhaps the iphone doesn't
like video tags that are added dynamically via javascript?

On Apr 22, 3:33 pm, KevMo  wrote:
> The same video plays fine on mobile safari when served up from a plain
> html page, just not when the html code is generated by my GWT widget.
>
> On Apr 16, 11:07 am, DCYorke  wrote:
>
>
>
>
>
> > I do know that if the video is too large for iPhone, you'll see the
> > slashed play button.
>
> > On Apr 13, 10:44 am, KevMo  wrote:
>
> > > 'm trying to code a site in GWT that plays videos with HTML5.
> > > Everything works great on the desktop, but mobile Safari on both the
> > > iPhone andiPaddo not play the video.
>
> > > I can play a video using Video for Everybody. I've even copied the
> > > code to my own plain HTML page, and it works flawlessly. If I serve
> > > that same code via a GWT widget, mobile safari will not play the
> > > video. On the iPhone I see a gray box with a prohibitory sign around
> > > the play button, and on theiPadit shows up as a black box.
>
> > > I've made sure my doctype is , but I don't know where
> > > else to start debugging. Perhaps it it because the code is injected
> > > via javascript? Any pointers on where to start looking would be
> > > greatly appreciated.
>
> > > Here is the exact code I am using for the video:
>
> > > 
> > > 
> > >     http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4";
> > > type="video/mp4">
> > >     http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv";
> > > type="video/ogg">
> > >     
> > >      > > data="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4";>
> > >     
> > >     http://clips.vorwaerts-gmbh.de/
> > > big_buck_bunny.mp4" />
> > >     
> > >     
> > >      > >         data="player.swf?
> > > autostart=true&image=poster.jpg&file=http://clips.vorwaerts-
> > > gmbh.de/big_buck_bunny.mp4">
> > >         http://clips.vorwaerts-
> > > gmbh.de/big_buck_bunny.mp4" />
> > >         
> > >          > >              title="No video playback capabilities, please download
> > > the video below" />
> > >     
> > >     
> > > 
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: HTML5 Video in Mobile Safari

2010-04-22 Thread KevMo
The same video plays fine on mobile safari when served up from a plain
html page, just not when the html code is generated by my GWT widget.



On Apr 16, 11:07 am, DCYorke  wrote:
> I do know that if the video is too large for iPhone, you'll see the
> slashed play button.
>
> On Apr 13, 10:44 am, KevMo  wrote:
>
>
>
>
>
> > 'm trying to code a site in GWT that plays videos with HTML5.
> > Everything works great on the desktop, but mobile Safari on both the
> > iPhone andiPaddo not play the video.
>
> > I can play a video using Video for Everybody. I've even copied the
> > code to my own plain HTML page, and it works flawlessly. If I serve
> > that same code via a GWT widget, mobile safari will not play the
> > video. On the iPhone I see a gray box with a prohibitory sign around
> > the play button, and on theiPadit shows up as a black box.
>
> > I've made sure my doctype is , but I don't know where
> > else to start debugging. Perhaps it it because the code is injected
> > via javascript? Any pointers on where to start looking would be
> > greatly appreciated.
>
> > Here is the exact code I am using for the video:
>
> > 
> > 
> >     http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4";
> > type="video/mp4">
> >     http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv";
> > type="video/ogg">
> >     
> >      > data="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4";>
> >     
> >     http://clips.vorwaerts-gmbh.de/
> > big_buck_bunny.mp4" />
> >     
> >     
> >      >         data="player.swf?
> > autostart=true&image=poster.jpg&file=http://clips.vorwaerts-
> > gmbh.de/big_buck_bunny.mp4">
> >         http://clips.vorwaerts-
> > gmbh.de/big_buck_bunny.mp4" />
> >         
> >          >              title="No video playback capabilities, please download
> > the video below" />
> >     
> >     
> > 
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: HTML5 Video in Mobile Safari

2010-04-16 Thread DCYorke
I do know that if the video is too large for iPhone, you'll see the
slashed play button.

On Apr 13, 10:44 am, KevMo  wrote:
> 'm trying to code a site in GWT that plays videos with HTML5.
> Everything works great on the desktop, but mobile Safari on both the
> iPhone andiPaddo not play the video.
>
> I can play a video using Video for Everybody. I've even copied the
> code to my own plain HTML page, and it works flawlessly. If I serve
> that same code via a GWT widget, mobile safari will not play the
> video. On the iPhone I see a gray box with a prohibitory sign around
> the play button, and on theiPadit shows up as a black box.
>
> I've made sure my doctype is , but I don't know where
> else to start debugging. Perhaps it it because the code is injected
> via javascript? Any pointers on where to start looking would be
> greatly appreciated.
>
> Here is the exact code I am using for the video:
>
> 
> 
>     http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4";
> type="video/mp4">
>     http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv";
> type="video/ogg">
>     
>      data="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4";>
>     
>     http://clips.vorwaerts-gmbh.de/
> big_buck_bunny.mp4" />
>     
>     
>              data="player.swf?
> autostart=true&image=poster.jpg&file=http://clips.vorwaerts-
> gmbh.de/big_buck_bunny.mp4">
>         http://clips.vorwaerts-
> gmbh.de/big_buck_bunny.mp4" />
>         
>                       title="No video playback capabilities, please download
> the video below" />
>     
>     
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



HTML5 Video in Mobile Safari

2010-04-13 Thread KevMo
'm trying to code a site in GWT that plays videos with HTML5.
Everything works great on the desktop, but mobile Safari on both the
iPhone and iPad do not play the video.

I can play a video using Video for Everybody. I've even copied the
code to my own plain HTML page, and it works flawlessly. If I serve
that same code via a GWT widget, mobile safari will not play the
video. On the iPhone I see a gray box with a prohibitory sign around
the play button, and on the iPad it shows up as a black box.

I've made sure my doctype is , but I don't know where
else to start debugging. Perhaps it it because the code is injected
via javascript? Any pointers on where to start looking would be
greatly appreciated.

Here is the exact code I am using for the video:



http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4";
type="video/mp4">
http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv";
type="video/ogg">

http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4";>

http://clips.vorwaerts-gmbh.de/
big_buck_bunny.mp4" />


http://clips.vorwaerts-
gmbh.de/big_buck_bunny.mp4">
http://clips.vorwaerts-
gmbh.de/big_buck_bunny.mp4" />






-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.