|
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
YAHOO! GROUPS LINKS
|
- [flexcoders] referencing mxml file in createChild - flex 1... martin schioeth
- [flexcoders] Re: referencing mxml file in createChild... moyosaned
- RE: [flexcoders] referencing mxml file in createChild... martin schioeth
- [flexcoders] Problem with image and cache Barrau Antoine
- RE: [flexcoders] Problem with image and cache Matt Chotin

