A-ha! I knew it was something simple! Mucho thanks!
--- In [email protected], "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > On 3/31/06, Ryan Pieszak <[EMAIL PROTECTED]> wrote: > > > so I've added a new .as file to the project with the > > following: > > > > function getdata(){ > > alert('hello world'); > > } > > > > > >>>A file found in an actionscript-classpath must have an externally > > visible definition. If a definition in the file is meant to be > > externally visible, please put the definition in a package. > > Make sure you include the .as file in your .mxml file using the Script tag. > > <Script source="mynewfile.as" /> > > Manish > -- 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/

