-
1. Re: TypeError: Error #1009: Cannot access a property or method of a null object reference
Ned Murphy Feb 20, 2014 6:36 AM (in response to sivacse24rep)That error reads as if you neglected to place a ScrollPane component in the library. You need to have one available in the library in order for it to be loaded dynamically.
-
2. Re: TypeError: Error #1009: Cannot access a property or method of a null object reference
sivacse24rep Feb 20, 2014 8:04 AM (in response to Ned Murphy)Yes i have the copy of ScrollPane component in my child.fla.
But on parent.fla the component is not there in library.And I am not allowed to place ScrollPane component in parent.fla.
All i have is to doing change with my child.fla only.
Thanks,
Siva
-
3. Re: TypeError: Error #1009: Cannot access a property or method of a null object reference
Amy Blankenship Feb 20, 2014 8:06 AM (in response to sivacse24rep)I don't think you can solve this without recompiling the parent to place the child in a different applicaiton domain.
-
4. Re: TypeError: Error #1009: Cannot access a property or method of a null object reference
sivacse24rep Feb 21, 2014 12:54 AM (in response to Amy Blankenship)Yes i thought the same... but what is necessary both should fall on same application domain? I want the components to deal with child.swf only?
We able to write custom scroll bar component on child.swf with out consider application domain right? then why flash component failed?
is there any option to changes on "ScrollPane.as"? or let me know have any other custom component which should have the setSize function?
Also i suspect that same problem will comes on combo box flash component too ... if making custom component is the only solution,then let me know where could i get them for free?




