Link to home
Start Free TrialLog in
Avatar of Iszard
Iszard

asked on

Loading an SWF with a tilelist into a main SWF and coming up with an error

I am creating a project that has 3 different SWF files and 1 SWF file to load them into as AS3 uses addchild(); to load external SWFs. My first problem already is the first external SWF has a tilelist component and when I addchild(firstSWF); it has an error

TypeError: Error #1034: Type Coercion failed: cannot convert TileListDataExample2@4c19901 to flash.display.MovieClip.
      at ecard_builder_fla::MainTimeline/doneLoading()

is it possible to get around this error?
Avatar of emphaticDigital
emphaticDigital

Hello,

Please post your current code for more assitance.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Iszard
Iszard

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial