Re: [flexcoders] ActionScript Project in AIR

2009-09-25 Thread John McCormack
Thanks Barry,

I am always afraid of upsetting my system so I won't try the FB4 option, 
although I am looking forward to getting it.

It's a regular ActionScript project. It's not in a library.
How can I get it into a library? Do you mean compile it into a swc?

I will try and find a way to convert it, now that I know it can be done.

John


Barry Gee wrote:
> Hi John.
>
> Im sure there are other ways of doing this but a simple solution would 
> be to download the Flash Builder 4 beta import your project and then 
> right click on the project in the lib and select change project to - and 
> select desktop project. Worked for me.
>
> barry.
>
>
>
> John McCormack wrote:
>   
>>  
>>
>> Hi List,
>>
>> I have an ActionScript AS3 project that I build in Flex Builder 3 and
>> want to convert it to AIR
>> I started a new desktop project but it is built as an alternative to
>> mxml format.
>>
>> The classes and assets have been imported into the project.
>> Creating an instance of my original class inside !CDATA[ ] doesn't work,
>> neither does pasting the code into !CATA block or setting my original
>> class as the default.
>>
>> How do I get my original main class to be called from the mxml AIR file?
>>
>> Is anyone doing this or are you using mxml projects in the first place?
>>
>> John
>>
>>
>> 
>
>
>
> 
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: 
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>
>
>
>
>
>   




Re: [flexcoders] ActionScript Project in AIR

2009-09-25 Thread Barry Gee
Hi John.

Im sure there are other ways of doing this but a simple solution would 
be to download the Flash Builder 4 beta import your project and then 
right click on the project in the lib and select change project to - and 
select desktop project. Worked for me.

barry.



John McCormack wrote:
>  
>
> Hi List,
>
> I have an ActionScript AS3 project that I build in Flex Builder 3 and
> want to convert it to AIR
> I started a new desktop project but it is built as an alternative to
> mxml format.
>
> The classes and assets have been imported all the project.
> Creating an instance of my original class inside !CDATA[ ] doesn't work,
> neither does pasting the code into !CATA block or setting my original
> class as the default.
>
> How do I get my original main class to be called from the mxml AIR file?
>
> Is anyone doing this or are you using mxml projects in the first place?
>
> John
>
> 



[flexcoders] ActionScript Project in AIR

2009-09-25 Thread John McCormack
Hi List,

I have an ActionScript AS3 project that I build in Flex Builder 3 and 
want to convert it to AIR
I started a new desktop project but it is built as an alternative to 
mxml format.

The classes and assets have been imported all the project.
Creating an instance of my original class inside !CDATA[ ] doesn't work, 
neither does pasting the code into !CATA block or setting my original 
class as the default.

How do I get my original main class to be called from the mxml AIR file?

Is anyone doing this or are you using mxml projects in the first place?

John