Add to Google

Flex, I Need Some Info And Help - I need to know how to start!

free web hosting
Open Discussion > CONTRIBUTE > Computers > Software

Flex, I Need Some Info And Help - I need to know how to start!

shadowx
Hi folks.

Im currently trying to go freelance with another guy i know making websites, he is the designer, im the coder and i was viewing SM's tutorial on flex and i thought, damn! We could use that! And so my searching began.

I really like the sleek and smoothness of the tutorial SM posted, im always making contact forms for clients and if i can provide something as jazzy as that itll really boost the business. But i hit a brick wall! I found out that the main IDE released by adobe is unsurprisingly ridiculously priced and way out of my range. So i got the SDK and thought, hum wheres the installer? Then of corse realized it was the framework to be used by another IDE and wasnt an IDE in itself, and thats where im stuck. I cant find an IDE to use!

So if anyone knows of a good free flex IDE then link it!

My next question is what exactly is flex? It looks like a cross between VB/actionscript and XML, i assume from various sources that it is compiled? So i would write it in the strange XML like code, have it compiled just like an ordinary flash item and then embedded in my HTML page?

Any other advice is greatly welcomed, especially tutorials, i saw the video ones on the adobe site but i prefer text based ones so i can follow it at my own pace, and preferably a tutorial that gets in at the deep end and starts you building a form or something from the start, i get bored reading about it and learn a lot faster when im doing it wink.gif

So, any info? *looks in Saint Michael's direction*

 

 

 


Reply

bluedragon
QUOTE

Hi folks.

Im currently trying to go freelance with another guy i know making websites, he is the designer, im the coder and i was viewing SM's tutorial on flex and i thought, damn! We could use that! And so my searching began.

I really like the sleek and smoothness of the tutorial SM posted, im always making contact forms for clients and if i can provide something as jazzy as that itll really boost the business. But i hit a brick wall! I found out that the main IDE released by adobe is unsurprisingly ridiculously priced and way out of my range. So i got the SDK and thought, hum wheres the installer? Then of corse realized it was the framework to be used by another IDE and wasnt an IDE in itself, and thats where im stuck. I cant find an IDE to use!

So if anyone knows of a good free flex IDE then link it!
You can use Eclipse .. Most of the companies use it for this purpose only.. Its an OpenSource IDE that was built for Java but also supports many other languages. I've also used it and its quite easy. The SDK will automatically detect Eclipse and perform the install for it if it already exist on your system.

You can download it from http://www.eclipse.org/

I Hope you got the FLEX 3.0 and not the 2.0 because 2.0 had some issues which have been dealt with in the new version. I'd really like to ask you something, since you are also a FLEX developer, can you allow multiple user logins on a FLEX page ??

Just a thought .. biggrin.gif




QUOTE

My next question is what exactly is flex? It looks like a cross between VB/actionscript and XML, i assume from various sources that it is compiled? So i would write it in the strange XML like code, have it compiled just like an ordinary flash item and then embedded in my HTML page?

Any other advice is greatly welcomed, especially tutorials, i saw the video ones on the adobe site but i prefer text based ones so i can follow it at my own pace, and preferably a tutorial that gets in at the deep end and starts you building a form or something from the start, i get bored reading about it and learn a lot faster when im doing it wink.gif

So, any info? *looks in Saint Michael's direction*


ok.. Flash was built previously and allowed you to build swf code that could be built in the web page . FLEX also produces the SWF code but in a slight different manner. Here the MXML (not XML) is used to bring up object and then build the SWF code. Also the ActionScript part defines the functioning of the different objects. Like Buttons, Vboxes, HBoxes, DropDowns, Lists etc.

You should try some Video tutorials .. Lynda.com has some really good tutorials. Try getting them from somewhere wink.gif

I've used that only. Though I should tell you that I am no expert on this thing but i tried my best for answering your questions biggrin.gif
Hope this helps

 

 

 


Reply

shadowx
Thanks, i haver actually downloaded eclipse and i found this blog which was supposed to tell me how to set it up with flex: http://www.darronschall.com/weblog/archives/000182.cfm

