2/8/2010 9:51:36 PM
Title:
what is xmlns
what is the xmlns attribute in windowedApplication tag,how to use it when i am creating a swc folder?
HELP PLEASE
2/8/2010 11:59:08 PM
Rani,
after adding path refrence to your project of swc file , You can use
xmlns:nameSpace="*" in your application tag, after this you will be able to access all your classes like this in mxml
<nameSpace:class1 id=class1 />
id can be used to access the class in scripting also.