Hi,

 

Perhaps a very basic question.

 

I want to use a createChild() on a TabNavigator

Instead of a class i want to reference a mxml-file

I can do it as long as the file being referenced is in the same folder.

But i’d like to reference a file in another folder.

 

 

IF User.mxml is in the same folder:

TabNavigator.createChild(User,…..);              WORKS

 

IF User.mxml is in a subfolder:

                      TabNavigator.createChild(????,……);

 

I’ve tried

subfoldername.User

and

“subfoldername/User.mxml”

 

With no success.

 

Is there anyone who can explain the solution to me.

 

Thx,

 

Best regards,

martin



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to