I answered too quickly and I didn't see that it was about SWFViewer inside Eclipse.
Greets,
Stéphane.
2006/1/11, Stéphane Bebrone <
[EMAIL PROTECTED]>:
Hi,
This is my simple ANT task to open my SWF in StandAlone player after build:
<!-- =================================
target: run SWF after compilation
================================= -->
<target name="runSWF" depends="compil">
<exec executable="${flash.player}">
<arg line="${basedir}\${project.swfOut}" />
</exec>
</target>
Where:
* compil target is my ant task for MTASC compilation
* ${flash.player} is the full path to the flash Player
"C:/Program Files/Macromedia/Flash 8/Players/SAFlashPlayer.exe" for ie.
* And ${basedir}\${project.swfOut} my path to created SWF
Hopes that will help you!
Greets,
Stéphane.2006/1/11, Sascha Balkau <[EMAIL PROTECTED] >:I've just wrote a small tutorial at the Flash Game Programming Wiki on how to use my (universal) build file for Eclipse/FDT. It is at http://fgpwiki.corewatch.net/index.php/Universal_buildfile_for_Eclipse_and_FDT ... at the bottom of the build file you can see how the FDT View task is used.Sascha
----- Original Message -----From: Sam ShreflerSent: Tuesday, January 10, 2006 2:06 AMSubject: [osflash] Open SWF in SWFViewerDoes anyone have a way from an ANT Task to automatically open up the compiled SWF in SWFViewer right inside the Eclipse Enviornment?
Thanks
Sam
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
--
Regards,
Stéphane Bebrone
--------------------------
http://weblog.shaoken.be
--------------------------
--
Regards,
Stéphane Bebrone
--------------------------
http://weblog.shaoken.be
--------------------------
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
