Ticket #398 (closed bug: fixed)

Opened 13 months ago

Last modified 13 months ago

4.4.153 breaks on YouTube playback

Reported by: pablo Owned by: jeroen
Milestone: Flash 4.4 Keywords:
Cc: Forum thread:

Description

Using the trac testing page, if you select YouTube Video from the drop-down selection and start playback, Flash reports the following error:

Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.LocalConnection was unable to invoke callback onSwfLoadComplete. error=ArgumentError: Error #2082: Connect failed because the object is already connected.

Change History

Changed 13 months ago by jeroen

  • status changed from new to closed
  • resolution set to fixed

fixed in 4.4.157 by flipping these two lines:

connected = true;
if(loading) { load(item); }

the connected = true was never received....

Note: See TracTickets for help on using tickets.