Merrill, Jason ha scritto:
>>> That's interesting, so a flash application can be composed of 
>>> a swf file and more .as "libraries" ?
>>>       
>
> Well, no, not exactly. A .fla (flash project) file can consist of flash
> graphics and .as files that get imported, but when you create the .swf,
> all the Actionscript gets injects into the .swf.  
>
> So I create a .fla, create my graphics and animations in it, and I have
> a simple line of actionscript in it, like this:
>
> import MyProjectClass
> var pc:ProjectClass = new MyProjectClass(this)
>
> Then from there on out, all the actionscript is external in .as class
> files and when I compile (with Flash or with the Flex SDK/FlashDevelop)
> all the code gets injected.  But at develop time, yes, I'm using two
> apps = Flash for graphics/animation and FlashDevelop for coding.
>   

That would be good also for me... I was playing with adobe flash some 
minutes ago and it even sucks as graphical-animation interface, so I 
imagine how much crappy it can be as coding platform.

Let me se... so I could do all the coding/parsing-libraries part as .as 
classes, and after that use flash for the graphical part, including the 
text (finally, I just want to load content) with it.

The classes would just need some functions like:
.get (page)
.get_finished (true-false, to see if I finished to download and parse 
the stuff)
.give_me(page, page_id) to take the data

And I can (and I want) to give a look to this content with flash in a 
second moment.
For example in a wordpress post, I could do something like:
if (get_finished) myclass.give_me('post', 'page_id')
and extract title, content, header, eccetera, of the post.

Is that correct?

If it is, can you help me to set up the softwares? the rest of course is 
mine task ;)

> Jason Merrill
> Bank of America  
> GT&O L&LD Solutions Design & Development 
> eTools & Multimedia 
>
> Bank of America Flash Platform Developer Community
>
>
>
>  
>
>   
>>> -----Original Message-----
>>> From: [EMAIL PROTECTED] 
>>> [mailto:[EMAIL PROTECTED] On Behalf Of Alvise Nicoletti
>>> Sent: Thursday, January 03, 2008 3:12 PM
>>> To: Open Source Flash Mailing List
>>> Subject: Re: [osflash] hello + request
>>>
>>> That's interesting, so a flash application can be composed of 
>>> a swf file and more .as "libraries" ?
>>>
>>> And they can be a mix of adobe flash and other stuff...
>>>
>>> Do you think it's pragmatically possible to create the 
>>> libraries I need and to use them to parse the xml files 
>>> passing the results to adobe flash for the graphics?
>>>       
>>>>>> Yes, for me graphics is very important, cause It's the 
>>>>>>             
>>> final part of
>>>       
>>>>>>       
>>>>>>             
>>>> my project.
>>>>   
>>>>         
>>>>>> However the "For writing the code I'd definitely 
>>>>>>             
>>> recommend something
>>>       
>>>>>>       
>>>>>>             
>>>> else" phrase is making me think.
>>>>   
>>>>         
>>>>>> I also felt the same way looking for actionscript inside 
>>>>>>             
>>> flash, it's
>>>       
>>>>>>       
>>>>>>             
>>>> definitely not a coding software, but a software for graphics.
>>>>   
>>>>         
>>>>>> Is there a way to do the code with some open source (and better
>>>>>>       
>>>>>>             
>>>> coding) software and "embedding the graphics" done with flash?
>>>>
>>>> What I do is use the Flash IDE for graphics, asset management, and 
>>>> animations, and then all the application code goes into 
>>>>         
>>> external .as 
>>>       
>>>> classes which I code with FlashDevelop.
>>>>
>>>>
>>>> Jason Merrill
>>>> Bank of America
>>>> GT&O L&LD Solutions Design & Development eTools & Multimedia
>>>>
>>>> Bank of America Flash Platform Developer Community
>>>>
>>>>
>>>> _______________________________________________
>>>> 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

Reply via email to