How to access instances of loaded SWF?
Hello all!
I'm not a developer, I'm just trying to create my small personal website, so I ask your forgiveness in advance if my question sounds stupid...
Well, I need to get access to MovieClips instances in my external SWF file, which is a player skin.
Although there are plenty tutorials in the Internet about this (e.g. http://www.demetri-media.com/FlashTalker/ExternalSWFCommunication.html), I'm unable to make them work for me...
| Here is my code: |
|---|
import flash.display.Loader; const SCALE:Number = 1.25; addChild(CPLoader); function loading_complete(event:Event):void function hereWeAre_handler(event:MouseEvent):void |
When I launch my application I get Error #1069: Can't find property Power_BTN in ControlPanel_fla.MainTimeline__Preloader__; there is no default value.
at Experimental_fla::MainTimeline/loading_complete()
Any help will be appreciated... 