RE: [Flashcoders] using flash for UI in applications

2006-02-02 Thread Mike Mountain
What's wrong with the new external interface api?

M
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] using flash for UI in applications

2006-02-02 Thread Chris Velevitch
On 2/2/06, Mike Mountain [EMAIL PROTECTED] wrote:
 What's wrong with the new external interface api?

Nothing. The external interface api is stated to be better and more
flexible than fscommands, but you still need to know which container
you are talking to and what it can do.


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] using flash for UI in applications

2006-02-01 Thread Bjorn Schultheiss
No MacroAdobe DevKit I have heard of but that zinc app has got 100s of
fscommands.

BTW sounds like an interesting app

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andreas
Rønning
Sent: Thursday, 2 February 2006 10:44 AM
To: Flashcoders mailing list
Subject: [Flashcoders] using flash for UI in applications

We're currently looking to create a custom flash projector wrapper for 
an expo application that is directx driven. We'd like to superimpose a 
transparent flash interface on 3d rendered graphics in real time
I know Zinc has functionality that lets you call DLLs via FScommand, but 
i'd like to know if there is some MacrAdobe SDK or specification for how 
to utilize FScommand, or if there are any detailed specs on what exactly 
FScommand does that i can pass to our programmers.

Any pointers?

Cheers,

- Andreas
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] using flash for UI in applications

2006-02-01 Thread Chris Velevitch
As I understand the fscommand, the allowable values to the fscommand
depends on the container to the .swf file. (see
http://livedocs.macromedia.com/flash/8/main/1596.html)

So, for projectors like Zinc, the list of fscommand values is very
large and well documented in the Zinc documentation. In fact Zinc uses
an OO class to wrap the fscommand to make it compatible with an OO
approach to writting code.


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders