On Tue, 2012-07-10 at 10:55 -0700, kina99 wrote:
> I also get hundreds of these on closedown :
>
> SCRIPT5009: '__flash__removeCallback' is undefined
This is mentioned elsewhere in this group - it's an IE bug. I believe
someone found a way around it by removing the div around the player
rather than removing the player.
Tim Wintle
--
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.
I got the solution.
ReplyDeletetry {
ytplayer.getIframe().src='';
} catch(ex) {
}