But i dont actually know if its set up properly. What are the steps for setting it up? (what did you do?) Just download the eclipse ZIP and the SDK zip from adobe and extract them both in the same directory?

Im really confused by this one! ive downloaded about 6 different things now!

EDIT: I found another article that helped to install the plugins properly. But how the hell do i start a new flex project? Is it just a java project or should i have a special custom "flex" or "mxml" project title?

This is such a *BLEEP* up its ridiculous! i hope to god flex is worth this! Its been hours now. Please, anyone what the hell do i need to do?!

EDIT: (AGAIN) well that was a waste of time! ive scrapped using eclipse, its just annoying and im sticking with my current editor using XML syntax highlighting and the command line compiler that was with the flex SDK ZIP.... What a waste of time, if i had known this i wouldve had it set up in 5 minutes....So there ya go folks. Just get the SDK from adobe and use the compiler inside

Reply

Saint_Michael
QUOTE(shadowx @ Sep 22 2008, 08:20 AM) *
Hi folks.

Im currently trying to go freelance with another guy i know making websites, he is the designer, im the coder and i was viewing SM's tutorial on flex and i thought, damn! We could use that! And so my searching began.

I really like the sleek and smoothness of the tutorial SM posted, im always making contact forms for clients and if i can provide something as jazzy as that itll really boost the business. But i hit a brick wall! I found out that the main IDE released by adobe is unsurprisingly ridiculously priced and way out of my range. So i got the SDK and thought, hum wheres the installer? Then of corse realized it was the framework to be used by another IDE and wasnt an IDE in itself, and thats where im stuck. I cant find an IDE to use!

So if anyone knows of a good free flex IDE then link it!

My next question is what exactly is flex? It looks like a cross between VB/actionscript and XML, i assume from various sources that it is compiled? So i would write it in the strange XML like code, have it compiled just like an ordinary flash item and then embedded in my HTML page?

Any other advice is greatly welcomed, especially tutorials, i saw the video ones on the adobe site but i prefer text based ones so i can follow it at my own pace, and preferably a tutorial that gets in at the deep end and starts you building a form or something from the start, i get bored reading about it and learn a lot faster when im doing it wink.gif

So, any info? *looks in Saint Michael's direction*



Yeah the price is ridiculous high, but it is quite worth it once you develop full blown website applications like the online version of photoshop and other stuff like that. I know that eclipse can use it but other then that I wasn't really looking for how to get that installed or that would have been crazy enough and reading that you tried a few sites and so I am taking a shot with this link

Well if you read my first tutorial laugh.gif, it is platform that combines ActionScript, HTML, XML, CSS, MXML, Java, PHP, ruby on rails and some other basic languages to use to program applications which compiled would be run in flashed. The best part is when you compile the html page is already generated for you so you don't have to recode anything after that, but of course I haven't really gotten to application flex application within html pages. However, I don't think it is that necessary since you pull off full functioning websites if your coding is top notc both in and out of flex.

As for Learning the websites are somewhat basic and most provide the source code which sad to say is mostly from Flex 2, that I have found. As for Book, I have like every flex book you can think of to get a grasp on flex for my limited programming mind laugh.gif,

So for recommended reading I suggest the following books.

Flex 3 Cookbook

Adobe AIR Create Modify Reuse

Adobe AIR with Ajax Visual QuickPro Guide

The Essential Guide to Flex 3

Foundation Flex for Designers


That should start you off to get a basic understanding on how to work with flex and if you need anymore books lets me know.



QUOTE(bluedragon @ Sep 22 2008, 01:42 PM) *
You can use Eclipse .. Most of the companies use it for this purpose only.. Its an OpenSource IDE that was built for Java but also supports many other languages. I've also used it and its quite easy. The SDK will automatically detect Eclipse and perform the install for it if it already exist on your system.

You can download it from http://www.eclipse.org/

