Hi All,

I have added a global class-path on a network drive in:
Flex\WEB-INF\flex\flex-config.xml

As follows:

<actionscript-classpath>           
<path-element>networkServer:\codebase\dev\actionscript</path-element>
<path-element>/WEB-INF/flex/user_classes</path-element>
</actionscript-classpath>

The problem that I am having is that I get an error when I try to
instantiate any classes from Packages within the new global path
directory.

When I try to instantiate the an object from the same class but under
the user classes root it works fine. I have tried just about
everything including renaming the directories, cross-domain-policy
files, etc. I am not sure if there is something I have to explicitly
set because the classpath is on a network drive .

Any help would be greatly appreaciated.
Sincerely,
Augie Marcello III






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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/
 


Reply via email to