On 4/13/05, Jeff Krueger <[EMAIL PROTECTED]> wrote: > Interesting thing happened when I did this. The main page works find and > finds all that components references as net.client.etc. But I load pages > dynamically from example /flex/dam/user/userAdmin.mxml in a load control. > This page does not like the reference to net.client.etc, but instead wants > flex.net.client.etc. So is this telling me that my classes have to start in > the root of my application? Also I load that page as > dam/user/userAdmin.mxml.swf inside of the Dam.mxml which I am assuming > should work since it is relative path??
Not sure what you're doing, so maybe you can post an example of how you're trying to access your classes. See this thread: http://www.mail-archive.com/[email protected]/msg02833.html Also note that ActionScript classes are different from SWF files. -- [EMAIL PROTECTED] http://manish.revise.org/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

