Hi,
use a build.xml to run with ant, and add an <exec/> at the end. Here's mine:
<target name="test" depends="buildSWF">
<exec executable="wine">
<arg value="/home/m/SAFlashPlayer.exe" />
<arg value="http://localhost/xmlviewer/viewer.swf"/>
</exec>
</target>
instead of wine you most likely want to have firefox or maybe the
SAFlashPlayer.exe I have as an <arg/>. For more information about ant,
read <http://osflash.org/ant> and
<http://actionscript.com/Article/tabid/54/ArticleID/Far-Beyond-Open-Source-Flash-Development/Default.aspx>.
Also, it's not the "Run" button, but the "Run build.xml" right next to
it (like the run one, but with what i assume is a little red toolbox).
Alternatively, you can use "Alt-Shift-x q" (no April Fool's joke, this
is the actual keyboard shortcut).
hth,
mark
On 4/1/06, Sam Wootton <[EMAIL PROTECTED]> wrote:
> Hi,
>
> thanks in advance for any help or advice.
>
> I was hoping someone could tell me how i could use the 'RUN' command/button
> in ASDT to compile my Flash files?
>
> Thanks.
>
> Regards, Sam
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
>
--
http://snafoo.org/
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org