Skip intro button please help

I have a flash intro to my website and I have (2) buttons one sound one skip intro.  The sound works fine but the skip button will not work.  Here is my code.
skipBtn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
gotoAndPlay(401);
any suggestions?

This is for as3?
WARNING: Text field variable names are not supported in ActionScript 3.0. The variable 'text' used for an unnamed text field will not be exported.
WARNING: Actions on button or MovieClip instances are not supported in ActionScript 3.0. All scripts on object instances will be ignored.
ReferenceError: Error #1065: Variable duplicateMovieClip is not defined.
at default_fla::Symbol6_2/frame1()
ReferenceError: Error #1065: Variable duplicateMovieClip is not defined.
at default_fla::Symbol12_4/frame1()

Similar Messages

  • How to create authorisation object for save button please help in abap

    how to create authorisation object for save button please help in abap

    Hi
    In general different users will be given different authorizations based on their role in the orgn.
    We create ROLES and assign the Authorization and TCODES for that role, so only that user can have access to those T Codes.
    USe SUIM and SU21 T codes for this.
    Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.
    If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check.
    This means you have to allocate an authorization object in the definition of the transaction.
    For example:
    program an AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT <authorization object>
    ID <authority field 1> FIELD <field value 1>.
    ID <authority field 2> FIELD <field value 2>.
    ID <authority-field n> FIELD <field value n>.
    The OBJECT parameter specifies the authorization object.
    The ID parameter specifies an authorization field (in the authorization object).
    The FIELD parameter specifies a value for the authorization field.
    The authorization object and its fields have to be suitable for the transaction. In most cases you will be able to use the existing authorization objects to protect your data. But new developments may require that you define new authorization objects and fields.
    http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm
    To ensure that a user has the appropriate authorizations when he or she performs an action, users are subject to authorization checks.
    Authorization : An authorization enables you to perform a particular activity in the SAP System, based on a set of authorization object field values.
    You program the authorization check using the ABAP statement AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT 'S_TRVL_BKS'
    ID 'ACTVT' FIELD '02'
    ID 'CUSTTYPE' FIELD 'B'.
    IF SY-SUBRC <> 0.
    MESSAGE E...
    ENDIF.
    'S_TRVL_BKS' is a auth. object
    ID 'ACTVT' FIELD '02' in place 2 you can put 1,2, 3 for change create or display.
    The AUTHORITY-CHECK checks whether a user has the appropriate authorization to execute a particular activity.
    This Authorization concept is somewhat linked with BASIS people.
    As a developer you may not have access to access to SU21 Transaction where you have to define, authorizations, Objects and for nthat object you assign fields and values. Another Tcode is PFCG where you can assign these authrization objects and TCodes for a  profile and that profile in turn attached to a particular user.
    Take the help of the basis Guy and create and use.
    Regards
    ANJI

  • I downloaded the new version of firefox, now my flash player wont work, the html text box is gone and so is the back and forward buttons. please help??

    I downloaded the new version of firefox, now I cant watch any movies, the html text box is totally gone, and so is the back and forward website buttons, please help? can i just have the old version back?

    Not sure whether for instance you initially had a Yahoo optimised version of Firefox, and have now overwritten it with an official Mozilla version. Although the Mozilla version should NOT add unwanted features, but the Yahoo version may well do.
    If you merely need to find the Yahoo emails page quickly just add it as a bookmark or as a bookmark on the Bookmarks toolbar and make sure that is visible.
    Clicking the star icon on the location bar whilst looking at your emails will bookmark the page.
    * [[How to use bookmarks to save and organize your favorite websites]]
    * [[Bookmarks Toolbar - Display your favorite websites at the top of the Firefox window]]
    I do not use Yahoo myself,and am not sure what add-ons are available. You could search yourself using
    * FirefoxButton -> add-ons
    ** see [[Find and install add-ons to add features to Firefox]]
    ** examples [https://addons.mozilla.org/en-us/firefox/addon/yahoo-toolbar/ yahoo toolbar] & [https://addons.mozilla.org/en-us/firefox/addon/yahoo-mail-notifier/ mail notifier]
    * also look at Yahoo's own information such as http://help.yahoo.com/tutorials/toolbar/cl3/c3_ff_toolbar1.html

  • White screen, not syncing with computer- tried holding buttons please help?

    Please help. The screen of my daughters 4th gen ipod has frozen white. Have tried syncing the frozen ipod with computer but it is not recognised. I have treid holding home and sleep button at the same time but no change. Would be prepared to do a reset but the computer cannot recognise it. Have read various other responses to questions and am currently leaving the batteries to drain. None of this is helped by the fact that my daughter is sobbing about it in my ear! Ahhhhh

    Phil, did you have a hard Saturday night?  The ling you provided is for "regular" iPod, not iOS devises,  You link stated:
    "If you have an iPod touch, see iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows."
    Philly_Phan wrote:
    Have you been here?
    http://support.apple.com/kb/TS1369
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

  • If scritp with Radio button - Please help

    Hi there.
    Please help me.
    in my form I have 4 Radio Buttons:
    1. Married
    2. Single
    3. Divorced
    4. Widowed
    (only one can be checked ... )
    now, there are following 6 input fields regarding the spouse.(like: name, family name etc....)
    im looking for script that all all other 6 fields regarding the spouse will be invisible. BUT if user checked:married, (only Married) all other 6 fields will become,ready for input + required.
    Thanks for your help.
    Please guied me step by spet, as im new with that.

    Have you tried to create 4 radio buttons all with the same name but different "Export" values and observed what happens when you check each button?
    You can see the value of the radio button group if you use the JavaScript console.
    Assuming you have named the radio buttons "Marital Status" then you can use the following code in the JavaScript console to observe the value available to JavaScript:
    this.getField("Marital Status").value;
    The Acrobat JavaScript Console (Your best friend for developing Acrobat JavaScript
    You then need to decide with what action to use to test the value of the radio button group and adjust the fields as needed.
    Since you will be using the same script for all radio buttons, I would suggest using a document level function to manipulate the spouse's fields. I would also use a hierarchical field name for the fields. Prefix all the spouse's field with "Spouse.".
    You then could use the following document level function in the "Mouse Up" action for each of the buttons:
    function CheckMaritalStatus(cStatus) {
    this.resetForm(["Spouse"]);
    this.getField("Spouse").required = false;
    this.getField("Spouse").display = display.hidden;
    this.getField("Spouse").readonly = true;
    if(cStatus == "Married") {
    this.getField("Spouse").required = true;
    this.getField("Spouse").display = display.visible;
    this.getField("Spouse").readonly = false;
    return true;
    You then use the following code for the "Mouse Up" action in each of the Radio Buttons:
    CheckMaritalStatus(this.getField(event.target.name).value);
    Entering Document Scripts

  • TS3217 iTunes skipping songs. Please help!

    Several purchases from the iStore are skipping 5 seconds into the song when played on iTunes but fine on my iPhone... Please help!

    Delete from iTunes and redownload by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Reboot the computer.

  • I just got my mac and well, i made a mistake. i accidentally put my downloads in the trash and forgot about it, i neglected to look at what was in the trash when i pressed the 'empty trash' button. please help me get it back!!!!

    I just got my imc, and well....i made a mistake. i accidentally put my downloads in the trash and forgot about it. when i emptied the trash later i neglected to look what was in the trash before i deleted it adn i cant get it back. please help me!

    Go back to the site(s) from where you got the downloads from & redownload them. 

  • Charger and circle buttons please help

    OK when im trying to listen to a song and my iPod it says to plug it into the charger and i did BUT when i did that it started to make a really loud and wierd clicking sound and when it did this sound the song completely stoped and it does the same thing on my scroll weal without it being charged please help i dont no how to fix this i have tryed resore iPod that didnt work i unpluged the charger and that didnt work so please help me

    Wow, that sounds kinda nasty...
    Well, my guess is that there is something wrong with the hard drive. There is no way to fix the hard drive yourself. If I am correct, you are going to need it to be repaired by an Apple professional.

  • I cannot find the Refresh button; please help me!

    In the new version of Firefox, I absolutely cannot find the "Refresh" button, anywhere.
    Where is it?
    Thanks so much, for your help.

    I still can't find it....I like the old version better :( Please where on the toolbar do you type it? Why can't the buttons just BE there like before?

  • Mute Button - Please Help!

    I constantly hit the mute button whilst on calls with my cheek bone and its driving me mad!?
    My phone case is not affecting the sensor area?
    I was told to press the lock button on the top of the iphone but this just seems to cut people off instantly?
    Please can someone help?

    It sounds like your case is affecting the proximity sensor that would normally shut the screen off.

  • ITunes 7.3.1.3  skips with Firefox Please Help!

    Dell P4, Win XP SP2, 1 GB DDR SDRAM
    Hi all, I am using the latest version of FF 2.0.0.6 and I just upgraded to the latest version of iTunes 7.3.1.3 and am having a skipping problem. There seems to be a compatibility issue with FF and iTunes v.7, as I do not experience the problem when I tested with Safari and IE 7. Anyone have any ideas, I like the new version of iTunes, but not at the expense of having issues.
    Additionally I wanted to note that the problem only occurs with iTunes v.7, I was using version 6 before and everything worked fine. I know that I can just downgrade back to v.6 but I would like to keep the new iTunes, any ideas?
    PS: I checked the FF forums and no one was able to solve the problem.
    CPU times: FF: 6:09, Itunes: 5:57
    Peak memory usage:
    FF: 121 MB
    Itunes: 134 MB
    CPU usage fluctuates
    FF: 0-4
    Itunes: 0-17
    Thanks!
    -nka

    Similar discussions going on in other threads. I had this problem too. See http://discussions.apple.com/thread.jspa?messageID=5123305&#5123305
    Hope that helps.

  • HT2534 why isn't there 'None' in the payment method in my iphone? I could not skip it. Please help

    why isn't there 'None' in the payment method in my iphone? I could not skip the billing info. Please help

    yes, the display is different and the sequence is different too....
    until step 9
    in step 10, i saw only 3 cards, no paypal, no 'none'
    as long as i didnt key in credit card I can proceed and not to say about verification and so on..
    thanks

  • New instances of an object with a button - please help

    Hi
    Hope anyone can help with a simple sample/solution.
    Think i seach the entire world !!!
    Want to make fx. 40 instances of an object ( chosen by user ) - in the "old Flash" there was eval();
    - as i remember I could create multiple instances of an object like this:
    int numberOfBikes = 40;
    for (i = 0;i < numberOfBikes;i++){
    newInstanceName = eval("bike"+i) ; // this is my only problem in the world - for now :o(
    Bike newInstanceName = new Bike() ; // newInstanceName translated to example "bike12"
    newInstanceName.moveTheBike(some arguments) ;
    // YEAH - then I had 40 different bikes
    Please - if anyone have a simple solution for that single line of code - 500 lines of complex array coding does not help a newborn !!!

    You are at once on my Buddy list :o)
    Now i have 40 bikes running all over town - looks pretty cool
    This worked in my run method:
              int i;
              int numberOfBikes = 40;
              test bikes[] = new test[numberOfBikes];
              for (i = 0;i < numberOfBikes;i++)
                bikes[i] = new test();
              }This code in my while loop to call the Class method:
              for (i = 0;i < numberOfBikes;i++)
                         bikes.goAhead(gcon, H, V);
    Cool - was a MEGA help !!!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • I am running a video but can not see play/stop button, please help

    I am trying to play a video using firefox. it is playing well but the only problem is that I can not control it because there is no play/stop or puase button. Any suggestion to fix this problem?

    It may help to know what the site is and what the player is that you are using. Try right clicking the picture does that give you any options.
    Try this Firefox video, it should play natively in Firefox5, and have controls both on screen and available from right click
    * on page https://support.mozilla.com/en-US/forums/contributors/707301
    * stream http://blip.tv/file/get/MichaelVerdi-MeetMichelle153.webm
    Oddly when I play that on Firefox 6.0a2, even in safe mode and with plugins disabled it is very bad stop frame with much of the audio missing, even if saved and played from hdd. If play or stream it using standalone VLC player it is good enough for me to notice the camera shake.

  • My iPad 2 , safari missing new page button - please help how to instal it

    I am total novice in using ipad2 . Can some please advice me on how to install missing new button page on safari iPad 2?
    Also sorry it may be daft question ,my old computer crashed and I had to instal iTunes on  a new laptop but how  do I transfer iTunes music onto new laptop?
    It just seem to be suggesting to reinstall the I.e. iPod which would mean that I lose all my music on it....THANK YOU.

    Safari on iOS 5 uses tabbed browsing, not the thumbnail/paged browsing as on previous iOS versions - to open a new tab tap the '+' to the right of the tab bar, and to close the current tab tap the 'x' on its left-hand end (you can't close the last tab).
    In terms of your music, then if you haven't got a backup of your library which you can copy onto your computer, then you should be able to copy your iTunes purchases from the iPad to your computer's iTunes via File > Transfer Purchases. For music bought from other sources or copied from your own CDs you will need to find a third-party program that can copy them off.

Maybe you are looking for

  • Data usage

    I am a new user of a smart phone. I know that when I am connected to my home wifi I am not using any of my 2GB data plan. But I am needed help understanding how many KB, MB of GB's I use when I visit web pages or use my apps such as facebook or weath

  • Problem with MFE on N85

    I remove the MFE app from my phone but when i want to send something "send via MFE" shown and when i click that it say's"GENERAL Error" how can i remove this option?

  • When will the new Mac Mini's ship

    I just pre-ordered one from Amazon since they don't charge tax or shipping, but I was wondering when will Apple be shipping the Mac Mini's to retailers. If anyone knows, please tell me. And this is my first Mac, so I'm kind of excited about it.

  • Why won't my computer extract the Premiere and Photoshop files?

    Every time I try to do so , I get the same error message where it asks me to check my memory and access privileges. I have done both and asked tech support but keep getting the same error message. How can I fix this?

  • ACE10 dynamic port range

    Hi Is the dynamic port range server load balancing supported for MS Exchange 2010 Sent from Cisco Technical Support iPhone App