Skip to main content
May 15, 2008
Question

Load AVM1 in AVM2

  • May 15, 2008
  • 1 reply
  • 387 views
Hi all,
I'm loading a swf made with as2 (AVM1) in my as3 class (AVM2), i added the content from the loader object into the stage and what i need is to use the loaded content methods and events. To be precise I'm using the brightcove player: http://studio.brightcove.com I know it's possible but I've been trying to do so the last 3 days with no results. Every time i try to access a method i get this error:

ReferenceError: Error #1069: Property startVideo not found on flash.display.AVM1Movie and there is no default value

Code attached:

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 15, 2008
you must use localconnection to communicate between your avm1 and avm2 swfs.