Chrome-free AS3 YouTube ads affect parent application property

Summary

I have an unnamed Youtube API player in my Flex / AS3 app. Everything worked fine until last month we had a problem with the increase when the page was reloaded.

Description of the problem

Here is an example of the status of a regular application being played on a YouTube video:

YouTube chromeless player inside the application: normal state

After reloading the web page: YouTube chromeless player inside the application: problematic state

Problem prerequisites

This only happens on some announcements, and as soon as this happens, it will be easy to play again and again until this announcement is changed by something else. I’m not sure that the ad is causing the problem, not 100% sure that it is the ad that is causing the problem, but almost 99% of it.

Question

Has anyone had the same problem? Or how can I get Google Ads to not affect the main application in any way without getting exceptions to violate Sandbox?

PS

Unfortunately, it is very difficult to provide the source code of the application, but the implementation of YoutTube is fully consistent with Google’s examples and has been working on production for a long time.

+7
flex flash youtube actionscript-3 chromeless
source share

No one has answered this question yet.

See related questions:

6
Faceless API Player Token Expired
3
YouTube AS3 API Error Code
one
Preventing full-screen playback of the embedded YouTube player
one
Controls for Youtube Chromeless Player in Flash
one
Why does the AS3 error load on YouTube when I download?
one
Chromeless YouTube API button to display the Overlay Play button
0
Security Differences Between Flex Application Class and Regular Application
0
Youtube embed player js is always waiting for the first page to load
0
youtube chromeless as3 player
0
The game Youtube Player playVideo returns api_video_info as player_204

All Articles