Please Help i am a noobie ! Adobe Flash Builder premium

Heelo Everyone , recently , I downloaded the latest version of Flash builder . i want to know how i can enter the codes which would be executed when i click the button i have created . For example can someone tell me the code to display a label , a button or how to change the state or view when that button is clicked . I am developing a desktop application . Can someone please help me to change the default background color or even insert my own background image. I have reache it till here. please Help me to develop the reqquired application . I know that these are the very basics so i cant develop further without it. I have currently reached till here and have completely understood the matter till here . please dont be evil and copy the code for your own project. 
My current progress:-
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                       xmlns:s="library://ns.adobe.com/flex/spark"
                       xmlns:mx="library://ns.adobe.com/flex/mx"
                       width="800" height="600"
                       minWidth="800" minHeight="600"
                       maxWidth="800" maxHeight="600"
                        title="XYZ">
    <fx:Style source="XYZ.css"/>
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <s:states>
        <s:State name="splash"/>
        <s:State name="mainmenu"/>
        <s:State name="options"/>
        <s:State name="XYZ"/>
    </s:states>
    <fx:Script>
        <![CDATA[
            protected function continueBtn_clickHandler(event:MouseEvent):void
                // TODO Auto-generated method stub
        ]]>
    </fx:Script>
    <s:Label left="274" right="269" top="83" bottom="274" fontSize="36" horizontalCenter="2"
             text="XYZ&#xd;&#xd;XYZ:-" verticalCenter="-96" includeIn="splash"/>
    <s:Button id="continueBtn" x="305" y="431" label="Click to Continue and Play the game " includeIn="splash" click="continueBtn_clickHandler(event)/>
    <s:Label x="274" y="322" color="#00FF48" fontSize="36" text="Traffic" includeIn="splash"/>
    <s:Label x="416" y="322" color="#FF0030" fontSize="36" text="Manager" includeIn="splash"/>
</s:WindowedApplication>

So you're completely new but you're worried someone
will use your code??
  I'll try to answer the immediate questions but you really should sit through some tutorials as suggested.
   Displaying a label:   you can just add this in MXML and set the visibility=false, and on need address the id of the label to set the visibility to true.
   (eg)  <mx:Label id="lbl1" x="179" y="113" text="Label" visible="false"/>   then when you need to show it in AS you can use:  lbl1.visible=true;  and it will display where you have it.  You can also create the label on the fly in AS and position it.
"Can someone please help me to change the default background color or even insert my own background image."
Not sure where you are trying to set this but the easiest way is to use the Design View tab, select the component and then go down the list on Flex properties on the right in Flec Development Perspective.
or you can manually find your component and add backgroundColor="theColorYouWant
" in the list of attributes
background image:
Just put this under the <mx:Application     >  tag
<mx:backgroundImage>@Embed(source='//relative path to image in your project')</mx:backgroundImage>
"a button or how to change the state or view when that button is clicked"
click="{currentState='options'}  add something this to the attributes of the MXML button component. 'options' being the name of the state you want to switch to.  If your base state is not named use currentState=' ' to switch to it.
Once you've sat through the tutorials.
Do a google search for flexblogs and there are some good ones that show examples on how to do some basic to advanced things, it is very useful for the resourceful newcomer to flex.
Good luck with your project.

