Add a child to the Stadium on keydown help

Hello

Still a newcomer in actionscript:

I am trying to add a Movieclip named "MyCellClass" from the library onto the stage when you press 'ENTER' on the keyboard.

Can someone tell me what is the problem with my short below code:

[AS]

import flash.ui.Keyboard;

import flash.events.KeyboardEvent;

stage.addEventListener (KeyboardEvent.KEY_DOWN, keyDownHandler);

function keyDownHandler(event: KeyboardEvent): void

{

If (event.keyCode is Keyboard.ENTER)

{

var movieClip:MyCellClass = new MyCellClass();

addChild (movieClip);

movieClip.x = 205;

movieClip.y = 120;

movieClip.name = "MyCellClass";

}

}

[/ ACE]

Any help will be appreciated.

Your code works correctly.

Don't forget to press Ctrl + enter on this screen to preview, go to the menu, and then select control , then disable keyboard shortcuts.

Tags: Adobe Animate

Similar Questions

  • How to ADD a child inside the childe in XML file

    I want to write the configuration file using the XML tools.

    in what I am facing problem to add a child next to the child.

    Please guide me to resilve this problem.

    Thank you

    Gilles Poirier

    Thank you

    I is a good Solution. Now, I try to add a new Tag, and once again in this new child.

    Thank you

    Gilles Poirier

  • I can't add a child to the FSS

    Hello

    I'm trying to add a child to my security account for the family, but I can't.
    I created a new account in my security software for the family, then connected to the Web site and clicking on "contact management". I don't get any ADD"" button.
    I get a message "parental control is gradually managing contacts. You can't turn on the management of contacts for this child, but you will still be able to manage the contacts for accounts that have already started. »
    Why did I get this? How can I complete my child?
    Thank you

    Hello

    We wish to inform you that the Contact management feature is no longer available in Windows Live Family Safety. For more details, please go to the link below.

    Where is the function of the safety Contact family management?

    Thank you!

  • Remove the symbol of the child of the stadium

    Hi all

    I need help to remove a symbol of the scene.  I have a list of symbols that are called to the scene at a time in a simulation. When the user leaves a symbol, it is supposed to remove itself and call one another symol (specific).  For example.  I called the 'AR-HistAims' symbol to the scene to help

    var mySymbolObject = sym.createChildSymbol ("AR-HistAims", "Stage");

    mySymbolObject.getSymbolElement () .css ({'position': 'absolute', 'left': (mouseX - offset.left) / sx, 'top': (mouseY - offset.top) /sy});

    mySymbolObject.play ();

    It works very well.  I have put an invisible button in the timeline of symbols and when clicked I want to do two things.

    1. call "AR-percPass" (using the same code as before with a percPass instead of HistAims)
    2. delete "AR-HistAims" of the scene.

    I can't get #2 to work.  I tried the codes below and above the code # 1.  When it is placed above, it removes the current symbol, but does not call the new.  When it is placed underneath, the new symbol appears at the top of the old.  The codes I used are:

    var childSymbols is sym.getComposition (.getSymbols("AR-HistAims"));.

    for (var i = 0; i < childSymbols.length; i ++)

    childSymbols [i] .deleteSymbol ();

    and

    var mySymbolObject = sym.getParentSymbol ().getSymbol("mySymbol").getVariable ("AR HistAims");

    stage.deleteSymbol ();

    and

    1. sym.getParentSymbol () .deleteSymbol ();

    Any advice would be appreciated.

    Thank you

    Randy

    Hi Randy,

    There are a few corrections, you must perform in the index_edgeAction.js as file as follows:

    1 in, click Manager, you do not have access to mouseX, offset, sx, sy etc.

    mySymbolObject.getSymbolElement () .css ({'position': 'absolute', 'left': (mouseX - offset.left) / sx, 'top': (mouseY - offset.top) /sy});

    So, do like this:

    mySymbolObject.getSymbolElement () .css ({'position': 'absolute', 'left': 0, 'top': 0});

    Do this kind of changes for each click handler where you used mouseX, offset, sx, sy, etc., with values of left and top.

    2. just search sym.getSymbolElement () .deleteSymbol (); and replace it by sym.deleteSymbol ();

    3 comment out the line #1366 with the instruction sym.deleteSymbol ();

    4. search for the sym.getSymbol (home) .deleteSymbol (); and replace all occurrences of these sym.getSymbol("home").deleteSymbol ();

    With the changes mentioned above, things will work.

    HTH,

    Vivekuma

  • I need to add my child email address to my account of security for the family, but I can't find the link

    I need to add my child email address to my account of security for the family, but I can't find the link

    Hello

    The latest version of the parental control now uses the standard user accounts (logon Windows) as a child in the safety of the family. The management functionality of contacts for email accounts is no longer available. For more information, please refer to this topic:

    Where is the function of the safety Contact family management?

    You can also check this link for help on how to add a child account to parental control.

    To learn more about the safety of the family, please visit http://windows.microsoft.com/en-US/windows-live/essentials-help-center

    Thank you!

  • Add event listeners to the child of the child

    Hello!

    I have this little class where I load a charger and turn it into a movieclip (and some other stuff).

    I also have this larger class where I have a lot of the classes bit.  And in trying to arrange them correctly, I use their width and height and stuff.

    But I guess that since it takes little time for classes to load and convert to movieclip and other things, when I access the width and the height of them in the large class, they are all zero.

    What I do now is sort of ugly, where after I convert/add the movieclip, I send the event bubbling in the smallest class and literally add them upward in the parent class until they are all done.

    What I tried to do was Add Event.ADDED variable of movieclip in small classes, great class.

    as:

    littleclass1. MC.addEventListener (Event.Added, blah);

    littleclass2. "MC." "

    But that did not work and was just as ugly!

    So basically my question is... do I make in the class of the child or the parent class as... I can just create, add it and have all the items width and height and ready stuff immediately the bat (regardless now of many movieclips, loaders, sounds, sprites in the smallest class)?

    As a dispatch ' ok everything is all done here, now, you can access my width and height with precision.

    What isnew laptop.inbox("1")?

    If it is a symbol in the library that contains an element, then use the render event, or that contains shapes in a framework other 1 contributing to the width/height that you are trying to access, and then send an event from a frame other than a callback function.

    If it is a class in which you build objects, then shipping and event or use a reminder works when the width and height are ready to go.

  • SQL to align the values of the child with the parent columns

    Hello world

    I'm stumped on how to develop a sql query that generates a report which my child values are aligned with my columns parent based on corresponding years.  Here is an example...

    create table test_yr (yr_id number primary key, yr_nb number);
    insert into test_yr values (1,2013);
    insert into test_yr values (2,2014);
    insert into test_yr values (3,2015);
    
    create table test_parent (parent_id number primary key, parent_yr_id_begin number, parent_title varchar2(100));
    alter table test_parent add foreign key (parent_yr_id_begin) refererences test_yr (yr_id);
    insert into test_parent values (1,1,'This rec starts in 2013');
    
    create table test_child (
         child_id number primary key,
         child_parent_id number,
         child_yr_id_begin number,
         child_title varchar2(100),
         child_yr1_val number, child_yr2_val number, child_yr3_val number, child_yr4_val number, child_yr5_val number
    );
    alter table test_child add foreign key (child_parent_id) references test_parent (parent_id);
    alter table test_child add foreign key (child_yr_id_begin) references test_yr (yr_id);
    insert into test_child values (1,1,3,'This rec starts in 2015',10,20,30,40,50);
    insert into test_child values (2,1,3,'This rec starts in 2015',15,25,35,45,55);
    
    
    

    The child can begin to another to start the year as the parent, which makes different yr1 for parent and yr1 for child.  So, for this example, the child 1 year (2015) = year 3 of the parent.

    I can get the values strictly of the child using the following...

    select child_yr1_val, child_yr2_val, child_yr3_val, child_yr4_val, child_yr5_val
    from test_child
    where child_parent_id = 1;
    
    

    However, I need the report to be based on the first five years of the parent.  And since the child does not start until 2015, two years should be zero.  This is the expected result:

    Yr1 | YR2 | YR3 | yr4 | Yr5

    ---------------------------

    0   | 0   | 10. 20. 30

    0   | 0   | 15. 25. 35

    I am doing it using simple sql without having to use pl/SQL to derive a dynamic query.  But I need to somehow to the height and line up the years... like in this example, yr1 (child) = yr3 (parent), (child) yr2 = yr4 (parent), etc..  I hope that some joints and case statements will do the trick, but I don't know how to use them to get the result that I need.  Can anyone help?  Oracle 11 g 2.

    Thank you

    Mark

    Hi, Mark,.

    Here's one way:

    WITH unpivoted_child AS

    (

    SELECT child_id, child_parent_id

    child_yr_id_begin + child_yr - 1 AS column_num

    val

    OF test_child

    UNPIVOT (val

    FOR child_yr (child_yr1_val AS 1

    child_yr2_val AS 2

    child_yr3_val AS 3

    child_yr4_val AS 4

    child_yr5_val AS 5

    )

    )

    WHERE child_parent_id = 1

    )

    SELECT NVL (y1, 0) AS yr1

    , NVL (y2, 0) AS yr2

    , NVL (y3, 0) AS an3

    , NVL (y4, 0) AS yr4

    , NVL (y5, 0) AS yr5

    Of unpivoted_child

    PIVOT (SUM (val)

    FOR column_num IN (1 AS y1

    2 AS y2

    3 AS y3

    4 AS y4

    5 AS y5

    )

    )

    ORDER BY child_parent_id

    child_id

    ;

    Have 5 columns in the test_child that all say the same thing, obly for different years, isn't a very good design table.  It wouyld be better to have a single table for all the attriburtes that apply to the child and another table for each combination of year, with a single amount on each line.  Because you don't have that, the unpivoted_child of the subquery, it essentially creates on the fly.

  • How to add background images to the stage?

    I use the last version (2014.1.1)

    I want to add a photo to be a background image in the stadium.

    So I do:

    1. Add 'compositionReady' to the stage

    (2 key - in: sym.$("Stage").css("background-image","url(images/bg.png)"); "

    but I can't see the picture and to develop tools, the tag had background-image.

    How to solve the problem?

    You are missing quotes in your code.

    SYM.$("stage"). CSS({"background-image":"URL('images/BG.png')"});)

    or

    SYM.$("stage"). CSS ("background-image", "URL('images/BG.png')");

  • #2025 error: the supplied DisplayObject must be a child of the appellant - delete table object

    Hi guys, I'm fairly new to as3 and I'm doing a game where the player clicks on so-called onstage and 3 towers which I generated dynamically must pull the space. Everything works on the plane of rotation of the Tower, etc., but bullets will not be removed from the scene when I leave the level in another scene. Control of the border is fine, also.

    Here is a part of the code in the Main.as file.

     private function clickTower1(e:MouseEvent):void 
    {
    for each (var tower1:mcTower1 in tower1Array)
    {
    var newLaser1:mcLaser1 = new mcLaser1();
    newLaser1
    .rotation = tower1.rotation;
    newLaser1.x = tower1.x + Math.cos(newLaser1.rotation * Math.PI / 180) * 40;
    newLaser1.y = tower1.y + Math.sin(newLaser1.rotation * Math.PI / 180) * 40;
    newLaser1.addEventListener(Event.ENTER_FRAME, laser1Handler);
    tower1BulletArray.push(newLaser1); stage.addChild(newLaser1);
    }
    }

     
    private function laser1Handler(e:Event):void
    {
    //Make laser move in direction of turret.
    var newLaser1:MovieClip = e.currentTarget as MovieClip;
    newLaser1.x += Math.cos(newLaser1.rotation * Math.PI / 180) * laser1Speed;
    newLaser1.y += Math.sin(newLaser1.rotation * Math.PI / 180) * laser1Speed;
    //Boundary checking if (newLaser1.x < -50 || newLaser1.x > 800 || newLaser1.y > 600 || newLaser1.y < -50)
    {
    newLaser1.removeEventListener(Event.ENTER_FRAME, laser1Handler); stage.removeChild(newLaser1);
    tower1BulletArray.splice(0, 1);
    }
    }

    I have a function called exitLevel, coming out, as its name suggests, the level when a button is clicked. It worked perfectly before you start coding the bullets.

        private function exitLevel(e:MouseEvent):void
    {
    stage
    .frameRate = 6;
    gamePaused = false;
    clearLevel();
    gotoAndStop(1, 'exitLevel');
    btnExitLevel.addEventListener(MouseEvent.CLICK, levelSelect1);
    }
      private function clearLevel():void
    {
    stage.removeEventListener(Event.ENTER_FRAME, update);
    stage.removeChild(buttonCreep1); stage.removeChild(buttonCreep2);
    for (var i = creep1Array.length - 1; i >= 0; i--)
    {
    removeChild(creep1Array[i]);
    creep1Array.splice(i, 1);
    //trace ("Creep1 Removed");
    }
    for (var j = creep2Array.length - 1; j >= 0; j--)
    {
    removeChild(creep2Array[j]);
    creep2Array
    .splice(j, 1);
    //trace ("Creep2 Removed");
    }
    for (var k = tower1Array.length - 1; k >= 0; k--)
    {
    removeChild(tower1Array[k]); tower1Array.splice(k, 1);
    }
    for (var l = tower1BulletArray.length - 1; l >= 0; l--)
    {
      stage.removeChild(tower1BulletArray[l]);
    tower1BulletArray.splice(0, 1);
      }
    }

    After debugging, it is said that the error is at the end, where I'm trying to remove the child from the scene. What's wrong? Sorry, I'm a newbie to as3, so the answers could be gave... I'll try to learn and understand, however. Thank you!

    I took the code out of a guide on the web, and I do not fully understand, then someone can explain to me what this code does as well? What is e.currentTarget? Thank you!

     var newLaser1:MovieClip = e.currentTarget as MovieClip;

    Here is the .as file full if someone wants to take a look. http://pastebin.com/5ff4BQa5

    If fleas are still on the screen, you or the other

    1. did you not run this code just before the change of scene or

    2 Add bullets to the displaylist without adding to tower1BulletArray or

    3. continue to add chips to the displaylist after this code executes

  • Failed to add new detail in the form of master detail record

    Hello

    I created a simple database application from scratch by selecting the start a page master detail. This has generated a report (for the parent) and a page of form (for the child). On using the form to add a new record to the child, the following error is generated:

    Internal error in the routine mru: ORA-20001: error in MRU: line = 1, ORA-01400: cannot insert NULL into ("Student" 1.) "" DELEGATE. " "" ""DELEGATE_ID"), insert"Student"1." DELEGATE values' ('DELEGATE_ID', 'CLIENT_ID', 'NAME', 'INITIAL', 'SEX', "SPECIAL_NEEDS") (: b1,: b2,: b3: b4,: b5,: b6)
    Error failed to process the update.

    The field 'child' in the error message is automatically hidden on the form and I guess on the generation of this form using the wizard I would have had the opportunity to link the field delegate_id to a trigger or a sequence like this seems to happen when you create a scratch from application database using other types of page. I'm new to Apex then I would be grateful if someone could let me know why this default behavior occurs.

    Kind regards

    Kevin.

    I tried for Apex 4.0.2 (my version) and 4.1 (on apex.oracle.com) and I'm wondering for the production of main PK and details in both versions.

    What are your steps exactly in the wizard? Like this?
    Create page-> form-> form detailed Master
    Now you see a list of steps sub whose "Source of primary key.

    Oh I see "Create an Application Assistant." in your message. Start with an empty application (blank page) and use the wizard to create a Page. Maybe it's the difference.

    Published by: InoL on November 18, 2011 09:27

  • Nested add a child does not?

    I have 3 movieClips call A, B and C and added to the first step after another, nested way. where a is the parent of b and c, b is the parent of c, and a child.

    However, I get an error after trying to add a child to movieclip in b c?

    Here is my code:

    ///////////////////////////////

    var a: A = new A();

    var b: b = new B();

    var c = new C();

    a.x = stage.stageWidth 2

    a.y stage.stageWidth = 2

    addChild (a);

    a.addChild (b);

    a.b.addChild (c); a term is undefined and has no properties...?

    /////////////////////////////

    use:

    ///////////////////////////////

    var a: A = new A();

    var b: b = new B();

    var c = new C();

    a.x = stage.stageWidth 2

    a.y stage.stageWidth = 2

    addChild (a);

    a.addChild (b);

    b.addChild (c);  parent-child relationships do not change the object references unless you use the ide to add children

    /////////////////////////////

  • Add custom controls in the Rich text editor

    Hi all

    Request help where I am doing wrong,

    I try to add a new control in the rich text editor toolbar. What I realized is this can be done by creating a new side with the name 'customXYX' and include it in the toolboxLayout = "customXYX historical fonts ', which now displays the facet of customXYZ on the toolbar.

    Here is my code:_

    RTE. JSFF

    + <? XML version = "1.0" encoding = "UTF - 8"? > +.
    + < jsp:root xmlns:jsp = "http://java.sun.com/JSP/Page" version = "2.1 +.
    xmlns:af = "http://xmlns.oracle.com/adf/faces/rich".
    xmlns:f = "http://java.sun.com/jsf/core".
    xmlns:h = "http://java.sun.com/jsf/html" >
    + < f: facet name = "customXYZ" > +.
    + < h:panelGroup id = "pg1" > +.
    + < af:outputText value = "outputText1" id = "ot1" / > +.
    + < / h:panelGroup > +.
    + < / f: facet > +.
    + < af:richTextEditor toolboxLayout = "customXYZ history of fonts" label = "Label 1" id = 'rte1 ' +.
    + value = "#{rteBean.rteText}" / > +.
    + < / jsp:root > +.




    * RTE. JSPX * (here I added my taskflow which consist of my fragment above is added as a region)

    + < jsp:root xmlns:jsp = "http://java.sun.com/JSP/Page" version = "2.1 +.
    + xmlns:f = "http://java.sun.com/jsf/core" +.
    + xmlns:h = "http://java.sun.com/jsf/html" +.
    + xmlns:af = "http://xmlns.oracle.com/adf/faces/rich" > +.
    + < jsp:directive.page contentType = text/html"; Charset = UTF - 8 "/ > +.
    + < f: view > +.

    + < af:document title = 'RTE Image View' id = 'd1' > +.
    + < af:form id = "f1" > +.
    + < af:region value = "#{bindings.rtetf1.regionModel}" id = "r1" / > + "
    + < / af:form > +.
    + < / af:document > +.
    + < / f: view > +.
    + < / jsp:root > +.


    When I try to run it, I get an error saying:
    * < SimpleRichTextEditorRenderer > < _encodeToolboxLayoutToolbar > cannot find the part corresponding to the custom calendar toolboxLayout value customXYZ.*


    Please let me know what I'm doing wrong.

    Thank you
    Ashwin

    Hello

    try to create the facet as a child of the RichText component and not a child fo the page fragment

    Frank

  • The supplied DisplayObject must be a child of the appellant please help!

    Hi hope someone can help me with this.

    IM child added to a bg MovieClip

    ----------------------------------------------

    for (var i: int = 1; i < = cols; i ++)

    {

    for (int var q = 1; q < = lines; q ++)

    {

    var random_card = Math.floor (Math.random () * colordeck.length);

    tile = new colors();

    tile.width = widthvar;

    tile.height = widthvar;

    tile.col = colordeck [random_card];

    colordeck.splice(random_card,1);

    tile.gotoAndStop (9);

    tile.x = (i +. 2) * xvar;

    tile.y = (q + adjust) * yvar.

    tile.addEventListener (MouseEvent.CLICK, tile_clicked);

    bg.addChild (tile);

    }

    }

    ------------------------------------------

    When I removeChild (bg) it does not remove its children and dear I addChild (bg) again

    He adds more children on top.

    How can I remove these BG?

    I tried:

    ----------------------------------------

    If (bg.contains (tile))

    {

    for (var i: int = 1; i < = cols; i ++)

    {

    for (int var q = 1; q < = lines; q ++)

    {

    bg.removeChild (tile);

    }

    }

    }

    ---------------------------------

    but get an error:

    ArgumentError: Error #2025: the supplied DisplayObject must be a child of the caller.

    at flash.display::DisplayObjectContainer/removeChild()

    If you can help id rly appriciate it

    THX pavel

    You can also use some methods such as:

    for (i = mc.numChildren - 1; i > = 0; i--) {}

    trace (MC.getChildAt (i). (Name)

    mc.removeChildAt (i);

    }

  • How to listen to changes in components of child in the parent MXAdvancedDataGridItemRenderer

    How to listen to changes in components of child in the parent? I won't listen to the < s:change > to events triggered in each of the three components

    < s:MXAdvancedDataGridItemRenderer >

    list change ot here events->


    < s:DropDownList x = "0" width = "120" dataProvider = "{DataUn}" id = "ddl" labelField = "name" >
    < s:change > /pas in there
    < / s:DropDownList >

    "{< mx:DateField id ="midYearReviewDate"ToolTip = 'Mid year review date' selectedDate="@{data.midYearReviewDate} ' = '125' XY '0' = >

    < / mx:DateField >
    "{< mx:DateField id ="endYearReviewDate"toolTip = selectedDate="@{data.endYearReviewDate ' year review end date "}" x = "222" >

    < / mx:DateField >

    < / s:MXAdvancedDataGridItemRenderer >

    Take a look at the documentation here: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/events/FlexEvent.htm l #DATA_CHANGE . By default, bubbles is set to false for DATA_CHANGE.

    In any case, add listeners for events within an element make as is generally a bad idea. Flex will allow to recycle a renderer instance only element to display several rows in your datagrid control. What you want to do is rather to add an event listener in the parent who answers to a custom event, that leave you the room from your rendering engine inside.

    So in your parent, you should have:

    public void init (): void {addEventListener ("myEvent", myHandlerFunction, true)};

    and then inside the rendering engine:

    change = "{dispatchEvent (new Event ('myEvent', true, false))}" / >

    change = "{dispatchEvent (new Event ('myEvent', true, false))}" / >

  • Add a child or a MCcontainer of a control class calendar

    Hello

    Alas, I'll still have some migration issues to AS3...

    How can I add a child object to an empty movieClip already placed in the timeline panel. Something like that.

    in the first timeline picture it is an empty instance of the MC named 'clipInTimeline' and in framescript I call:

    Import assets.contentControl;

    var getContents:contentControl = new contentControl();

    Did you deposit:

    the contentControl {} package

    ...

    function contentControl (): void {}

    var xxx:MovieClip = new MovieClip();

    clipInTimeline.addChild (xxx);

    clipInTimeline.gotoAndStop (5);

    }

    }

    In AS2 is so much easier to control and access to other objects. This AS3 architecture and methods are absolutely crazy.

    All that I could google for said I can't control or access timeline and objects on it with ACE?

    Thanks in advance.

    AS2 is certainly not easier... you just know that better, that's all. AS3 is much better in all directions... give it time. What you read on Google is not being able to reach the code directly on objects-which is good - you never should have done this in AS2 either. This is code that is hard to read and hard to find.

    Anyway, you can not access your timeline object in the example you gave is because you simply make an instance of your contentControl class - it has no reference to the timeline, then clipInTimeline is simply not defined in the context of your class. Only when you use the document class you have direct access to the timeline objects.

    You can solve your problem just by passing a reference to the timeline as follows:

    function contentControl(stageRef:MovieClip):void

    {

    var xxx:MovieClip = new MovieClip();

    stageRef.clipInTimeline.addChild (xxx);

    stageRef. clipInTimeline.gotoAndStop (5)

    and in your first code framework:

    var getContents:contentControl = new contentControl (this);

    In addition, the class names (IE types) should always begin with a capital letter. ContentControl, not contentControl.

Maybe you are looking for

  • problems with a Toshiba USB external hard drive?

    Hello. I have a Toshiba external HD, USB, formatted in FAT 32 connection and I wanted to use it with my MacBook (Mac OS 10.11.3). This Toshiba HD just don't climbs on the desk or the show up in disk utility. Anyone has the same problem? Is there some

  • Record audio RTSP stream

    OK im trying to automate a test audio on an IP video encoder. I can find the location of rtsp stream but im not sure were to start on the recovery of the stream. I have VLC playing the flow... I suppose I could run a vlc command line to record a seco

  • Custom Menu items are not displayed

    With the help of LV 8.5, I want to change my VI by program menu bar.  I'm not using Edit > Run-time Menu... I deleted almost all menu items by default ('File', 'Edition', etc) except "Help", and then inserted my own menu 'Config '. In the IDE, it wor

  • HP Officejet Pro 6830: Scanning with Officejet Pro Wireless 6830

    HP Officejet Pro 6830 analysis wireless? I tried using the wireless and ethernet without success. When I look at the system of preference/printer & Scanner / Officejet pro 6830 I see not "Scan" type in the printer option although it seems if connect

  • How to add the attribute authorization 4.2 GBA

    Dear experts, ACS, I am using 4.2 ACS to authenticate and authorize the GANYMEDE + traffic from the appliance Steelhead of Riverbed WAN Optimizers.  One of the tasks of configuration is to add the attribute authorization following the 4.2 ACS. Servic