ASDT has a SWFViewer, but there is no ANT task created to call it. I suppose that FDT has a ANT task to call his own SWFViewer and for this reason Nico is talking sharing that method.


2006/1/11, Sam Shrefler <[EMAIL PROTECTED]>:
Maybe I'm way-off here.  I thought ASDT had a SWFViewer.  I've never used FDT before.  If I double-click on a SWF in Eclipse, it opens up in an eclipse window using SWFViewer from ASDT I believe.  What I'd like to do is code in my ANT Build.xml a way to open a swf in Eclipse.   Currently I open it up using exec and pointing to the Stand Alone Flash Player...

Thanks

Sam


On 1/11/06, Sönke Rohde <[EMAIL PROTECTED]> wrote:
Hi Nico,
That's it thanks! I also checked the helpdocs where it is also mentioned ...

Cheers,
Sönke

> Hey Sönke,
>
> you have to check the option "Run in same JRE as the workspace" in the
> JRE Tab of the Ant-Launch-Configuration.
>
> Cheers, Nico.
>
> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] Im Auftrag von Sönke Rohde
> Gesendet: Dienstag, 10. Januar 2006 19:23
> An: [EMAIL PROTECTED]; 'Open Source Flash Mailing List'
> Betreff: Re: [osflash] Open SWF in SWFViewer
>
> Hi Romain,
> I get this error trying your code: "Could not create task or
> type of type:
> fdt.viewDocument."
> Any idea?
>
> Cheers,
> Sönke
>
>
>
> ________________________________
>
>       Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] Im Auftrag von Romain Ecarnot
>       Gesendet: Dienstag, 10. Januar 2006 17:56
>       An: Open Source Flash Mailing List
>       Betreff: Re: [osflash] Open SWF in SWFViewer
>
>
>       Hi Sam ;)
>
>       I think you tlaking about FDT SWFViewer, right ?
>
>       You can add this line :
>
>       <fdt.viewDocument
> location="${basedir}/"your_compiled_swf_path.swf"
> />
>
>       to you project target definition node.
>
>       Hope that help you ;)
>
>       Cheers,
>       Romain.
>
>
>
>
>
> _______________________________________________
> 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
>

_______________________________________________
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





--
::| Carlos Rovira
::| http://www.carlosrovira.com
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to