Question
Load AVM1 in AVM2
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:
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: