-
1. Re: cannot convert fl.events::ComponentEvent@db1b999 to fl.events.ComponentEvent
moccamaximum Feb 28, 2014 2:48 AM (in response to sivacse24rep)1.Allow Debugging in the publishing options of your Main Document
report back which specific line generates the error
-
2. Re: cannot convert fl.events::ComponentEvent@db1b999 to fl.events.ComponentEvent
sivacse24rep Feb 28, 2014 3:31 AM (in response to moccamaximum)Yes...i updated "permit debugging" on parent.swf as well as child.swf....Still the same error code...no more updates
-
3. Re: cannot convert fl.events::ComponentEvent@db1b999 to fl.events.ComponentEvent
kchandu5200 Feb 28, 2014 3:58 AM (in response to sivacse24rep)both swf files are you using same class names..
Exp:
swf1
class abc{}
swf2
class abc{}
if you find like this just rename any one class name and check it.
-
4. Re: cannot convert fl.events::ComponentEvent@db1b999 to fl.events.ComponentEvent
sivacse24rep Mar 6, 2014 4:24 AM (in response to kchandu5200)No...there is only one single class... i found the lines cause the error
scrollPane_mc.update();
scrollPane_mc.refreshPane();
when i comment the both line there is no such issue.When i add this line throw those issue.
'Try' , 'catch' for the above statement not working.At least if i am able to catch the error i can do some work around to put my custom component.
-
5. Re: cannot convert fl.events::ComponentEvent@db1b999 to fl.events.ComponentEvent
kchandu5200 Mar 9, 2014 11:16 PM (in response to sivacse24rep)I think the scrollPane_mc was null. and instal the flash debugger, then you are able to find the problem, place one break befoure scrollPane_mc and check the data, which flow its comming is this right way or not. And scrollPane_mc receving the null or proper data, and check the declaration.....
I think the scrollPane_mc data invalied......


