Chromeless YouTube API Displaying Overlay Play Button - actionscript-3

All of a sudden the chromeless YouTube API is displaying the native overlay play button.
This is reproducible on the YouTube Demo page (https://developers.google.com/youtube/youtube_player_demo, set type to display an AS3 chromeless player).
Is anyone else experiencing this?

I am also experiencing strange behavior while setting dimensions of the player, and modestbranding logo is sometimes completely out of the video area. This is happening since yesterday, before that it was jsut fine
Did they changed something in the API? Anyone else experiencing problems as well?

Related

Casting video to Chromecast from browser using angular

I'm developing a media player in angular and I would like to be able to cast my videos from my browser to my android tv.
I can already do it on Android from a Chrome browser who shows me the cast button on the upper left corner of my video.
But I searched and I can't find a way to trigger the cast myself.
Netflix appear to be able to do it in a browser so it must be possible.
Does anyone knows the way ?
Thanks in advance.

Play two vimeo videos at the same time on ios?

Using froogaloop (the js api provided by vimeo) I was able to play two videos at the same time on desktop and android phone but this isn't working on ipad.
It's a video of someone commenting the first video so I also need the first video to be muted (also ok on desktop and android phone).
On ipad, it seems like the first video shortly enters the playing state and stops when the second starts, as if there were an hard-coded limitation on the player that prevent both videos from playing at the same time.
Ipad is also the only platform where I see the "undock" button, which could explain the hard limitation.
Is there a way to play 2 videos at the same time, one muted, the other at full volume ?
First, vimeo has relased its new api recently and froogalops won't be maintained anymore, yet still working. I' don't know wether this release brings any changes in respect of ios
Second, your question is not super clear to me, as it seem you manage to do what you wanted, except on ipad (what ios version and what about other ios devices), while your title and your bottom line is
Is there a way to play 2 videos at the same time, one muted, the other at full volume ?
and not ? Is there a way to play two vimeo video at the same time on ipad or ios ?
Third, vimeo provides the posibility to add autopause=0 in the url of your embeded video, this prevent the vimeo video curently playing to be paused when another one is started.
It works on desktop and android but haven't tried the behaviour on ipad yet as Ì don't have one in hand at the moment.
Finally, after some seach, it seems that this question may be asked regarding ios at large, and not solely ipad, and in this respect this post might be usefull for you
Not sure if it helps, as your post is 7 month old, but if you provide your code I may give a second try.
Cheers

Youtube API Overlay Play Button size off when using setSize

When looking at my video player app yesterday morning, I noticed some odd behavior on the AS3 Chromeless player.
When using the setSize function as documented in the API, the giant play button that overlays the video is now suddenly becoming very large, not even close to the dimensions specified. However, once the play button is clicked, the video player itself is fine. This is throwing off all of the positioning in my app, and looks terrible.
I assume something changed on the Chromeless Player, but I need to get this to work sooner rather than later. Is anyone else experiencing this issue / does anyone have a work around?
Thanks for the help!
Each time you set the size, force a redraw. Its gonna do that when you click it, and apparently, in your case, doesn't.
This is a known problem with the Google Data API for Youtube. People seem to be clamoring for a fix, although Google has not been very responsive.

Flash banners are not working in Chrome

I have some Flash banners in my website and a few GIFs. Several days ago I noticed that the Flash is not working when browsing with Chrome. When browsing with IE all is ok.
This is the link to my website: http://batgalim.org.il/
This is an image describing the problem. Marked with red Xs are the missing banners
http://batgalim.org.il/banners_problem.jpg
This looks like a recent bug in chrome, per this bug report.
It hasn't been solved, but as I suspected, one user is reporting that a workaround is to use SWF Object to embed Flash on your page. It's really the best route to take anyway, it solves a lot of common problems with embedding Flash... at some point even Adobe made SWF object the default way to embed Flash apps (when using Flash Builder).

How can I remove youtube logo from the youtube player for use in other application?

I want to use the Charmless youtube player in my application and I want to remove youtube logo from the Player. How can i achieve this thing? My application is developed using AS3.
Simply add ?modestbranding=1 to the end of your URL.
See more here.
modestbranding (supported players: AS3, HTML5)
This parameter lets you use a YouTube player that does not show a YouTube logo.
Set the parameter value to 1 to prevent the YouTube logo from displaying in the control bar.
Note that a small YouTube text label will still display in the upper-right corner of a paused
video when the user's mouse pointer hovers over the player.
try this API player code.
http://www.youtube.com/apiplayer?version=3&modestbranding=1&showinfo=1
Chromeless player, the modestbranding has no effect unless "showinfo=1" is must for API player.
I tried to remove youtube logo by many ways. But I didn't get success to remove it from the youtube player.
Finally I check the youtube player functionality and behavior. When video is attached to the player then it will be displayed in center. if player container height is bigger then video height so both (top and bottom) side Black strip will be appeared. Just we have to hide the Black Strip from the user display area using masking concept. (In Flash we can apply the mask to container and same thing will be done using the DOM model in Javascript.)
In directly it will be removed as per end user perspective not actually. so Indirect way youtube logo is removed from the player.
you can try GKPlugin this plugin using JWPlayer 5.x at:
https://drive.google.com/folderview?id=0B0OhZLpuvlSRTDZLMXowQWNMZTA#list