Similar Messages

  • Unable to install Flash Builder Premium: a beta version exists on this computer

    Hi,
    I'm a user of Flex since version 2 and i'm still currently using it everyday. Some days ago I uninstall Flash Builder Premium 4.7 because i did a mess installing some external packages so I dedided to uninstall it and install everything from scratch.
    The problem is that installing using Creating Cloud on my iMac, I always receive the same error: "a beta version exists on this computer".
    I have already used the "Adobe Creative Suite Cleaner Tool" and I removed the "Adobe Flash Builder" having the same icon as the other applications installed by Creative Cloud and now I have another "Adobe Flash Builder" with a slightly different icon but I'm scared to use it because waiting to repair Flash Builder 4.7 I'm using Flash Builder 4.6 and I cannot think I cannot work because Flash Builder is not working (I use it every day !).
    I removed Flash Builder 4.7 using the uninstaller, so the uninstalled didn't completed its job.
    On the machine I have currently installed Flex Builder 3, Adobe Flash Builder 4.6, Adobe Gaming SDK 1.0 (no uninstaller for it !), Adobe Flash C++ Compiler (no uninstaller for it too!).
    So, the question is, where I can find the log file containing the reason of the error message ? I have already checked the followimg folders:
         \Library\Logs\Adobe\Installer: I cleaned the folder and the error happens before a file is created in this folder
         \Users\<my account>\Library\Logs: it seems that the error isn't logged here
    Please help me, I need to use Flash Builder 4.7 for a presentation I have to do next Wednsday (almost 2 years of working !!!)
    Thank you
    Diego Novati

    Hi novatiitm,
    Please search for Flash Builder in Spotlight and if find simply uninstall it or delete the folders containing the software.
    Regards,
    Abhijit

  • Please give me some examples of video chat with adobe flash builder 4 or adobe flex 3.5

    I'm a newbie for flex. I had a project from my college to made a video chat application using Adobe Flash Builder 4 and used Red5.  please help me, give me some examples of video chat source code, so that i may to learn it. thanks a lot friends.

    As you are starting at the beginning you may as well start with FB4. When you install FB4 you will find that its start page has links to documentation tutorials and examples through the tour-de-flex. There are some great blogs that continue to offer advice and examples, nothing beats well written examples for learning. If you are on face book there is an Adobe Flex page that is continually giving links to examples and information about e-seminars.
    And of course there is here. So jump on board and have a bit of fun.
    David

  • Good evening I would please help me, IGood evening I would please help me, I have problems with flash player when update on my computer Flash Player for windows 8, gives me error in the installation that is not apply on my computer. Please help. Thank You

    Good evening I would please help me, IGood evening I would please help me, I have problems with flash player when update on my computer Flash Player for windows 8, gives me error in the installation that is not apply on my computer. Please help. Thank You

    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11
    If that is too inconvenient, using Google Chrome may be a preferable alternative.

  • Please Help! I tried to upgrade Flash Player, but have older computer

    Please Help! -- I tried to upgrade FLASH PLAYER, but I have an older MAC laptop OS X 10.4 = Version 4.1.3 (4533.19.4). 
    I need to UPGRADE Flash Player; however it's not available -- Recently, I cannot watch some videos or access particular websites.
    I'm a teacher, and CAN'T AFFORD to buy  a new computer at this time.
    > Can Adobe Corp. please help by offering an expanded range of UPGRADE support ??

    Unfortunately, if you're running OS 10.4, odds are that your Mac is a PowerPC model (-About This Mac will let you know for certain), and the newest version that will run on your system is Flash Player 10.1.102.64 and 9.0.289.0 (126 MB)
    That's a direct link to the download, you can right click (or control+click) and save it to your downloads folder. Expand it with Stuffit Expander and run the 10.102.64 installer.
    That's the best that can be hoped for because if your Mac is PowerPC, and I suspect it is, even Apple no longer supports it since September of 2009. The next OS X version (10.5) won't run the latest Player either. You'd need an Intel Mac with 10.6.3 or newer to use Flash Player 11.8.800.94.
    PowerMax does have some really good deals on "pre owned" Macs. I've bought three from them myself over the years.

  • Please help us, after we installing the flash player is said that the plug-in version is not installed and i need Flash Player for my windows 7 Professional 64-bit Japanese version and Internet explorer 10

    Please help us, after we installing the flash player is said that the plug-in version is not installed and i need Flash Player for my windows 7 Professional 64-bit Japanese version and Internet explorer 10

    Hello,
    There are two versions of Flash Player for Windows:  ActiveX for Internet Explorer and Plug-in for non-IE browsers. It appear you may have installed the one for non-IE browsers.  Please use the links below to download and install:
    Flash Player ActiveX (Internet Explorer
    Flash Player Plug-in (All other browsers)
    Maria

  • Can't install portfolio sdk in adobe flash builder 4.7

    Hi all,
    as a CC member I installed acrobat XI Pro, Adobe Flash Builder 4.7.
    I would like to create a new Portfolio layout but it seems impossible to me.
    I already followed the instruction provided by adobe: https://learn.adobe.com/wiki/display/PDFNAV/Installing+Acrobat+Portfolios+SDK but nothing happens.
    This page seems outdated. How can you work this way?
    Here is what I have done (windows 7 64bit):
    I copied the "AcroFlashDebug.api" file in "C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins"
    I copied the "Put contents in FB plugins dir" content  in "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)"
    I also copied the "Put contents in FB plugins dir" content in "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse"
    I copied the "Put contents in FB plugins dir" content in  "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\plugins" (please note I created the "plugins" directory manually)
    I also copied the "Put contents in FB plugins dir" content in "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins"
    but now?
    I started FB 4.7 but there no mention about navigator projects or portfolio.
    What I'm missing here?
    Is there an updated step-by-step tutorial?
    TIA for any help.
    tony

    The question of whether plug-ins are 64-bit or 32-bit is a vital one, and has been a pain for every app I've seen which has gone 64-bit. Maybe you'll need to install the 32-bit Flash Builder, but that's just a wild guess. This part of the issue seems specific to Flash Builder, so I recommend you try that forum.

  • How to download Adobe Flash Builder 4.5

    Hi,
    I have a question. I have license for Adobe Flash Builder 4.5 but I can't find this product in Adobe web page. I find only update for Flash Builder 4.5 for PHP.
    If you know answer, please, help me.
    Best regards
    Janusz

    Akamai download manager is a tool which speed up the downloads. You can download FB through Akamai (default download - it ask you install if not installed alredy) or directly.
    direct link is available as File 1 of 1 on the small popup window that was opened when you click download link. i have seen that directlink is not displayed for some users for some reason.
    if you dont see the direct link just install through Akamai download manager and dont close that small window it's gonna start the download of Flash Builde_4_6.exe automatically 
    if the download doesnt start Just try downloading from the start again. still you see the problem try different browser. For saved file location, you can serch the file with filename on your machine.
    Fahad
    Adobe Support

  • Adobe Flash Builder 4.7 Plug-in Utility.app fails to run

    I'm attempting to run "Adobe Flash Builder 4.7 Plug-in Utility.app" on my new MacBook Pro OSX 10.8.  I have a license key for Flash Builder 4.7 which appears to install without issue, but what I want to do after it installs is run "Adobe Flash Builder 4.7 Plug-in Utility.app" in "/Application/Adobe Flash Builder 4.7/utilities" to install the plug-in into my Eclipse Juno (64-bit) development environment.  I have tried running the app from the command line and the UI, but in both cases after I authenticate I see a window open up with nothing accept an "OK" button (see below).  This button is does not respond to clicks or the return key, and the only way to close it is to click the program icon and select quit. 
    When I run this from the command line I get the following message:
    myComputer:MacOS myUserName$ ./Adobe_Flash_Builder_4.7_Plug-in_Utility_
    2013-07-17 11:10:59.799 Adobe_Flash_Builder_4.7_Plug-in_Utility_[1157:707] Could not find image named 'lock'.
    2013-07-17 11:11:06.252 Adobe_Flash_Builder_4.7_Plug-in_Utility_[1157:707] osError = 0
    [Deprecated] Zero G InstallerAnywhere: Forcing java.vm.version to $(java.version)-zeroG in order to preserve backward compatibility
    Also, at one point about 2 months ago I was able to run the plug-in utility for 4.5 so I tried that again, and it no longer works.  It gives me the same issue I'm having with 4.7. 
    Can anybody help me out, or at least point me in a direction?

    Kind of.  I never actually solved the bug, but I did make it past the install. 
      Upon running Adobe Flash Builder 4.7 Plug-in Installer it appeared to crash and only load a blank screen with a single unclickable button.  It wasn't actually "hanging", and would react when I clicked on the program menu and moused over "Services".  This would allow my clicks and keystrokes to register with the program, but only after I mouse over the "Services" menu item.  For example, you need to click "okay", then mouse over "Services".  When you want to enter text you need to click in the text box, and mouse over "Services".  Then you need to type the text you want, and mouse over "Services" to see the text appear.  It's a PITA, but you can get through the install by doing this. 
      After installing the FB plug-in starting eclipse with editors open appeared to cause errors.  If this happens, this is because it seems that FB attempts to load when eclipse starts up.  Close all editors and restart eclipse.  The Welcome page for FB may pop open up.  At the bottom there is a check box that will keep that form loading - check it.  If the page does not open when eclipse starts, then open up an MXML file.  The Welcome page should load, and you can check the box. 
    I hope this helps you move forward.  Also, if you find an actual solution please let me know.

  • I can't download Adobe Flash Builder at all.

    Hello, i've tried to download flash builder 4.5-4.7 trial, premium, standard etc, i've followed instructions, turned off firewalls, popups etc. i really just need a trial version of Adobe Flash Builder. I am going onto my 3rd year in multimedia trying to learn how to do augmented reality with as3 and flash builder for my third year project. please help, i need a link or something.
    Thanks in advance.

    click the try button here, Develop games and applications | Adobe Flash Builder 4.7 Premium
    use a different browser if you have a problem with that link.

  • Is Adobe FLash builder 4.7 compatible with flex sdk 3.5?

    Is Adobe FLash builder 4.7 compatible with flex sdk 3.5?

    Kind of.  I never actually solved the bug, but I did make it past the install. 
      Upon running Adobe Flash Builder 4.7 Plug-in Installer it appeared to crash and only load a blank screen with a single unclickable button.  It wasn't actually "hanging", and would react when I clicked on the program menu and moused over "Services".  This would allow my clicks and keystrokes to register with the program, but only after I mouse over the "Services" menu item.  For example, you need to click "okay", then mouse over "Services".  When you want to enter text you need to click in the text box, and mouse over "Services".  Then you need to type the text you want, and mouse over "Services" to see the text appear.  It's a PITA, but you can get through the install by doing this. 
      After installing the FB plug-in starting eclipse with editors open appeared to cause errors.  If this happens, this is because it seems that FB attempts to load when eclipse starts up.  Close all editors and restart eclipse.  The Welcome page for FB may pop open up.  At the bottom there is a check box that will keep that form loading - check it.  If the page does not open when eclipse starts, then open up an MXML file.  The Welcome page should load, and you can check the box. 
    I hope this helps you move forward.  Also, if you find an actual solution please let me know.

  • Error DW030 - Can't install Adobe Flash Builder Windows 7 32 bits

    Hey everyone!
    Could someone help me with this error?    
    Here is the log:
    Exit Code: 6 Please see specific errors below for troubleshooting. For example,  ERROR: DW030 ...   -------------------------------------- Summary --------------------------------------  - 0 fatal error(s), 1 error(s)    ----------- Payload: Adobe Flash Builder 4.7 4.7.0.0 {8376E54D-7232-4443-A075-7938ABA2DB1A} -----------  ERROR: DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {8376E54D-7232-4443-A075-7938ABA2DB1A} returned error. Failing this payload.  -------------------------------------------------------------------------------------

    Now managed to get Flash Builder installed. Turns out it was my computer user name that caused the problem. I had a special character in my name ( the special character was ' ). I set up another user account without any special characters and installed Flash Builder using that user account and it installed without any problems.Hope this info helps.

  • Conflicting or prerelease version of Adobe Flash Builder 4.6

    I am installing CS6 Master Collection. However, Flash Builder 4.6 can't be installed due to "A conflicting or prerelease version of Adobe Flash Builder 4.6 exists on this computer. The conflicting version must be removed before installing from the current media."
    First, I tried to uninstall, but Flash Builder was not listed. Then I deleted all flash builder related files, no help.
    Then I deleted all Flash Builder related registry entries, no success.
    Finally I downloaded and ran the cleaner tool (it does not have any Flash Builder related selection) and restarted, but nothing seems to help.

    I too have this problem. I have always installed a complete master collection without discarding the previous version as a 'fail-safe' incase some old files do not upgrade/translate properly. I currently have the full CS3, CS4, CS5 and CS5.5 on my computer. I have had to install CS6 but without Flash Builder 4.6 due to the error  "A conflicting or prerelease version of Adobe Flash Builder 4.6 exists on this computer. The conflicting version must be removed before installing from the current media.”
    I do not really want to have to uninstall past versions. I have never had to do this in the past?  I have also done a search and can't find anything that says Flash Builder 4.6 It seems that Flash Builder 4.5 is the most recent version on my computer that was installed with CS5.5. The only trial (or prerelease) software I have installed is Muse. This was installed months after installing Master Collection CS5.5.
    Going through the troubleshooting info at post 6. It seems like it Flash Builder 4.5 (ie the previous CS5.5 install) that is causing the conflict. See text as copied from the log "WARNING: DW020: {2FC6B122-6F1F-409C-8FF0-8F8369D7F30B} Adobe Flash Builder 4.6 4.6.1.0 conflicts with: {9D0088AD-BBB1-470B-B7B8-520EDEFAE5F3} Adobe Flash Builder 4.5 4.5.0.0 Please uninstall these products, restart your computer and then run this installer again."
    After uninstalling Flash Builder 4.5 (part of CS5.5 collection), I was then able to install Flash Builder 4.6. I then tried to reinstall the Flash Builder 4.5 using my CS5.5 installer but this came up as already installed; so it appears that you cannot have both Flash Builder 4.5 and Flash Builder 4.6 installed on the same computer. Is this what Adobe intended ? What is the reason for this?

  • I am unable to register by Adobe flash builder 4.7 with the key i got from complimentary upgrade to Adobe Flash Builder 4.5

    I am unable to register by Adobe flash builder 4.7 with the key i got from complimentary upgrade to Adobe Flash Builder 4.5
    Please help

    Kind of.  I never actually solved the bug, but I did make it past the install. 
      Upon running Adobe Flash Builder 4.7 Plug-in Installer it appeared to crash and only load a blank screen with a single unclickable button.  It wasn't actually "hanging", and would react when I clicked on the program menu and moused over "Services".  This would allow my clicks and keystrokes to register with the program, but only after I mouse over the "Services" menu item.  For example, you need to click "okay", then mouse over "Services".  When you want to enter text you need to click in the text box, and mouse over "Services".  Then you need to type the text you want, and mouse over "Services" to see the text appear.  It's a PITA, but you can get through the install by doing this. 
      After installing the FB plug-in starting eclipse with editors open appeared to cause errors.  If this happens, this is because it seems that FB attempts to load when eclipse starts up.  Close all editors and restart eclipse.  The Welcome page for FB may pop open up.  At the bottom there is a check box that will keep that form loading - check it.  If the page does not open when eclipse starts, then open up an MXML file.  The Welcome page should load, and you can check the box. 
    I hope this helps you move forward.  Also, if you find an actual solution please let me know.

  • Adobe Flash Builder 4.7 code coverage plugin

    Hi,
         I am trying to find the code coverage with the adobe flash builder 4.7, SDK 4.6, code coverage plugin, i followed and cross verified the following steps:
    Debug version of Flash Player
    SWF file that has been compiled in debug mode
    The preloaded SWF must be local trusted.
    Still the code coverage plugin remains in Listening mode.
    My application SWF within a html wrapper is launched in mozilla 17.0.1 after comipling in debug mode.
    Please help

    Kind of.  I never actually solved the bug, but I did make it past the install. 
      Upon running Adobe Flash Builder 4.7 Plug-in Installer it appeared to crash and only load a blank screen with a single unclickable button.  It wasn't actually "hanging", and would react when I clicked on the program menu and moused over "Services".  This would allow my clicks and keystrokes to register with the program, but only after I mouse over the "Services" menu item.  For example, you need to click "okay", then mouse over "Services".  When you want to enter text you need to click in the text box, and mouse over "Services".  Then you need to type the text you want, and mouse over "Services" to see the text appear.  It's a PITA, but you can get through the install by doing this. 
      After installing the FB plug-in starting eclipse with editors open appeared to cause errors.  If this happens, this is because it seems that FB attempts to load when eclipse starts up.  Close all editors and restart eclipse.  The Welcome page for FB may pop open up.  At the bottom there is a check box that will keep that form loading - check it.  If the page does not open when eclipse starts, then open up an MXML file.  The Welcome page should load, and you can check the box. 
    I hope this helps you move forward.  Also, if you find an actual solution please let me know.

Maybe you are looking for

  • ALV Header getting truncated in excel

    I am using the GRid Layout. but when i am downloading the output in the Excel sheet, the headers are getting truncated. I have tried increasing the width in the FIELDCAT and also removing the coulmn-optimze option in the layout also. but still after

  • I can't create form using dblink

    I have created a dblink (public) pointing to a table in the remote database. Also I have created some reports using this dblink and it works fine. The problem is that when I create a form based on table or view using this dblink, I get the error "pag

  • Photoshop CS6 not saving

    I am using Windows 7 with an i7 core and 18gb of RAM. I recently purchased a CC subscription. In Photoshop CS6 I have noticed that at times after having saved a .psd file, after I come back to it later the changes are gone. At first I thought perhaps

  • How to change the entire cover to my iPhone4? how much does it cost?, how to change the entire cover to my iPhone4? how much does it cost?

    i have ruined the metallic part of the cover, and also the display, i would like to know if Apple does change the entire cover, and, in case, how much does it cost??

  • PSE 8 / Win 7 64 / Problems

    I just installed PSE 8 in Win 7 64bit. Installation went normally and PSE 8 is installed as a 32 bit app. However, when I open photos in edit mode they are pixilated - Jagged edges. Like a JPEG that is blown up too much. If I open RAW files in ACR 5.