I Hope you got the FLEX 3.0 and not the 2.0 because 2.0 had some issues which have been dealt with in the new version. I'd really like to ask you something, since you are also a FLEX developer, can you allow multiple user logins on a FLEX page ??

Just a thought .. biggrin.gif
ok.. Flash was built previously and allowed you to build swf code that could be built in the web page . FLEX also produces the SWF code but in a slight different manner. Here the MXML (not XML) is used to bring up object and then build the SWF code. Also the ActionScript part defines the functioning of the different objects. Like Buttons, Vboxes, HBoxes, DropDowns, Lists etc.

You should try some Video tutorials .. Lynda.com has some really good tutorials. Try getting them from somewhere wink.gif

I've used that only. Though I should tell you that I am no expert on this thing but i tried my best for answering your questions biggrin.gif
Hope this helps



Well word has it Flex 4 is on its ways so it should be interesting what comes out of that, but for now Flex 3 is the way to go. As for your about multiple logins I do believe it is possible I have seen a few login examples and so if your website backend is php or ASP then it should be possible.



QUOTE(shadowx @ Sep 22 2008, 01:47 PM) *
Thanks, i haver actually downloaded eclipse and i found this blog which was supposed to tell me how to set it up with flex: http://www.darronschall.com/weblog/archives/000182.cfm

But i dont actually know if its set up properly. What are the steps for setting it up? (what did you do?) Just download the eclipse ZIP and the SDK zip from adobe and extract them both in the same directory?

Im really confused by this one! ive downloaded about 6 different things now!

EDIT: I found another article that helped to install the plugins properly. But how the hell do i start a new flex project? Is it just a java project or should i have a special custom "flex" or "mxml" project title?

This is such a *BLEEP* up its ridiculous! i hope to god flex is worth this! Its been hours now. Please, anyone what the hell do i need to do?!

EDIT: (AGAIN) well that was a waste of time! ive scrapped using eclipse, its just annoying and im sticking with my current editor using XML syntax highlighting and the command line compiler that was with the flex SDK ZIP.... What a waste of time, if i had known this i wouldve had it set up in 5 minutes....So there ya go folks. Just get the SDK from adobe and use the compiler inside


link

Just in case you missed the link.

Reply

shadowx
thanks SM, ive given up on eclipse and just writing it in my normal syntax highlighted editor with XML syntax and compiling it manually from the command line.

Its going well so far, considering ive never used XML before and this is so similar to XML, im also not an object or event driven programmer but so far its real easy. Im just going to follow your form tutorial now. got a label that hides/shows a second child panel so i can have things such as "Email a question" "Report a bug" etc... Each showing a new panel which contains a different, specialized form.

We will see what happens, but first impressions are very good!

Reply

shadowx
Mods: I have "bumped" this thread because to add an edit to the post above would be insubstantial and to create a whole new topic would just be spammy and trashy. Feel free to merge the posts if you need to, i just feel this is the best way to go about it as the following post is completely different content but on the same topic smile.gif

And so i begin...

Ok its going well, ive made my form BUT there is a problem, it seems through viewing source codes i need to import a HTTPService library to send the data to a PHP script for processing :
QUOTE

<mx:HTTPService id="httpService" url="contact.php" useProxy="false" method="POST">
<mx:request xmlns="">
<FirstName>{fname.text}</FirstName>
<email>{email.text}</email>
<message>{message.text}</message>
</mx:request>
</mx:HTTPService>



<mx:Script>
<![CDATA[
import mx.rpc.http.HTTPService;
import mx.controls.Alert;

private function Send(event:Event):void {
HTTPService.Send();
}

]]>
</mx:Script>


(a mixture of edited code from another app and my own code)

But i dont have these libraries installed, i get this error when compiling:

QUOTE

cannot resolve multiname reference unambiguously
/quote]and then a file path like C\eclipse\framework\libs\rpc.swc The file there does exist but i can only imagine it doesnt contain the libraries for the http request or something?

Ive only started flex today so i really dont know but any advice is greatly appreciated! Is there a download i need to get for these additional libraries or is my code wrong? Or is there another way to send a HTTP request?

