Assigning multiple click tags to ONE banner

Flash specs for ad agency are as follows
Can someone let me know how I would add multiple clicktags to ONE banner based on this click tag info OR do I have to contact them?
RD

Here you go. This example has three clickTags. It's based off three buttons (clickBtn, clickBtn2, BTN) :
function clickedb(e:MouseEvent):void { //function for SIPC
    var sURL: String;
    if ((sURL = root.loaderInfo.parameters.clickTag)) {
        openWindow(sURL);
    //navigateToURL(new URLRequest("http://www.sipc.org/"), "_blank");
function clickedb1(e:MouseEvent):void { //function for SIPC
    var sURL: String;
    if ((sURL = root.loaderInfo.parameters.clickTag1)) {
        openWindow(sURL);
    //navigateToURL(new URLRequest("http://www.sipc.org/"), "_blank");
function clickedb2(e:MouseEvent):void { //function for SIPC
    var sURL: String;
    if ((sURL = root.loaderInfo.parameters.clickTag2)) {
        openWindow(sURL);
    //navigateToURL(new URLRequest("http://www.sipc.org/"), "_blank");
clickBtn.addEventListener(MouseEvent.CLICK, clickedb);
clickBtn2.addEventListener(MouseEvent.CLICK, clickedb1);
BTN.addEventListener(MouseEvent.CLICK, clickedb2);

Similar Messages

  • Can you assign multiple customer masters to one Business Partner in R/3?

    We are trying to configure SAP Business Partners in ECC5.0 but it seems the relationship between a business partner and a customer master is one-to-one so a business partenr cannot have multiple customers (table BD001 only allows for a single entry).  Does anyone know if it's possible to assign multiple customer masters to one business partner?  If so, is there any documentation available?
    Many thanks.

    We are trying to configure SAP Business Partners in ECC5.0 but it seems the relationship between a business partner and a customer master is one-to-one so a business partenr cannot have multiple customers (table BD001 only allows for a single entry).  Does anyone know if it's possible to assign multiple customer masters to one business partner?  If so, is there any documentation available?
    Many thanks.

  • Assigning multiple Bonjour names to one computer

    Is it possible to assign multiple Bonjour (.local) names to one computer? How?
    For example, I'd like to give one computer (with one network interface) the names web1.local, web2.local, web3.local so I can set up Apache virtual hosts by name.

    Hi Honza,
    Is it possible that you are doing something incorrect on localize your app in the last update? You can check with this official MSDN code sample about Globalization app.
    https://code.msdn.microsoft.com/windowsapps/Globalization-Sample-ef20151f.
    >> I reserved the new name from the Visual Studio but when I want to add this name in submission it says the name isn't available.
    How do you reserve app name from visual studio? As I know, you need to reserve the name in dashboard as the following link. You reserve the app name when you success in completing the first step of submitting app.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Assign multiple internal material to one MPN

    Hello.
    I have a requirement to assign multiple internal inventory managed materials to one manufacture part number.
    But when I create an HERS material it allows to assign to only one .
    Can you suggest a solution , a workaround , to solve this problem.
    Thanks,

    As of configurator 1.7.1 this still seems un-possible.  Contacted Apple enterprise phone support about this and they verified that at this time only one device can be assigned to a user.  A suggested workaround was to label the user with a device specific tag (IE "$USERNAME [iPad]" "$USERNAME [iPhone]") but obviously this leads to some other complications.  I asked the phone representative to please submit feedback concerning use cases where users need to have more than one device assigned.  Hopefully this can be addressed.  If other people have this question I would suggest submitting feedback at apple.com/feedback (no there isn't an option for configurator but I submitted my feedback under OS X).
    The squeaky wheel gets the grease.  Hopefully we will be heard.

  • Multiple click points for one button and movie clip

    I am trying to make a single button into a multiple click
    point. I have a movie clip on the stage and I have an invisible
    button over it. The movie clip consists of a single timeline that
    has an ambient animation running and looping intially. I have three
    more labeled sections of that timeline that each contain a
    different animated sequence as click point animations for that
    movie clip. I want the user to click on the button on the stage and
    the first labeled click point animation of that movie clip will
    play. I want that action to be stored so that when the user clicks
    again then the second labeled click point animation will play then
    they will click for the third in the same way. In between user
    clicks I want the ambient animation loop in the beginning of that
    movie clip timeline to play. When the user has clicked the 3rd and
    last animated sequence then the whole thing will reset and be
    available again. Can anyone let me know how that can be
    accomplished. I originally scripted it through tell target to play
    the first but I don't know how to move forward. Thanks!

    What version of Flash are you using? Telltarget is very
    old... try something like this:
    // array of the animations
    myAnims = ['firstAnim','secondAnim','thirdAnim']; // these
    are also frame labels
    // your current animation index in the array, arrays start at
    0,
    // so we start at -1 which is like before anything
    currAnim = -1;
    // function to play the next animation
    function nextAnim(){
    // add one to the current animation index
    currAnim++;
    // if you've reached the end of the array, start back at 0
    if(currAnim >= myAnims.length)currAnim = 0;
    // now tell the MovieClip to play based on the value of the
    current array index
    myMovieClip.gotoAndPlay(myAnims[currAnim]);
    Then on the button you just put:
    on(release){
    nextAnim();
    And at the end of each animation on the timeline, put:
    gotoAndPlay(1);
    And at the end of the ambient loop at the beginning I guess
    you have that, too, so it loops.
    Hope that helps

  • Assign Multiple Sales Org for One Plant in STO process

    Hi Experts,
    Aware that I can assign multiple sales org to 1 plant (relationship: many to many).
    I am trying to create STOs to supplying plant and assigning them to different sales organization but encountered problem.
    Example:
    Supplying Plant 1000 - Sales Org 1000A (food) and 1000B (apparel)
    Receiving Plant 1100
    Plant 1100 wants to issue 2 STOs to Plant 1000 - 1 for each Sales Org (for instance STO1 to food division, and STO2 for apparel division).
    However, when I tried creating STO in the system, noticed that in the shipping tab (item details) the sales org, DC has been assigned to 1 particular assignment and data is locked.
    Tried to get into SPRO to configure and define the shipping data for plants but noticed that it's 1 to 1 relationship (SPRO - IMG - MM - PO - Set up Stock Transport Order - Define Shipping Data).
    How can this be done?

    You can set different sales areas (~sales organisation) for one plant in SAP - based on issuing SLoc provided STO between storage locations is activated.
    SPRO > Materials Management > Purchasing > Purchase Order > Set up Stock Transport Order > Set Up Stock Transfer Between Storage Locations > Define Shipping Data for Stock Transfers Between Storage Locations
    Edited by: Csaba Szommer on Jul 2, 2011 6:14 PM

  • Can we assign multiple SAP alias to one Enterprise user?

    Hi,
    Customer has a request to assign multiple SAP roles (imported to BOE) to an Enterprise user. The purpose to do this is to be able to refresh different reports reporting off different SAP system by one single user.
    Can the above been done by any kind of configuration or it's not possible at all?
    thanks and regards

    Yes, he wish to assign several SAP users from different SAP system to one Enterprise user.
    Actually customer wants to assign multiple SAP alias (from different SAP system) to one Enterprise user. (In this case, does it mean he needs to enable SAP authentication for multiple SAP system?) And then he can use the Enterprise user to refresh any reports, e.g report from BOE, and reports from different SAP system.
    Can the above be done through any configuration?
    thanks and regards
    nora

  • Multiple click boxes on one slide; Pausing project

    I'm using Captivate 5.5. 
    I have four click boxes on a slide.  Three click boxes upon clicking show an image and then show a success caption.  The forth click box shows a success caption but also is set to "pause project until user clicks." 
    Unfortunately, if any of the three click boxes are clicked it advances the playhead even though the forth click box was never clicked.  How can I pause the project until only the forth click box is activated no matter if the other three click boxes have been previously clicked?

    Hello,
    Default behavior of click boxes is to trigger the simple action that is assigned to it AND at the same time to release the play head. Even if those 3 click boxes had a pause, at the same moment as the fourth, this would have happened. If you put the pausing point of the fourth click box later than the pausing of the first three, it will work fine if the user clicks only one out of 3 click boxes.
    If you replace the simple action by a (eventually one-line) advanced standard action, the play head is not released:
    http://blog.lilybiri.com/why-choose-standard-over-simple-action
    http://www.youtube.com/watch?v=M3nKi-DB6Fw
    Lilybiri

  • Assigning multiple color labels to one image in Aperture?

    Is there a way to assign more than one color label to an image? I suppose I could use a third color to signify what "color 1" and "color 2" together mean, but that's a bit confusing...
    Thank you,
    David

    Yeah, I use keywords extensively, and absolutely understand their value, as you highlight, but find that colored labels are more convenient for certain things. For example, I can very quickly mark (with the labels keyboard shortcuts) images without opening the Inspector and typing in keywords, and subsequently find images without creating a smart album, simply through their color "halos". (It's a "dumbed-down" process, to be sure, but it works when you're feeling lazy!)
    Thank you for the response, and for submitting the request for multiple color labels.
    Best,
    David

  • Multiple button/hyperlinks in one banner

    I need to create a banner ad which has two different buttons on the same screen and then export as a gif? Is this possible?

    exported GIFs do not keep any scripted functionality. You can script a HTML image map for the two clickable areas -
    http://www.w3schools.com/tags/tag_map.asp

  • How to Assign a Multiple Sales organization to one product ?

    Dear All,
    I have assigned multiple sales org. to one product in product master. For ex:
    Sales org. 1 ,2,3,4 & 5.
    During the campaign creation If I select the same product for sales org. 1 it shows no error.
    If I put sales org.2 it shows warning message saying that Product is not assigned to Sales org. 2.
    But I have assigned all 5 sales org in the product master, however only one SO(i.e.SO1) is active at one time.
    How to assign multiple SO to one product ?
    kindly send your valuable input.
    Regards
    Pramod

    It must be looking at the sales org at the header level. Change the sales org at the header level to sales org 2 and try adding the product for the same sales org 2. I think it will work fine now.

  • Click tag and btn instances AS 2.0 questions

    I have to do some banners for a client that meet yahoo standards. I have one question that I cannot find the answer to so I thought I could post here.
    Banner needs to be in AS 2.0  and need to know can I use one button with multiple instances and enter multiple click tags inside or do I need to have a button for each individual click tag?
    For instance:
    I need to have 12 different clicktags on one banner.
    Can I use one button and 12 instances of the same button?
    rd

    You can use twelve instances of the same button, but you cannot give them the same instance names if you use instance names for coding them.

  • How do you delete multiple emails from your "inbox" w/o clicking on each one individually?

    How do you delete multiple inbox emails to trash w/o clicking on each one individually?

    Highlight one. Click edit. Click "mark all" at the bottom. Click trash.
    Barry

  • How can I activate multiple tags at one time?

    How can I activate multiple tags at one time?

    I'm pretty sure you can run this on a sub tree of /etc/tags
    http://dev.day.com/docs/en/cq/current/wcm/page_publish/tree_activate.html

  • HT2477 How do I select multiple images without clicking on each one? Is there a way to select duplicate photos to delete them?

    How do I select multiple images without clicking on each one? Is there a way to select duplicate photos to delete them?

    Consider adding the delete symbol to the Finder window tool bar.  This way you can highlight all the photos you want to delete at the same time then hit the "delete" symbol.
    Open a Finder window/View/Customize Toolbar - follow the directions in the customized pop down window.

Maybe you are looking for