Go Back   CodingForums.com > :: Client side development > Flash & ActionScript > Adobe Flex

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-05-2009, 07:12 AM   PM User | #1
lovebearhk
New Coder

 
Join Date: Aug 2008
Posts: 16
Thanks: 1
Thanked 0 Times in 0 Posts
lovebearhk is an unknown quantity at this point
Question Flash map with Flex

I am new to Flex.. I would like to make a flash map using flex with zoom function, add point function, add text function, etc..

Now, I only have a flash map made by flash 8 and actionscript 2.0. I would like to enhance this map using Flex.

I searched adobe website these days but still not very clear how can I do this using flex. I dont know what I should I download and install. There are Flex Builder, Adobe Flex, Adobe Air, SDK, etc... which made me so confusing...

Anyone can give me some hints? Thanks!
lovebearhk is offline   Reply With Quote
Old 08-06-2009, 12:23 PM   PM User | #2
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,604
Thanks: 2
Thanked 399 Times in 392 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
The Adobe Flex SDK is free & Open-source. You need the SDK to compile Flex code. Flex Builder Standard costs $250($600 for Pro), but if you don't require a WYSIWYG interface you can use FlashDevelop as your editor. It is a free editor/syntax highlighter that will compile with the freely available Open-source SDK. Adobe AIR is for writing independent desktop applications. Flex an AIR are pretty much the same from the code perspective, but AIR allows you to do a few more things with files/storage.
Inigoesdr is offline   Reply With Quote
Old 08-07-2009, 09:21 AM   PM User | #3
lovebearhk
New Coder

 
Join Date: Aug 2008
Posts: 16
Thanks: 1
Thanked 0 Times in 0 Posts
lovebearhk is an unknown quantity at this point
Thanks for your kindly reply. Actually I am thinking whather I can use flex to develop this kind of application or not.

I have a simple flash area map (AreaMap.swf) which was created by flash 8 and actionscript 2.0 and linked to a xml (data.xml) for its data. I am going to use flex to make a flash interface to allow me to edit the area map, for example, changing some part of color. (lets call Flex.swf for the Flex application)

After making some change for the area map, it can generate a new xml (data.xml). Then I can take this new xml together with the AreaMap.swf to embed to mywebpage.

I am worrying if I can use Flex to control the actionscript in AreaMap.swf . Do you think it is possible for Flex to do this? Thanks!

Last edited by lovebearhk; 08-07-2009 at 10:53 AM..
lovebearhk is offline   Reply With Quote
Old 08-07-2009, 01:24 PM   PM User | #4
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,604
Thanks: 2
Thanked 399 Times in 392 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
Yes, I know for a fact that you can embed SWFs with Flex and use their AS functions. You might need the source of the original app(the map) so that you can make the classes public if necessary.
Inigoesdr is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:58 AM.


Advertisement
Log in to turn off these ads.