You should be able to use the Flex framework without requiring any MXML.

It might take a bit of detective work, but since all MXML files get turned
into ActionScript files prior to being compiled it should definitely be
possible.

You'll probably get a lot of value out of using mxml.exe at the command
line:

mxmlc.exe -keep ./Hello.mxml

That should cause it to keep the generated .as files when it compiles a
.mxml file.

By a process of elimination you should be able to figure out what you need
to add to your .as projects to get them to work.

Spike

On 10/24/05, Benjamin Dobler <[EMAIL PROTECTED]> wrote:
>
>
> > Keep in mind AS only projects don't use the Flex framework, so
> > mx.controls.Button won't work; you'd have to utilize the Flex framework.
>
> Thanks Jesse that`s what i wanted to get sure of. Is there not even a
> workaround to use the framework in as only projects?
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
--------------------------------------------
Stephen Milligan
Do you do the Badger?
http://www.yellowbadger.com

Do you cfeclipse? http://www.cfeclipse.org
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to