As i said i copied some of that code from a tutorial source code, the actual import block is:

QUOTE
<![CDATA[
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;
import mx.rpc.http.HTTPService;
import mx.utils.StringUtil;
import mx.events.CloseEvent;
import mx.controls.Alert;
import mx.events.ListEvent;
import mx.managers.PopUpManager;


I just took what i think i need, the httprequest and alert functions.


Reply

bluedragon
Sorry ShadowX was busy with some things biggrin.gif

First of all, Eclipse is quite easy. You just needed to switch from Java to FLEX environment. Its a tab one one of the top bars. I guess you missed it biggrin.gif

It takes time to getting use to it, so I can really understand biggrin.gif . But it is at the same time worth it since you get syntax highlighting and plus better error debugging options.

..................


Second thing. The code above.

You need a Remoting component for this to work properly.

http://www.amfphp.org/

Go there and read the instructions

Its quite easy to install and even has video instructions .. Plus you also get to use the remoting properly.

I must tell you that I haven't tried this myself. So best of Luck

Also just to add , If you were working on FLASH and then trying to send something to PHP you'll be needing FLASH remoting component. I guess the last they released were for version MX.


Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. "free flex ide" - 337.88 hr back. (1)
  2. flex4 network monitor - 463.69 hr back. (4)
  3. flex remoting "500 internal server error" - 862.52 hr back. (1)
Similar Topics

Keywords : flex, info, start

  1. Looking For Info Of Xrumer 5.0
    help me, thanks!!! (0)
  2. Need 10 Adobe Flex Engineers
    (1)
    Need 10 Adobe Flex engineers: 1. You should have this skill set: "Adobe Flex + C#/Java + SQL
    Database". 2. You have to be living in United States, United Kingdom, Australia or Canada. 3. Work
    part time (through the Internet) OR full time with us (on site at our client's office). 4.
    Please send us your resume, expected salary, full time or part time, etc. Busycode Inc. is a top
    Adobe Flex outsourcing service provider who develops Flex/AIR applications for clients. Visit
    http://www.busycode.com , you will see we are all about Flex engineer, Flex programmer, Flex c....
  3. Internet Explorer- Http Error 500 Glitch.
    Read this article I made for more info. (2)
    Intenet Explorer Glitch causes HTTP Error 500, which is then cached to become "permanent"! In
    Internet Explorer (this occours in ALL versions by the way), the loading of the homepage can lag
    considerably if you open IE before connecting to any service. If you open up another page before the
    homepage loads, you'll more than likely get a "HTTP 500 Internal Server Error". Due to the way
    Internet Explorer deals with pages, the error would be stored in a Cache when it happens. By
    default, Internet Explorer uses the Cached version of any page if available to speed up p....
  4. Tooltip Style Popup Info For File Descriptions
    and / or Folder names? (1)
    My Hard drive is getting a bit "cluttered". Is there a utility available which will pop-up a long
    file description to remind you about what the file is for and when it was created? It would be nice
    to have it so when you hover on the file icon a "tool tip" containing the info would display.
    Kinda force the computer to remember stuff you should not have to remember about.....
  5. Ie Info Bar
    how to make it not pop up (2)
    On my site I have a flash menu thing. But when I publish my site or preview it with internet
    explorer it blocks the flash content and shows the little yellow bar at the top asking if I want to
    enable it. However I see sites with flash just like mine on the net and I dont get that bar when I
    visit them. How do I make it so it wont pop up on my site. Is there like a certification sort of
    thing that I need to have?....
  6. Invision Power Board (i Need Some Info)
    (1)
    Hi all i was wonder how to do a couple IPB things heres the list _________________________ Arcade
    Army Game thingy ShoutBox Reputation Points Tracker(to do stuff like creds) Marquees over names that
    say things like: Trick Master Funky Champion there are some other things but i will add them as i
    remember GuySpook signing off....
  7. [info] The Best _free_ Image Viewer ...
    +freeware (4)
    Name: QUOTE IrfanView  Screenshot: QUOTE Official Site: QUOTE
    http://www.irfanview.com/ Freeware: QUOTE YES Info: QUOTE(www.irfanview.com)
    IrfanView is a very fast, small, compact and innovative FREEWARE (for non-commercial use) graphic
    viewer for Windows 9x/ME/NT/2000/XP/2003. It is trying to be simple for beginners and powerful for
    professionals. IrfanView was the first Windows graphic viewer WORLDWIDE with Multiple (animated)
    GIF support. One of the first graphic viewers WORLDWIDE with Multipage TIF support. T....
  8. Studio Mx 2004
    info (3)
    Studio MX 2004 with Flash Professional includes everything in Studio MX 2004 plus the advanced
    capabilities of Flash MX Professional 2004. *Dreamweaver MX 2004New *Flash MX Professional 2004New
    *Fireworks MX 2004New *FreeHand MX *ColdFusion MX 6.1 Developer Edition (Windows only)
    Applications and Data Build rich Internet applications with a familiar forms-based development
    environment and powerful data binding. High Quality Video Deliver high-quality video with new
    professional video capabilities. Mobile and Device Development Produce and test content for device....
  9. Where Do You Back Up Your Info To?
    due to sp#2 (5)
    Should I back the info up on CDs or what? I was thinking that backing up all my information and
    stuff like that to the hard drive wouldn't be so bright simply because if something goes wrong,
    I'd probably lose that too. So I am asking where do you guys back up your information to.....
  10. [Info] The Best Download Manager
    (10)
    Name: QUOTE   ReGet Deluxe  Official Site: QUOTE   http://www.reget.com/
      Freeware: QUOTE   ReGet Junior (very limited!)   Info: QUOTE   #
    Stream protocols (MMS, RTSP) support.   # FTP compression (MODE Z) support.     the powerful
    download manager. Aimed at advanced and professional users   it comes with extra features (advanced
    scheduler, site manager,   downloads history), extra capabilties, extra settings to satisfy   the
    everyday needs of power internet users and heavy downloaders.   Tell me what this a....
  11. [Info] Usb Sniffer for Windows
    (0)
    Name: QUOTE     Usb Sniffer for Windows    Official Site: QUOTE    
    http://sourceforge.net/projects/usbsnoop/   http://usbsnoop.sourceforge.net/   Freeware:
    QUOTE     YES   Info: QUOTE   This is a tool to log all data exchange between USB
    Device   an its driver under a windows environement.   You can also find out the PID/VID of your USB
    device!   What is PID/VID and what's the use?   I'll reveal that later.   This
    post is not an advertisement! it is my personal opinion about a good software. ....
  12. [Info] The Best Network Diagnosis Tool
    (1)
    Name: QUOTE     Advanced Administrative Tools    Official Site: QUOTE  
    http://www.glocksoft.com/aatools.htm   Freeware: QUOTE     NO   Info:
    QUOTE   AATools is a multithreaded network diagnostic tool. Its purpose is to   accumulate data
    pertaining to network status and availability, using all of   the latest development tools in
    network research. It is a 12-in-1 utility,   including TCP/UDP Security Port Scanner, Proxy
    Analyzer, RBL Locator,   Trace Route, Email Verifier, Links Analyzer, Whois, Network Monitor,  ....
  13. [Info] The Best AD Remover
    Shareware (2)
    Name: QUOTE   AD Muncher  Official Site: QUOTE    
    http://www.admuncher.com/   Freeware: QUOTE     NO Info: QUOTE   -
    Small Size   - More than 1000 pre defined advertising sites.   - Custom filters   - Filters
    Programs   - IP Scramble : connecting using multiple proxies   - Many other features ...  
    This post is not an advertisement! it is my personal opinion about a good software. ....

    1. Looking for flex, info, start






*SIMILAR VIDEOS*
Searching Video's for flex, info, start

*MORE FROM TRAP17.COM*
advertisement



Flex, I Need Some Info And Help - I need to know how to start!



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE