Hi,
I'm migrating an application from flash 8 AS2 to Flash CS3
AS3.
I have my own components in a library, that is used in more
of 40 apps,
In the component definition I have a list of parameters
(array, string, integer, more) with default values this values
changes on each application.
But i cannot get the parameters values.
For example:
In a personal component extended of movieclip, I declare a
parameter named: asynVar with value ''authentification''
In the file AS3, How can I get the value of asynVar?
I have been running in debug mode but I cannot find any
variable named asynVar
thanks,
Paul
Own Component AS3, Cannot get the...
I found the answer to my question,
in AS3, In the component class was missed the declaration:
public var asynVar:String;
Paul
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment