Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AS3 Embedded player has memory leaks #2

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

AS3 Embedded player has memory leaks #2

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. Add a YouTube AS3 player into an Adobe AIR application
2. Start to play a YouTube video
3. Click a button to destroy the YouTube player
4. Goto step 1 by clicking another button

What is the expected output? What do you see instead?

Expected: the memory consumption should stay constant between end of step 3 and 
the next time we ends the step 3.

Real: the memory consumption grows each loop (following steps 1 to 3) we made.

What version of the product are you using? On what operating system?

Tested under Windows 7 & Mac OS 10.7 using Adobe AIR 15.0 runtime.

Please provide any additional information below.

Attached is an Adobe AIR YT usage example (run it using the current latest AIR 
runtime = 15.0) + FlashBuilder project including source code (if you don't have 
FlashBuilder: it's a zip file, you can deflate its content with 7-zip, for 
exemple).

Original issue reported on code.google.com by berard.h...@gmail.com on 8 Dec 2014 at 11:51

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant