Re: [Flashcoders] Flash / Java Communication with ExternalInterface

2007-05-03 Thread Chris Mitchell
Java 6 has a new Scripting engine /Script manager so you could use External 
interface and write some sort of javascript gateway to bridge Flash and Java -- 
maybe. Just a thought... 
   
  http://java.sun.com/javase/6/docs/api/javax/script/package-summary.html 

"T. Michael Keesey" <[EMAIL PROTECTED]> wrote:
  On 5/3/07, Alain Rousseau wrote:
> Hi All,
>
> we're at a point in a project where we need good communication between Flash
> and Java. ATM we are using SWT Flash and it's FSCommand handling. I would
> like to go a bit further to be able to send complex objects via
> ExternalInterface. I know there is Javaflash (HYPERLINK
> "http://www.osflash.org/javaflash/"http://www.osflash.org/javaflash/) out
> there but the official website is so slow and it seems to be still in beta.
>
> Basically, we are using Flash as GUI for a Java backend. We'll need to send
> back and forth some complex objects. We are currently exploring the
> possiblity of using XML to send values.

I'm confused. Communicating with a back end would be better done with
mx.rpc classes or something like that, no? ExternalInterface is
usually for communicating with JavaScript, not Java.

Which version of Flash are you using?
-- 
Mike Keesey
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


   
-
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Re: Action Script editor

2007-02-18 Thread Chris Mitchell
Sorry, I thought FD was mac also. Sepy is also great. I used it for quite 
sometime. FD is just so easy to set up. I run multiple instances one for AS2 
and another for AS3 that uses the Flex SDK and mxmlc to compile man its 
great.TextMate  sounds good also!
   
-chris

John Axel Eriksson <[EMAIL PROTECTED]> wrote:
  Are you on Mac? Then you should get TextMate www.macromates.com, it 
is the best editor
on ANY platform IMO. And not just for ActionScript.

It may seem like very bare bones when you first run it, but the 
amount of functionality in there
is amazing. You really should try it out.

I use it for ActionScript together with the free AS compiler mtasc 
and also xml, html, sql and php coding.


18 feb 2007 kl. 19.42 skrev pedr browne:

> Hi,
>
> Thanks to everyone for the replies. Unfortunately Flash Develop is 
> pc only.
> Guess I'm going to have to get a copy of parallels, then I can use 
> Sepy.
>
> Thanks a lot
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


 
-
Access over 1 million songs - Yahoo! Music Unlimited.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Action Script editor

2007-02-17 Thread Chris Mitchell
Hello;
  FlashDevelop IDE is the best thing out there. Its easy to set up for AS3 and 
AS2 comes ready to roll. www.flashdevelop.org . don't wait another minute. I 
will be using this forever :)
   
  chris;

eka <[EMAIL PROTECTED]> wrote:
  Hello :)

flashDevelop work in Mac ?

For me the best Flash Editor is Eclipse + FDT but fdt is free only if you
develop an OpenSource projet...

EKA+ :)

2007/2/17, dr.ache :
>
> Hi Pedr.
>
> My editor of choice is FlashDevelop[www.flashdevelop.org]. Its
> absolutely easy to
> install and handle. Give it a try!
>
> dr.ache
>
>
>
> pedr browne schrieb:
> > Hi,
> >
> > Just wondering what AS editors people were using? I love sepy but
> > can't get
> > it to run without errors on my intel mac. Does anyone have a good
> > alternative?
> >
> > Thanks
> > ___
> > Flashcoders@chattyfig.figleaf.com
> > To change your subscription options or search the archive:
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> > Brought to you by Fig Leaf Software
> > Premier Authorized Adobe Consulting and Training
> > http://www.figleaf.com
> > http://training.figleaf.com
> >
>
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


 
-
Any questions?  Get answers on any topic at Yahoo! Answers. Try it now.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Searching for Generator-like utility

2006-11-16 Thread Chris Mitchell

I know you can use this to generate .swf. not sure about the images. Its worth 
checking out. I have created swfs with it. You would have to know some java 
though. http://www.flagstonesoftware.com/transform/index.html
   
  chris
   
  
Jim Robson <[EMAIL PROTECTED]> wrote:
  Remember Macromedia Generator? With the Generator extensions in the Flash
authoring environment, you could create .swt files with placeholders for
dynamic data and images. The Generator Server could then render these at
runtime into .swf, .jpg, .gif, or .png files. With the advent of Flash MX,
Generator was phased out. Does anyone know of a way to implement the
functionality of Generator today? Specifically, I'm looking to convert
Flashs file to .png files at runtime.

Any thoughts / suggestions?

-Jim

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


 
-
Sponsored Link

Mortgage rates near 39yr lows. $310,000 Mortgage for $999/mo -  Calculate new 
house payment
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] fuse cheat sheat?

2006-09-06 Thread Chris Mitchell
What is a cheat sheet? The public AP!? Just wondering don't wana be left out in 
the cold...ha
   
  chris

Marcelo de Moraes Serpa <[EMAIL PROTECTED]> wrote:
  I don't think so, but it would be nice to have one :)

On 9/6/06, aaron smith wrote:
>
> does anyone know if there is a fuse cheat sheat for using fuse. kinda like
> the actionscript 2 and 3 cheat sheats?
>
> word
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
Do you Yahoo!?
 Everyone is raving about the  all-new Yahoo! Mail.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com