As per the engineer who was looking into it, the potential fix didn't
actually resolve the issue, and he's continuing to look into a
resolution. Thanks for your patience.
Cheers,
-Jeff Posnick, YouTube API Team
groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
@YouTubeDev
On Jan 6, 3:00 pm, Jeffrey Posnick <je...@google.com> wrote:
> Hello Gary,
>
> Sorry, as mentioned on another thread things got delayed and the
> potential fix is scheduled for deployment on the evening of Jan. 11.
> So testing again on the 12th would be advised.
>
> Cheers,
> -Jeff Posnick, YouTube API Team
> groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
> @YouTubeDev
>
> On Jan 3, 11:48 pm, gaz <garysmith...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Jeff, still isn't working, but at least it seems consistent now, it
> > always starts at the beginning.
>
> > Gary
>
> > On Dec 15 2011, 2:58 pm, gaz <garysmith...@gmail.com> wrote:
>
> > > Thanks Jeff, I'll let you know how it goes.
>
> > > Gary
>
> > > On Dec 7, 3:09 pm, Jeffrey Posnick <je...@google.com> wrote:
>
> > > > Hello Gary,
>
> > > > There's a change going out with this week's code push (Thursday evening
> > > > this week, not tonight) that may address the root cause of this. Could you
> > > > test on Friday and let us know whether things are improved?
>
> > > > Cheers,
> > > > -Jeff Posnick, YouTube API Team
> > > > groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
> > > > @YouTubeDev
>
> > > > On Wed, Oct 5, 2011 at 4:26 PM, Jeffrey Posnick <je...@google.com> wrote:
> > > > > Hello Gary,
>
> > > > > I see what you mean, and I've brought it up with the engineering
> > > > > team. I'll update this thread with more info when I hear back.
>
> > > > > Cheers,
> > > > > -Jeff Posnick, YouTube API Team
> > > > > groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
> > > > > @YouTubeDev
>
> > > > > On Oct 4, 2:21 am, gaz <garysmith...@gmail.com> wrote:
> > > > > > Hi, I'm using iframe embed oniPadand specifying thestartparameter
> > > > > > tostartthe video at a specific point. This only works about 40% of
> > > > > > the time oniPad, but does seem to work reliably on other platforms.
> > > > > > After tapping the video tostartplayback, sometimes it jumps to the
> > > > > > in point, sometimes it doesn't and plays from thestart. Reload the
> > > > > > same file and sometimes it works and sometimes it doesn't. This is the
> > > > > > code I'm using:
>
> > > > > > <html>
> > > > > > <body>
> > > > > > <div id="player"></div>
> > > > > > <script>
> > > > > > var tag = document.createElement('script');
> > > > > > tag.src = "http://www.youtube.com/player_api";
> > > > > > var firstScriptTag = document.getElementsByTagName('script')[0];
> > > > > > firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
>
> > > > > > var player;
> > > > > > function onYouTubePlayerAPIReady() {
> > > > > > player = new YT.Player('player', {
> > > > > > height: '300',
> > > > > > width: '400',
> > > > > > videoId: '1fuDDqU6n4o',
> > > > > > playerVars: {start: 15, autoplay: 1, showinfo: 0,
> > > > > controls: 0, }
> > > > > > });
> > > > > > }
> > > > > > </script>
> > > > > > </body>
> > > > > > </html>
>
> > > > > > Any ideas why this is happening?
>
> > > > > > Gary
>
> > > > > --
> > > > > You received this message because you are subscribed to the Google Groups
> > > > > "YouTube APIs Developer Forum" group.
> > > > > To post to this group, send email to youtube-api-gdata@googlegroups.com.
> > > > > To unsubscribe from this group, send email to
> > > > > youtube-api-gdata+unsubscribe@googlegroups.com.
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/youtube-api-gdata?hl=en.
--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.
No comments:
Post a Comment