Flex Beginner Series - Tutorials

I've begun a series for those of you looking to learn Flex from the start.
http://develop.dcolumbus.net/
Series like these take time, but it's encouraging when there is interactivity. If you find them useful, please let me know! Also, if you would be interested in writing some tutorials or portions of the Flex, Flash or other developer series, please do not hesitate to say so!
Cheers!

Good one.. keep adding more content.
I am great fan of video tutorial.. i have started up my own learning series at http://practicalflex.blogspot.com.
Cheers

Similar Messages

  • Any quick Flex 3 charting tutorials or examples

    I'm looking for basic Flex 3 charting tutorials or examples.
    So far everything i've found works in Flex 2.

    Thanks for the response. I tried a Flex 2 Charting tut and i
    get a binding error. Here's the error and code below.
    Parse error at '\n\n\t[Bindable]\n\tprivate var
    stats:ArrayCollection;\n\t\n\tprivate function
    dataRequestHandler(event:ResultEvent):void {\n\tstats =
    event.result.data.row;\n\t}\n\t\n\tprivate function
    dataRequestFaultHandler(event:FaultEvent):void
    {\n\tAlert.show(event.fault.message);\n\t}\n\t\n\t\n\t\n\t'.
    ChartingTutorial/src ChartingTutorial.mxml line 12 1213301783191
    474
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" creationComplete="dataRequest.send()">
    <mx:HTTPService id="dataRequest" url="stats.xml"
    result="dataRequestResultHandler(event);"
    fault="dataRequestFaultHandler(event);" />
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.rpc.events.FaultEvent;
    import mx.rpc.events.ResultEvent;
    import mx.collections.ArrayCollection;
    ]]>
    </mx:Script>
    [Bindable]
    private var stats:ArrayCollection;
    private function dataRequestHandler(event:ResultEvent):void
    stats = event.result.data.row;
    private function
    dataRequestFaultHandler(event:FaultEvent):void {
    Alert.show(event.fault.message);
    <mx:ColumnChart x="164" y="154" id="columnchart"
    dataProvider="{stats}">
    <mx:series>
    <mx:ColumnSeries displayName="Expenses"
    yField="expenses"/>
    <mx:ColumnSeries displayName="Revenue"
    yField="revenue"/>
    <mx:ColumnSeries displayName="Profit"
    yField="profit"/>
    </mx:series>
    </mx:ColumnChart>
    <mx:Legend dataProvider="{columnchart}"/>
    </mx:Application>

  • Flex 4 beta tutorials great--but...

    I went through the tutorials at http://www.adobe.com/devnet/flex/articles/fcf_getting_started_coldfusion_flex_02.html and was very quickly able to get the sample (and some of my own cfc's) to work on my local pc.
    What I've been struggling with for days (and more days) is how to get it to work on my server. After all - what good is it on my local machine?
    I can't find anywhere that it explains that.
    It can't possibly just work by ftping the files to my server. They are using a reference to  http://localhost:/flex2gateway , which I wouldn't expect to work.
    I believe Flex compiles the files needed into a swf, but I don't see how to get it to compile the information I need to put it on my server.
    Please help!!!!
    This has been my sole mission for Flex. I don't know if I've missed a single day trying to accomplish it and my 30 day trial is just about over.

    Re: A SWC:
    File > New > Flex Library Project will create a project which gets built as a SWC.

  • Flex 2 SDK Tutorials

    I recently started reading up and learning a little about
    Flex 2.0. I work a lot with Coldfusion and it seems like a good
    match. I have very little Flash / AS experience although I have
    been a developer using many other languages (CF, VB, C#, JSP, etc)
    for a number of years so I know I can handle the coding aspect
    fine. And years ago I did a lot of Macromedia Director work which
    is at least somewhat similar to Flash.
    What I am looking for is some good basic tutorials for
    database-driven apps using only the SDK - I am not quite ready to
    spend the $500 on the IDE just yet. I did download the 30-day demo,
    but (as usual) I got too busy and didn't do enough with it before
    it ran out. Now I have the SDK downloaded and working (I even found
    a neat bit of code to compile the .mxml documents right from the
    command menu in Dreamweaver which is nicer and a lot more
    convenient compiling in a command prompt window.
    Please provide some good links to relevent sdk articles and
    tutorials. I want to see mostly how to build the UI, call out to a
    Coldfusion page to get a data query and return the results back to
    the UI. We use mostly Oracle at work but I will be playing at home
    using MySQL. I would like to see examples of both. I am sure we
    won't be using the Flex Data Services (at least not yet).
    Thanks in advance.
    Scott

    Try this: http:www.lynda.com
    Lots of video tutorials on Flex and also integrating with
    CF!!

  • Flex beginner question

    Hello,
    I'm completely new to Flex and to programming in general. I
    have some HTML/CSS experience, but not much. I want to start using
    Flex and ActionScript from scratch. Am I starting off too advanced?
    Should I learn other languages first? I'm a quick learner and I
    have a BS in Math so I think I have pretty good logic skills. Any
    thoughts? I have watched some Flex tutorials and have ordered a
    book, but I figured I'd get some feedback from Flex guru's. Thanks
    in advance,
    Mark

    If you're comfortable working with HTML source (not wysiwyg
    editors) you should do reasonably well. Walking through the initial
    tutorials will help a lot in getting you past the early learning
    curve. I would also recommend the TotalTraining video tutorial from
    James White, as that helped me get going much faster.

  • Flex and JSP tutorials and articles?

    I found one that doesnt really answer most of my questions: http://cookbooks.adobe.com/index.cfm?event=showdetails&postId=7746
    I am looking for more information on setting up flex applications that can sit ontop of JSP pages and utilize the code to interact with the back end data base to display, gather, send and retrieve data. I like the whole "not having to refresh when new data comes in" concept.

    It depends on how Flex is getting the data, and how it's generated. If you refresh the page, then the Flex app will be reset, and won't have any knowledge of previous data. One thing you could do is store the data on the server and access it via some web-service calls (eg AMF or REST). The server could manage the user's session, store data, and generate or retrieve previous data.

  • Beginner Website Tutorials do not match CS5.5 or CS6. Why?

    It is impossible to get through the basic tutorials provided to show how to create a website, etc. Has anyone actually tried it? The information does not match current Dreamweaver CS6 or even earlier Dreamweaver CS5.5, at least on the Mac software version. I have done many websites but wanted to get a fresh perspective and see if I missed anything, and if I could pick up some new details given the major changes that have been happening with responsive web design. Please update. If there is a better or more accurate tutorial, please provide it. Sending people to what I found is a sure way to discourage people.

    Hi John. I guess I stayed up way too late. I believe I am getting to the root of the problem and it is surely due to my own ignorance. Even though I had just recently installed CS6, and even more recently installed some third party extensions extensions using their CC install versions, I should have installed CS versions. The instructions sent me to some basic CC tutorials which did not match what I was seeing.
    Creating your first website – Part 1: Set up your site and project files | Adobe Creative Cloud tutorials
    Now, I have to figure out what I need to do, must do, etc. Any suggestions are welcome. Since the interface appears to be so different for HTML5 at least (which is what I need to be learning and using, apparently), should I make the change to CC and if so, how best should this be done and why are the advantages?

  • TileList Add/Remove function problems for a flex beginner

    I am starting up a new project for my university course which will allow users to drag and drop icons into their own area.
    I wanted to use a TileList to provide the buttons for the users to select their area i.e. when a user clicks on a button in the TileList their area will be shown then they can drag items into it from another area that will always be shown (these items will later act as links to websites effectively making this application an interactive favourites menu but I'm nowhere near that point yet).
    The thing is I also wanted the user's to have the ability to add a new user or remove a selected user by clicking buttons to either add a new user or click a button that will delete a selected user however after searching the internet for code and using it in my application it's a little but messed up.
    The problem is I have created an array of 5 profiles (slots for each user) but I only want each slot to be added once whereas at the moment I can remove buttons easily using the remove item button when a user button is selected but if i add a few profiles then delete one and add another sometimes there will be 2 instances of the same button added. I only want ONE of each profile button from the array to be viewable in the application at any one time. It's hard for me to explain this so heres my full code for the applicattion. I'm sure it just needs slightly tweaking but if someone could edit it for me it would be greatly appreciated as I'm totally stuck:-
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:components="components.*" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#545351, #E3DFDF]">
       <mx:Script>
          <![CDATA[
             import mx.managers.*;
               private var _dragManager:DragManager;
               private var _historyManager:HistoryManager;
               private var _popupManager:PopUpManager;
               import flash.net.navigateToURL;
               import flash.net.URLRequest;
               import flash.net.URLVariables; 
               import mx.events.ListEvent; 
               import mx.controls.Button;
                import mx.collections.*;
                import mx.controls.Alert;
          ]]>
       </mx:Script>
        <mx:Script>
            <![CDATA[
                import mx.effects.easing.Elastic;
                import mx.collections.ArrayCollection;
                [Bindable]
                private var myDP:ArrayCollection = new ArrayCollection(
                private var dpArr:Array = [{label: "New Profile 1", data:1},{label: "New Profile 2", data:2}, {label: "New Profile 3", data:3},{label: "New Profile 4", data:4}, {label: "New Profile 5", data:5}];
                private function deleteItem():void {
                    // Remove item from Array Collection
                    if(myDP.length > 0){
                        var toRemove:Array = [];
                    for (var i:int = 0; i < tlist0.selectedItems.length; i++)
                        toRemove.push(tlist0.selectedItems);
                    for (i = 0; i < toRemove.length; i++)
                        myDP.removeItemAt(myDP.getItemIndex(toRemove));
                private var zcount:int = 0;
                private function addItem():void {
                    // Add item from source Array to Array Collection
                    if(myDP.length < dpArr.length){
                        myDP.addItemAt(dpArr[myDP.length],myDP.length);
                 private function tileList_itemClick(event:ListEvent):void {
                private function showAlert(event:ListEvent):void{
                  Alert.show("You clicked button #"+event.currentTarget.selectedItem.data);
            ]]>
        </mx:Script>
        <mx:Sequence id="itemsChangeEffect1">
            <mx:Blur blurYTo="12" blurXTo="12" duration="300" perElementOffset="150" filter="removeItem"/>
            <mx:Parallel>
                <mx:Move duration="750" easingFunction="{Elastic.easeOut}" perElementOffset="20"/>
                <mx:RemoveItemAction startDelay="400" filter="removeItem"/>
                <mx:AddItemAction startDelay="400" filter="addItem"/>
                <mx:Blur startDelay="410" blurXFrom="18" blurYFrom="18" blurXTo="0" blurYTo="0" duration="300" filter="addItem"/>
            </mx:Parallel>
        </mx:Sequence>
       <mx:Canvas width="1168" height="716" backgroundColor="#0219FB" horizontalCenter="0" verticalCenter="0" borderColor="#000000" borderStyle="solid" borderThickness="1" cornerRadius="20"  backgroundAlpha="0.8">
          <mx:Canvas id="UserArea" left="10" x="0" y="49" width="670" height="594" backgroundColor="#000000" cornerRadius="20" borderStyle="solid">
               <mx:TileList id="tlist0" itemClick="{showAlert(event)}" itemRenderer="mx.controls.Button" top="10" left="10" right="10"  color="#FFFFFF" height="50" width="100%" fontSize="12" fontStyle="bold" columnCount="5" rowCount="2" direction="horizontal" dataProvider="{myDP}" itemsChangeEffect="{itemsChangeEffect1}" backgroundColor="#000000" fontWeight="bold" borderStyle="none"/>
               <mx:Canvas x="63" y="129" width="200" height="200" fontSize="36" borderColor="#FFFFFF" id="Canvas1" visible="false">
                  <mx:Label x="27" y="25" text="Profile 1"/>
               </mx:Canvas>
          </mx:Canvas>
          <mx:Button label="Remove item" click="deleteItem();" color="0x323232" x="96" y="10"/>
          <mx:Button label="Add item" click="addItem();" color="0x323232" x="10" y="10"/>
       </mx:Canvas>
    </mx:Application>

    I've changed the code for the additem function to this but it only works to an extent now:-
    private function addItem():void
    // Add item from source Array to Array Collection
    if (myDP.length < dpArr.length && !myDP.contains(dpArr[myDP.length])){
         myDP.addItemAt(dpArr[myDP.length],myDP.length);
    It does only allow 1 of only the 5 profiles from the array to be added to the tilelist as I wanted but it appears that it is now impossible to add buttons anymore in certain situations.
    For example if i run the application add all the profile buttons so all profile buttons are shown in the tile list and then remove profile buttons 2 3 and 4 and then click the add item button 3 times buttons 2 3 and 4 should be added however only 3 and 4 appear after profile 5 and 2 doesn't appear no matter how many times I click 'add item'.
    What I want is for all 5 buttons from the array to be addable at any time but only one of each number should be shown. This may be to do with other code but I'm not sure.

  • Flex mobile charting issue

    I tried to create column chart using the data model from the previous view, I used var object to transfer the data but the chart does not work. Help PLEASEEEEEE  and if you have tips for passing data to a view please.
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx"
      backgroundColor="#adacac" title="ColumnChart"
      xmlns:charts="mx.charts.*"
      xmlns:series="mx.charts.series.*"
      xmlns:Legend="mx.Legend.*">
    <fx:Declarations>
    </fx:Declarations> 
    <fx:Script>
      <![CDATA[
                import mx.charts.ColumnChart;
       import mx.collections.*;
       [Bindable]
       public var myAC:ArrayCollection = new ArrayCollection([
        {Month:"January", Profit:30},
        {Month:"February", Profit:50},
        {Month:"March", Profit:70},
        {Month:"April", Profit:90}
       private function setTitles():void {
        la1.title="{data.Yaxis}";
       private function updateChart ():void {
        myAC.getItemAt(0).litres = Number("{data.Ydata1}");
        myAC.getItemAt(1).litres = Number("{data.Ydata2}");
        myAC.getItemAt(2).litres = Number("{data.Ydata3}");
        myAC.getItemAt(3).litres = Number("{data.Ydata4}");
        myAC.getItemAt(0).Month =("{data.Xdata1}");
        myAC.getItemAt(1).Month =("{data Xdata2}");
        myAC.getItemAt(2).Month =("{data Xdata3}");
        myAC.getItemAt(3).Month =("{data Xdata4}");
      ]]>
    </fx:Script>
    <s:Panel title="{data.TitleText}" x="28" y="59" width="265" height="273" >
         <charts:ColumnChart id="myChart" x="10" y="14" width="244" height="216" dataProvider="{myAC}"
             showDataTips="true" type="clustered">
          <charts:horizontalAxis>
           <charts:CategoryAxis title="{data.Xaxis}" categoryField="Month" dataProvider="{myAC}" />
          </charts:horizontalAxis>
          <charts:verticalAxis>
           <charts:LinearAxis id="la1"/>
            </charts:verticalAxis>
               <charts:series>
           <series:ColumnSeries dataProvider="{myAC}" yField="Profit" xField="Month" displayName="{data.label}" />
               </charts:series>
         </charts:ColumnChart>
      <charts:Legend x="174" y="26" width="29" height="30" dataProvider="{myChart}"/>
      </s:Panel>
    </s:View>

    Mobile charting should support animations just like on desktop.
    You should be able to Google for Flex chart animation tutorials, for example: http://blog.flexexamples.com/2007/10/15/using-data-effects-to-animate-chart-data/

  • Error while running C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\build.bat

    Hello
    I am a flex beginner, when i run the  C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\build.bat file the following error is displayed
    Loading Configuration file C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\flex-config.xml
    C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\loaderPanel.mxml
    Error :-1
    Please help me to run the bat file, as it will help me to learn flex independently.
    error message is attached as bmp.
    Thanks in advance.

    Hi,
    Take a look at this report: https://bugs.adobe.com/jira/browse/FB-11626 It might be of help.
    With best regards,
    Barna Biro
    Blog: http://blog.wisebisoft.com

  • Cisco Flex 7500 controller with client disconnects

    Hey All,
    There will be alot of info in this post, hopefully all helpful, more info the better right!  If you require anymore info to help me out to not hesistate to request it.
    We have been having some issues with clients connecting and disconnecting several times a day and having to manually reconnect from the icon on their taskbar. We have about 380 APs, and 200+ more to deploy that we have and are licensed for but are having some issues that we want to resolve first obviously.
    Some locations our setup is a bit more complex than this with multiple SSIDs and vlans, but this issue is everywhere so i will keep it to our simple setup for now:
    AP Models: AIR-LAP1042N-A-K9, AIR-CAP1602I-A-K9 (Most locations do not have a mix of both, most have 1042s)
    Running a single SSID - WPA/WPA2 with: WPA - TKIP and WPA2 - AES on the same SSID. 
    They talk back to a Cisco Flex 7500 Series through a tunnel (should not be any port blocking preventing communication)
    We are running from what i understand a bad firmware version (7.6.100.0) and during our next maintenance window i am going to try and get them to change to a more stable firmware version.
    Data Rates of 1,2,5.5,11 Mbps are disabled
    TPCv1 coverage running
    Automatic Power Assignment
    I will not focus on the a/n/ac network as most of our devices are connecting to WPA due to the config they already have.
    Ideally i would like to get rid of WPA all together but i am not 100% in control of the decisions to get the started and people here like to delay things lol.
    It is hard to say if the issue is specific to a model as we have so few 1602Is, and it is just at our main office.  I have not heard many complaints but i have noticed i will now and then get a limited or no connectivity settings on my wireless icon on my PC.  I use hard-wired so i don't really notice if it is not working.
    In most locations it looks like the controller is doing a decent job at selection channels to use. I did find one spot where it had on 11 APs down a long hallway, and did not use channel 6 once. I statically set that location to stagger the channels to see what kind results we had and am still waiting to hear on that as they complained the most out of all of our locations. In some cases 3 APs in a row were on channel 1 in the hallway, in alot of casses 1 was 2 times in a row as well as 11 so there was alot of overlap.
    I am attaching my show sysinfo and show wlan 17 for that informtion, some of the other settings i have changed today that were previously enabled/set different are:
    Disabled Cisco Aironet IE
    Set channel automatic rescan from 10 mintues to 12 hours as i can image if it is changing the channels alot it can lead to disconnects.
    Some of the main things we get in our message log are:
    *dot1xMsgTask: Oct 16 15:17:36.943: #DOT1X-4-MAX_EAPOL_KEY_RETRANS: 1x_ptsm.c:508 Max EAPOL-key M5 retransmissions exceeded for client 84:85:06:0b:a6:33 
        - Not sure why we get this as we have a PSK and do not have local eap enabled.....
    *apfMsConnTask_6: Oct 16 15:19:01.753: #APF-3-AID_UPDATE_FAILED: apf_80211.c:6570 Error updating Association ID for REAP AP Clientc8:f9:f9:2b:fd:50 - AID 4
    *apfMsConnTask_6: Oct 16 15:19:01.753: #LWAPP-3-INVALID_AID2: spam_api.c:1462 Association identifier 4 for client 18:9e:fc:4d:9e:87 is already in use by 8c:2d:aa:b7:70:5e
        - There is a bug for this log, but according to the bug our 7.6.100.0 is not effected
    Here is my show sysinfo:
    (Cisco Controller) >show sysinfo
    Manufacturer's Name.............................. Cisco Systems Inc.
    Product Name..................................... Cisco Controller
    Product Version.................................. 7.6.100.0
    RTOS Version..................................... 7.6.100.0
    Bootloader Version............................... 7.6.101.2
    Emergency Image Version.......................... 7.6.101.2
    Build Type....................................... DATA + WPS
    System Name...................................... Cisco_cf:17:26
    System Location..................................
    System Contact...................................
    System ObjectID.................................. 1.3.6.1.4.1.9.1.1295
    Redundancy Mode.................................. Disabled
    IP Address....................................... 10.156.50.100
    System Up Time................................... 52 days 5 hrs 54 mins 25 secs
    System Timezone Location......................... (GMT -4:00) Altantic Time (Canada)
    System Stats Realtime Interval................... 5
    System Stats Normal Interval..................... 180
    Configured Country............................... CA  - Canada
    --More-- or (q)uit
    Operating Environment............................ Commercial (10 to 35 C)
    Internal Temp Alarm Limits....................... 10 to 38 C
    Internal Temperature............................. +22 C
    Fan Status....................................... OK
    RAID Volume Status............................... OK
    State of 802.11b Network......................... Enabled
    State of 802.11a Network......................... Enabled
    Number of WLANs.................................. 13
    Number of Active Clients......................... 1584
    Burned-in MAC Address............................ 70:81:05:CF:17:20
    Power Supply 1................................... Present, OK
    Power Supply 2................................... Present, OK
    Maximum number of APs supported.................. 600
    Here is my Show wlan 17
    WLAN Identifier.................................. 17
    Profile Name..................................... AirCCRSB
    Network Name (SSID).............................. AirCCRSB
    Status........................................... Enabled
    MAC Filtering.................................... Disabled
    Broadcast SSID................................... Enabled
    AAA Policy Override.............................. Disabled
    Network Admission Control
    Client Profiling Status
        Radius Profiling ............................ Disabled
         DHCP ....................................... Disabled
         HTTP ....................................... Disabled
        Local Profiling ............................. Disabled
         DHCP ....................................... Disabled
         HTTP ....................................... Disabled
      Radius-NAC State............................... Disabled
      SNMP-NAC State................................. Disabled
      Quarantine VLAN................................ 0
    Maximum number of Associated Clients............. 0
    Maximum number of Clients per AP Radio........... 200
    Number of Active Clients......................... 1768
    Exclusionlist Timeout............................ 60 seconds
    Session Timeout.................................. 28800 seconds
    User Idle Timeout................................ Disabled
    Sleep Client..................................... disable
    Sleep Client Timeout............................. 12 hours
    User Idle Threshold.............................. 0 Bytes
    NAS-identifier................................... Cisco_cf:17:26
    CHD per WLAN..................................... Enabled
    Webauth DHCP exclusion........................... Disabled
    Interface........................................ management
    Multicast Interface.............................. Not Configured
    WLAN IPv4 ACL.................................... unconfigured
    WLAN IPv6 ACL.................................... unconfigured
    WLAN Layer2 ACL.................................. unconfigured
    mDNS Status...................................... Disabled
    mDNS Profile Name................................ unconfigured
    DHCP Server...................................... Default
    DHCP Address Assignment Required................. Disabled
    Static IP client tunneling....................... Disabled
    Quality of Service............................... Silver
    Per-SSID Rate Limits............................. Upstream      Downstream
    Average Data Rate................................   0             0
    Average Realtime Data Rate.......................   0             0
    Burst Data Rate..................................   0             0
    Burst Realtime Data Rate.........................   0             0
    Per-Client Rate Limits........................... Upstream      Downstream
    Average Data Rate................................   0             0
    Average Realtime Data Rate.......................   0             0
    Burst Data Rate..................................   0             0
    Burst Realtime Data Rate.........................   0             0
    Scan Defer Priority.............................. 4,5,6
    Scan Defer Time.................................. 100 milliseconds
    WMM.............................................. Allowed
    WMM UAPSD Compliant Client Support............... Disabled
    Media Stream Multicast-direct.................... Disabled
    CCX - AironetIe Support.......................... Disabled
    CCX - Gratuitous ProbeResponse (GPR)............. Disabled
    CCX - Diagnostics Channel Capability............. Disabled
    Dot11-Phone Mode (7920).......................... Disabled
    Wired Protocol................................... None
    Passive Client Feature........................... Disabled
    Peer-to-Peer Blocking Action..................... Disabled
    Radio Policy..................................... All
    DTIM period for 802.11a radio.................... 1
    DTIM period for 802.11b radio.................... 1
    Radius Servers
       Authentication................................ Global Servers
       Accounting.................................... Global Servers
          Interim Update............................. Disabled
          Framed IPv6 Acct AVP ...................... Prefix
       Dynamic Interface............................. Disabled
       Dynamic Interface Priority.................... wlan
    Local EAP Authentication......................... Disabled
    Security
       802.11 Authentication:........................ Open System
       FT Support.................................... Disabled
       Static WEP Keys............................... Disabled
       802.1X........................................ Disabled
       Wi-Fi Protected Access (WPA/WPA2)............. Enabled
          WPA (SSN IE)............................... Enabled
             TKIP Cipher............................. Enabled
             AES Cipher.............................. Disabled
          WPA2 (RSN IE).............................. Enabled
             TKIP Cipher............................. Disabled
             AES Cipher.............................. Enabled
                                                                   Auth Key Management
             802.1x.................................. Disabled
             PSK..................................... Enabled
             CCKM.................................... Disabled
             FT-1X(802.11r).......................... Disabled
             FT-PSK(802.11r)......................... Disabled
             PMF-1X(802.11w)......................... Disabled
             PMF-PSK(802.11w)........................ Disabled
          FT Reassociation Timeout................... 20
          FT Over-The-DS mode........................ Enabled
          GTK Randomization.......................... Disabled
          SKC Cache Support.......................... Disabled
          CCKM TSF Tolerance......................... 1000
       WAPI.......................................... Disabled
       Wi-Fi Direct policy configured................ Disabled
       EAP-Passthrough............................... Disabled
       CKIP ......................................... Disabled
       Web Based Authentication...................... Disabled
       Web-Passthrough............................... Disabled
       Conditional Web Redirect...................... Disabled
       Splash-Page Web Redirect...................... Disabled
       Auto Anchor................................... Disabled
       FlexConnect Local Switching................... Enabled
       flexconnect Central Dhcp Flag................. Disabled
       flexconnect nat-pat Flag...................... Disabled
       flexconnect Dns Override Flag................. Disabled
       flexconnect PPPoE pass-through................ Disabled
       flexconnect local-switching IP-source-guar.... Disabled
       FlexConnect Vlan based Central Switching ..... Disabled
       FlexConnect Local Authentication.............. Disabled
       FlexConnect Learn IP Address.................. Enabled
       Client MFP.................................... Optional
       PMF........................................... Disabled
       PMF Association Comeback Time................. 1
       PMF SA Query RetryTimeout..................... 200
       Tkip MIC Countermeasure Hold-down Timer....... 60
       Eap-params.................................... Disabled
    AVC Visibilty.................................... Disabled
    AVC Profile Name................................. None
    Flow Monitor Name................................ None
    Split Tunnel (Printers).......................... Disabled
    Call Snooping.................................... Disabled
    Roamed Call Re-Anchor Policy..................... Disabled
    SIP CAC Fail Send-486-Busy Policy................ Enabled
    SIP CAC Fail Send Dis-Association Policy......... Disabled
    KTS based CAC Policy............................. Disabled
    Assisted Roaming Prediction Optimization......... Disabled
    802.11k Neighbor List............................ Disabled
    802.11k Neighbor List Dual Band.................. Disabled
    Band Select...................................... Disabled
    Load Balancing................................... Disabled
    Multicast Buffer................................. Disabled
     Mobility Anchor List
     WLAN ID     IP Address            Status
    802.11u........................................ Disabled
    MSAP Services.................................. Disabled
    Local Policy
    Priority  Policy Name

    As long as you take the configuration backup downgrading from 7.6.100.0 to 7.4.121.0 should be fine. Because this is Flexconnect deployment, make sure you review the release notes thoroughly as config like vlan mapping is impacted it is painful to reconfigure.
    I still think moving to 7.6MR3 & once 8.x get stable going for that code is a good plan. Though 7.4.121.0 is assure wave it does not mean it has no bugs.(remember that prior to this 7.4.110.0 was assure wave & it deferred in quick time) . I would say 8.x going to be the code staying for long time period, so ultimately you have to be there.
    In 8.x there are few FlexConnect improvements,one being AP won't reload when you change from local mode to FlexConnect.
    HTH
    Rasika
    **** Pls rate all useful responses ***

  • Need to disable AP mode multicast in 1231 series access point

    Hi
    I have one controller 2504 and some 1200 series access points.I am using 3 SSID .I want to use two ssid in HREAP mode but HREAP mode is not showinh in access point because multicast is enabled on AP mode.Please see the below picture
    I have disabled the multicast globally from CLI.
    config network multicast global disabled
    Please help me in disabling the multicast so that i can set the access point in HREAP mode.
    Thanks ....

    Hi George
    I have found a document in which it is mentioned which platform are supported..
    These are the restrictions to remember while you use H-REAP.
    Hybrid REAP is supported only on the 1130AG, 1140, 1240, 1250, 1260,           AP801, AP 802, 1040, and AP3550 APs and on the Cisco WiSM, Cisco 5500, 4400,           2100, 2500, Flex 7500 Series Controllers, the Catalyst 3750G Integrated           Wireless LAN Controller Switch, and the Controller Network Module for           Integrated Services Routers.
    But why it is giving an remark on controller tab that multicast is not supported with HREAP on this platform ?
    Is this the limitation of cisco 2504 controller or the limitation of 1231 access point ?
    Does that mean i can use my SSID in HREAP mode if i am using 1231 series access point ?
    Thanks...

  • Flex is slow

    Hi gyus
    i have around 16000 line of code
    which is already broke up in two mxml file and five class
    file
    still what ever i want to change in my application flex is
    taking time
    why so it is happening
    i turn off my auto refresh option ,auto built option
    Plz Help me out
    ThanX

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    XML (Flex 3):
    The XML class contains methods and properties for working
    with XML objects. The XML class (along with the XMLList, Namespace,
    and QName classes) implements
    Link:
    http://livedocs.adobe.com/flex/3/langref/XML.html
    Adobe - Flex Quick Starts: Using XML data:
    The ECMAScript for XML specification in Adobe Flex defines a
    set of classes and functionality for working with XML data. These
    classes and functionality are
    Link:
    http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/
    XML (Flex 2 Language Reference):
    RSS feed | Send me an e-mail when comments are added to this
    page | Comment Report. Current page:
    http://livedocs.adobe.com/flex/2/langref/XML.html
    Link:
    http://livedocs.adobe.com/flex/2/langref/XML.html
    Bruce Phillips' Blog: Using XML in Flex - Tutorial Part 4 -
    WebService:
    Bruce Phillips Flex and ColdFusion Tutorials: Using XML in
    Flex - Tutorial Part 4 - WebService.
    Link:
    http://www.brucephillips.name/blog/index.cfm/2006/10/22/Using-XML-in-Flex--Tutorial-Part-4 --WebService
    Working with XML -- Flex 2:
    With ActionScript 3.0, there is a new group of classes based
    on the ECMAScript for XML (E4X) specification (ECMA-357 edition 2).
    Link:
    http://livedocs.adobe.com/flex/2/docs/00001910.html
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • WLC 5508 and Flex 7500

    Hi,
    I am going to deploy 5508 with 12 AP version now..
    In future, we are going to get another Cisco Flex 7500 Series Cloud Controller.
    My question is can 5508 run N+1 redundancy with 7500? or is there any best practice or upgrade path avail?
    Thanks,
    John

    My understanding is that the 7500 cloud controller is for H-REAP only implementations and if it could be used as an N+1 (which I haven't heard it can) like Leolaohoo said it'd only be useful for your H-REAP access points and not your local mode ap's.. they are intended for drastically different network topology and scenarios.

  • Flex Finder icon??

    Is there any way for mxml files to have a "real" Finder icon?
    What's worse, my mxml files always show up as unix executable
    files instead of generic documents.

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    XML (Flex 3):
    The XML class contains methods and properties for working
    with XML objects. The XML class (along with the XMLList, Namespace,
    and QName classes) implements
    Link:
    http://livedocs.adobe.com/flex/3/langref/XML.html
    Adobe - Flex Quick Starts: Using XML data:
    The ECMAScript for XML specification in Adobe Flex defines a
    set of classes and functionality for working with XML data. These
    classes and functionality are
    Link:
    http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/
    Top Level Constants and Functions Details (Flex 3):
    Adobe Flex 3 Language Reference ... Determines whether the
    specified string is a valid name for an XML element or attribute.
    Top Level
    Link:
    http://livedocs.adobe.com/flex/3/langref/package.html
    Bruce Phillips' Blog: Using XML in Flex - Tutorial Part 4 -
    WebService:
    Bruce Phillips Flex and ColdFusion Tutorials: Using XML in
    Flex - Tutorial Part 4 - WebService.
    Link:
    http://www.brucephillips.name/blog/index.cfm/2006/10/22/Using-XML-in-Flex--Tutorial-Part-4 --WebService
    XML (Flex 2 Language Reference):
    RSS feed | Send me an e-mail when comments are added to this
    page | Comment Report. Current page:
    http://livedocs.adobe.com/flex/2/langref/XML.html
    Link:
    http://livedocs.adobe.com/flex/2/langref/XML.html
    Sending Flex Data to PHP using XML:
    tutorial on sending data from flex to php using xml and
    httpservice along with small demo on using popUpManager.
    Link:
    http://blog.paranoidferret.com/index.php/2007/11/02/sending-flex-data-to-php-using-xml/
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

Maybe you are looking for

  • Ipod & Itunes no music transfer

    How do I get the music from iTunes to my iPod without the music on the iPod getting erased?

  • Urgent: Transport of Flat File Data Source

    While transporting flat file data source is it required to transport first in a separate request or everything can go in 1 request. Thank you, sam

  • Airplay not displaying on iphone since getting new Netgear router

    Hello, I had no problems running airplay through my phone through my apple tv onto my TV when I used AT&T internet and router.  Since I changed to Charter internet and their Netgear WNDR3800 router I can't get the airplay to display on any of our pho

  • Working with a smart object

    I just watched a tutorial for the new blurs in Photoshop CS6.  They instructed to convert the pic to a smart object.  But when I did that the iris, field and tilt shift blurs were not being allowed to be applied.  Any suggestions as I am not that fam

  • Lightroom Slideshow Titles

    Is there a way to add titles or notations to an individual images within a slideshow?