I'm working with Flex Buildre 3. All my .as files are in a folder called "as".
I link to them as follows: <mx:Script source="as/myfile.as"/> Here is the file: <?xml version="1.0" encoding="UTF-8"?> <actionScriptProperties mainApplicationPath="uiscores.mxml" version="3"> <compiler additionalCompilerArguments="-locale en_US" copyDependentFiles="true" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersion="9.0.124" htmlPlayerVersionCheck="true" outputFolderLocation="C:/wamp/www/UIScores/uiscores008/uiscores008- debug" outputFolderPath="bin-debug" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true"> <compilerSourcePath/> <libraryPath defaultLinkType="1"> <libraryPathEntry kind="4" path=""/> <libraryPathEntry kind="1" linkType="1" path="libs"/> </libraryPath> <sourceAttachmentPath/> </compiler> <applications> <application path="uiscores.mxml"/> </applications> <modules> <module application="src/uiscores.mxml" destPath="module_admin.swf" optimize="true" sourcePath="src/module_admin.mxml"/> <module application="src/uiscores.mxml" destPath="module_refresh_rate.swf" optimize="true" sourcePath="src/module_refresh_rate.mxml"/> <module application="src/uiscores.mxml" destPath="module_videotron_qt_res_tous.swf" optimize="true" sourcePath="src/module_videotron_qt_res_tous.mxml"/> <module application="src/uiscores.mxml" destPath="module_close.swf" optimize="true" sourcePath="src/module_close.mxml"/> <module application="src/uiscores.mxml" destPath="module_render_print_close.swf" optimize="true" sourcePath="src/module_render_print_close.mxml"/> </modules> <buildCSSFiles/> </actionScriptProperties> Thank you very much. -David --- In [email protected], Maciek Sakrejda <[EMAIL PROTECTED]> wrote: > > Because your project is not configured correctly. > > Hard to say more without details. Are you building with eclipse? Can you > post your .actionScriptProperties file (found in the root of your > project directory), and describe your project layout? > -- > Maciek Sakrejda > Truviso, Inc. > http://www.truviso.com

