BUTTONS DO NOT FUNCTION THE WAY I EXPECT...

PLS HELP ME AGAIN....
button 6 and 7 do not function if i am on page2-6(which is in frame3-7), but if i am on page 1, which is in frame 1, the said buttons do function...
the code is on frame 2,,,,...:
stop();
button6.addEventListener(MouseEvent.CLICK, button6_clicked);
function button6_clicked(e:MouseEvent):void{
    gotoAndStop("index");
button7.addEventListener(MouseEvent.CLICK, button7_clicked);
function button7_clicked(e:MouseEvent):void{
    gotoAndStop("index");
there is another code in frame 3:
stop();
if(buttonyves!=null)
buttonyves.addEventListener(MouseEvent.CLICK, buttonyves_clicked);
function buttonyves_clicked(e:MouseEvent):void{
    gotoAndStop("yvespage");

put each button in its own layer.  make sure there are no keyframes in the button layers after frame 1 and make sure the buttons have correct instance names in frame 1.  retest.
if you need to keyframes for either button, add them after doing the above.

Similar Messages

  • HTML Snippet for FEEDBACK FORM does not work the way I expected

    Hello folks,
    I have used following code as a Snippet to create a FEEDBACK FORM, so people can send their comments. I was hoping that when people write their comments and click Send, the comment will be sent directly to my e-mail. Instead, after clicking Send button, the Mail Manager pops up. So it is pretty much the same as if they click on the e-mail address link. Is this normal? I thought, that these comments will be sent directly via that FEEDBACK FORM, not via Mail Manager.
    Thank you so much for any tip or response.
    This is the Snippet Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
    <html>
    <head>
    <title>form</title>
    </head>
    <body>
    <FORM METHOD="POST" ACTION="mailto:[email protected]?subject=Please email me with your feedback"ENCTYPE="text/plain">
    Please enter your name
    <INPUT TYPE="text" NAME="name" SIZE="30">
    Please enter your email address
    <INPUT TYPE="text" Name="usermail" size="50">
    Add any comments below
    <TEXTAREA NAME="comment" ROWS=6 COLS=60></TEXTAREA>
    Clicking "Send it" will launch your mail application
    <INPUT TYPE=submit VALUE="Send it!">
    <INPUT TYPE=reset VALUE="Reset Form">
    </FORM>
    </body>
    </html>

    The action is usually a php file.
    Otherwise, simply create a button and make it a mail link in the Inspector.
    If you cannot figure this out, you'd better refrain from using it.
    Or start learning how to use forms.

  • @Prior not working the way I expect it too

    All, I need some help :-)<BR><BR>I have the following cube<BR>Essbase v6.5.5<BR>Create on Equation database option is checked<BR>8 dimmensions (including 3 attribute dimensions)<BR><BR>The base dimensions are as followings:<BR>Accounts(Dense) Prices, Cost, volume, etc.<BR>Scenarios (Dense) April Fcst, Actuals, Budget, May Fcst, Working Fcst etc.<BR>UOM (Dense) aka Unit of Measure BBL, MT (metric tons)<BR>Time (Sparse)2002, 2003, 2004, qtr1 07, Jan 07, etc<BR>Worldwide (Sparse) North America, South America, United States, Plant Name, Suppliers (Suppliers are unique to plants and are at level 0)<BR>the rest are attribute dimension based on Worldwide<BR><BR>I lock and send prices to a No Region member in the Worldwide dimension<BR><BR><BR>When I have to look at the prior month price it is not assigning a value to "posting". In other words, Plant 1 is working correctly, but the others which need to use the prior period price is not being calculated.<BR><BR>Here is the calc script:<BR><BR>/* Housekeeping */<BR>Set LOCKBLOCK High ;<BR>Set Cache Default ;<BR>Set Msg Summary ;<BR>Set UpdateCalc Off ;<BR>Set AggMissg On ;<BR>Set FrmlBottomUp On ;<BR><BR>Fix( "Mar 07", &Current_Forecast )<BR>Cleardata Postings; <BR>BBL(<BR><BR>//Plant 1<BR>IF ( @ISMBR (SupplierX, SuplierXX)) <BR>Postings = ("Price3"->"No Region" +"Price4"->"No Region")/2;<BR><BR>ELSEIF (@ISMBR(SupplierXXX))<BR>Postings = ("Price4"->"No Region");<BR><BR>//Plant 2<BR>ELSEIF (@ISMBR(SuplierXY, SupplierXXY))<BR>Postings = @Prior("Price2"->"No Region");<BR><BR>//Plant 3<BR>ELSEIF (@ISMBR(SupplierYY, Supplier YX"))<BR>Postings = @Prior("Price3"->"No Region");<BR><BR>//Plant 4<BR><BR><BR>etc.....<BR><BR>ELSE<BR>Postings = 0;<BR><BR>Endif<img src="i/expressions/face-icon-small-wink.gif" border="0"><BR><BR>ENDFIX<BR><BR><BR>ALL HELP IS APPPRECIATED. THANKS<BR>

    Couple of quick suggestions:<BR>- is your Time dimension actually tagged as Time? <BR>- don't think it should matter, but your calc block is for BBL although you are calculating Postings<BR>- as a debugging step, since you are FIXing on Mar 07, try replacing <BR>@Prior("Price2"->"No Region"); <BR>with<BR>"Price2"->"No Region"->"Feb 07"; <BR><BR>If that works, then the issue is indeed @prior. But if that doesn't work, then it's related to data, block creation, order of operations, etc., something other than @prior.

  • Ownership not behaving the way I expect

    I have 'migrated' from one User Account to another on the same computer. I had a little trouble with iTunes to start with (can't remember the details now but there was an authorisation issue for files purchased in the iTunes store ...)
    The problem I currently have is that lots of folders and files list the Owner as the previous User Account and when I try to change this via the Info box for the folder in question, it doesn't allow me to 'Apply to enclosed items...' - the button at the bottom of the panel is greyed out. This means I can't edit details related to the songs in iTunes without changing the individual file permissions.
    Both User Accounts have Administrator privileges.
    As I say, I'm mostly noticing this in iTunes but I think it may also be effecting preferences for a few Applications.

    Hi Des, assuming these aren't System Folders but User's folders, then Might try BatchMod, it's much better/easier than the Finder for recursive Permission changes...
    http://www.macupdate.com/info.php/id/6440
    This version says Leopard but worked fine on Tiger for me, I can give a link to an older version if need be.

  • Numeric Fields not working the way I expected

    I have tried both pieces of code in the click event, but nothing happens with the WearRing_CaseClearance (numeric field) Field.
    var ringDiameter = topmostSubform.Page2.Span[7].WearRing_Case_Diameter.rawValue;
    WearRing_CaseClearance.rawValue = ringDiameter;
    var ringDiameter = topmostSubform.Page2.Span[7].WearRing_Case_Diameter.rawValue - topmostSubform.Page2.Span[8].WearRing_ImpellerHub_Diameter.rawValue;
    if (ringDiameter < PM_CaseClearanceMIN.rawValue || ringDiameter > PM_CaseClearanceMAX.rawValue)
    //WearRing_CaseClearance.rawValue = ringDiameter;
    ///WearRing_CaseClearance.fillColor = '255, 0, 0';
    else
    //WearRing_CaseClearance.rawValue = ringDiameter;
    //WearRing_CaseClearance.fillColor = '255, 255, 255';

    I found an odd but working solution.
    It seems when I converted the Word Document to a PDF, it made each section in my form a span block. Adobe seems to treat span blocks as subforms. So when I right-click (in the hierarchy tab), the span tags, an option of "unwrap subform" is available. Unwrapping all the subforms/spans allowed my fields to see each other regardless of which span block they were in.
    Hope this helps anyone else.

  • I need to hard reset a Palm TX but the Power button does not function.

    I need to hard reset my Palm TX but the Power button does not function. Is there any other way to perform the hard reset or otherwise delete all of my data?
    Post relates to: Palm TX

    Hi,
    PowerBtn from the Canuck Software HomePage.
    NOTE: This is Not a Blazer friendly download and only for downloading using a Chunky Computer thingie.
    http://www.canuck-software.ca/
    PowerBtn will allow you to set a HardButton to turn the TX on and off in the same fashion as the PowerButton, if you want.
    This setting will remain active while 'Enable' on the PowerBtn screen is active.
    The user can select 'Disable' on the PowerBtn screen.
    The setting will survive a Soft Reset. (Hi PG )
    If the Palm PowerButton fails completely then you will not be able to do a Hard Reset.
    The PowerBtn app has a 'Hard Reset button' which you tap and after a time countdown (you can cancel in this time) it will perform a Hard Reset. This is the same as the Hard Reset app mentioned above.
    The 'Enable' and 'Disable' mentioned above do not affect the 'Hard Reset button'
    NOTE: PowerBtn also has a 'Program itself becomes power button' feature but I do NOT recommend you use this.
    If you enable this you will not be able to change the setting or use the 'Hard Reset button' because when you Tap on the PowerBtn Icon the TX will turn Off. The only way to change the setting or use the 'Hard Reset button' would be to Delete PowerBtn then install again.
    You can also turn your TX On by pushing the 5WayNav Select (middle button) to bring up the clock then double push it. The TX will stay on at the same place it was in when you turned it off, in the same way it would if you used the Power Button
    All the best, woz of oz
    Post relates to: Palm TX

  • Pioneer 8400 DVD receiver player, as iPhone ios6 update now when connecting the new iPhone with ios6 via blutooth (firmware prob) to my car DVD 8400 unit, when playing music such as on my phone or Pandora the track button does not function or work at all

    pioneer 8400 DVD receiver player, as iPhone ios6 update now when connecting the new iPhone with ios6 to my car DVD 8400 unit, when playing music such as on my phone or Pandora the track button does not function or work at all not even if i press skip track forward or back on the unit it doesn't function everything works except that. on listening to radio or anything else related not pairing thru Bluetooth unit works fine, seems there to be Bluetooth update that is not making iPhone and unit not compatible at all. does pioneer need fix this problem with update firmware or thru apple need help. my iPhone was working fine before with previous ios 5 before.

    Dear Valued Pioneer Customer:
    We would like to inform you of the availability of an optional Bluetooth® firmware update (HW05-SW01.27.20) that enables Bluetooth AVRCP control and metadata display from a compatible Pioneer CD or DVD Receiver when used with an iPhone® 5 or iOS 6 device.  If you do not own an iPhone 5 or iOS 6 device, there is no need to install this update.
    This firmware update may be used only with the following 2012 Pioneer products:
    CD Receivers
    DVD Receivers
    DEH-P8400BH
    DEH-P9400BH
    DEH-80PRS
    AVH-P2400BT
    AVH-P3400BH
    AVH-P4400BH
    AVH-P8400BH
    In order to perform this update, the following items are needed:
    A Pioneer CD or DVD Receiver above with built-in Bluetooth
    Laptop with built-in Bluetooth running Windows® 7
    Bluetooth firmware update (HW05-SW01.27.20)
    How to Obtain the Free Firmware Update
    1. Download the INSTRUCTIONS for the optional Bluetooth firmware update (HW05_SW01.27.20).
    2. Download the UPDATE FILE to a computer and transfer the file to a compatible 2012 Pioneer CD or DVD Receiver via a Bluetooth-enabled Windows 7 laptop.
    You can also arrange for Pioneer to update your 2012 Pioneer CD or DVD Receiver by calling Pioneer Customer Service toll free at 800-421-1404 during regular business hours (M-F 10AM-7:30PM Eastern Time, except on holidays). If this firmware update is performed by Pioneer, there is a charge of $60.00 (this charge includes return shipping of the updated unit within the U.S.). Charges for removal/reinstallation of the unit and shipment to Pioneer are the customer’s responsibility.
    How to Determine if the Firware Update has Already been Installed
    CD Receivers:
    • With the unit turned off (press and hold the source button until the CD Receiver turns off), press and hold the center of the volume knob to bring up the Settings menu → rotate the volume knob until "BT Version Info" is displayed and then press the center of the volume knob → The firmware version should show HW05-SW01.27.20.
    DVD Receivers:
    • With the unit turned off (press the home button and select ‘OFF’ from the source icons), press the home button → Press the “System” icon at the bottom of the screen → Select the “Bluetooth Version Info” option → The firmware version should show HW05-SW01.27.20.
    If the Bluetooth firmware version shows HW05-SW01.27.20, no further action is necessary.
    Questions
    If you have any questions, please contact the Pioneer Customer Service Center toll free at 1-800-421-1404, Monday through Friday, 10:00 a.m. to 7:30 p.m. (Eastern Time), except on holidays.
    Sincerely,
    Pioneer Electronics (USA) Inc.

  • Skype Feedback: Do not change the way Skype is lai...

    DO NOT change the way skype is laid out. i like friends list on the lft and chat window on the right. DO NIOT CHANGE THAT OR SUFFR THE CONSEQUENCES >:L
    This post was transferred from its previous location to create its own new topic here; its subject and/or title has been edited to differentiate the post from other inquiries and to reflect the post's content. A link to this post appears where the post was originally added.

    I also have this problem... For all of the people above who are getting snotty - you're being rather single-minded about your particular use of the iPhone. I live in an African country where it's typical to wait 10 minutes for a medium sized PDF file to upload. I purchased an iPhone 4S in large part due to Facetime being the most stable option for video calls with my parents. Here, I **cannot** update my iOS, the available internet simply does not allow for it. My parents, who live in Canada, but in a remote area where they rely on cellular data, also purchased iPhones in order to use Facetime. But Apple does not allow updating the iOS over data!
    The Windows example above is a perfect demonstration of just why this is unacceptable -- internet explorer does not simply cease to function one day (without warning), forcing me to update to a different version of Windows or use an alternative. If I start out having it, I will continue to have it.
    It is unacceptable to market a product for its features, then require the buyer to take additional steps in order to restore said feature. If I am required to update in order to get cool *new* features, that is totally fair. But it is not unreasonable to expect that a relatively new product should continue working as advertised, and as it has been!
    If anyone learns of any other possible solutions, I will be delighted to hear them.

  • Password Remember Button does not function; Can't input 3rd Party Passwords for Social Networks/Emails.

    My "Remember" button doesn't work. Simple as that. The "Not Now"
    Button still works, and closes the pop-bar. Remember doesn't do anything.
    [Exception... "'User canceled master password entry, login not added.' when calling method: [nsILoginManagerStorage::addLogin]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsLoginManager.js :: anonymous :: line 445" data: no]
    Occurs when trying to input 3rd Party extension passwords.
    I have no master password set, I have also read the "Password not remembered topic", and it didn't help.
    Error Console yields this:
    "'''Warning: The 'charCode' property of a keyup event should not be used. The value is meaningless.
    Source File: https://support.mozilla.com/en-US/questions/new?product=desktop&category=d6&search=Password+Remeber+Button+does+not+function%3B+Can%27t+input+3rd+Party+Passwords+for+Social+Networks%2FEmails.&showform=1#question-form
    Line: 0'''"

    Okay, I have started Firefox in Safe Mode, and the Remember button still didn't work. After checking the error console, It had the following message again:
    "Error: uncaught exception: [Exception... "'User canceled master password entry, login not added.' when calling method: [nsILoginManagerStorage::addLogin]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsLoginManager.js :: anonymous :: line 445" data: no]"
    After I Evaluated it (In the error console) it gave me a slightly different version:
    "Error: missing ; before statement
    Source File: javascript:%20Error:%20uncaught%20exception:%20[Exception...%20"'User%20canceled%20master%20password%20entry,%20login%20not%20added.'%20when%20calling%20method:%20[nsILoginManagerStorage::addLogin]"%20%20nsresult:%20"0x8057001e%20(NS_ERROR_XPC_JS_THREW_STRING)"%20%20location:%20"JS%20frame%20::%20file:///C:/Program%2520Files/Mozilla%2520Firefox/components/nsLoginManager.js%20::%20anonymous%20::%20line%20445"%20%20data:%20no]
    Line: 1, Column: 8
    Source Code:
    Error: uncaught exception: [Exception... "'User canceled master password entry, login not added.' when calling method: [nsILoginManagerStorage::addLogin]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///C:/Program%2"
    I read the Troubleshooting extensions & Themes, but It didn't help.
    When I tried to read "http://kb.mozillazine.org/Password_Manager" I get a page that says:
    "ERROR
    The requested URL could not be retrieved
    While trying to retrieve the URL: http://kb.mozillazine.org/Password_Manager
    The following error was encountered:
    * Connection Failed
    The system returned:
    (110) Connection timed out
    The remote host or network may be down. Please try the request again.
    Your cache administrator is root. "
    Also, this error occurs in ALL 3rd Party extensions. It can't log me into E-Mail accounts, Facebook, Twitter, anything. The error message has a window title of [JAVASCRIPT APPLICATION] if that says anything.

  • Buttons do not function :smileycry:

    While calling the buttons do not function .
    What can I do to solve this problem?
    My phone is an Xperia Z1.

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    Which buttons are you referring to?
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Changes to „Report Options" don't affect output in the way I expect

    Changes in the „Report Options“ Window don’t affect report-files in the way I expect. For Example: when I set “Report Format” to “Web Page” the output is a html-file but changes in the “Report Colors”-dialog don’t affect the output. When “Report Format” is set to “ASCII Text File” I get the same file shown in a texteditor – with html-tags and so on (not what I expected). The “Insert Graph”-option doesn’t work, too.
    Has anyone an idea what‘s going wrong with my TestStand-installation?
    Thanks!

    Hi Daniel,
    This is most interesting. Something is not working right here. The next thing I would suggest is that you try debugging the model and report generation sequences to see exactly what is going on. Here are some suggestions:
    1) Launch the Sequence Editor.
    2) Double click on the "Model" text in the status bar, this will open your station model.
    3) Place a breakpoint on the "TestReport Callback" step inside of the "Single Pass" sequence.
    4) Go to Configure>>Station Options and on the Execution tab select: Trace Into Entry Points option. Close this dialog by clicking OK.
    5) Go to Configure>>Report Options and select the Sequence option and modify the other options to what you desire. Be sure to select the HTML report generation however. Close this dialog by clicking OK, not Cancel.
    6) Load the sequence file, \Examples\Demo\C\computer.seq.
    7) Select Single Pass from the Execute menu.
    8) When the execution stops at the breakpoint, select the Context tab and navigate to Locals.ReportOptions. Quickly browse through the properties to make sure they are set to what you changed in the dialog.
    9) Swicth back to the Steps tab and click step into.
    10) Step over until you get to the "Get Report Body" sequence call, and then click step into.
    11) Click on the Context tab and navigate to "RunState.SequenceFile.Path". Check this path. It should be pointing to "\Components\NI\Models\TestStandModels\ReportGen_html.seq".
    11) Also check the values inside of Parameters.ReportOptions. These should resemble what you have selected on the Report Options dialog.
    12) Continue single stepping, and stepping into subsequence calls, until an error is generated. Once the error occurs, select Break on the error dialog, and then examine the step that failed. Check to make sure that all the preconditions are correct and that any properties stated do actually exist.
    13) If the step is configured to call a DLL make sure that the DLL it is calling is from the NI directory under \Components. You can do this by bringing up the specify module dialog for the DLL and checking the path.
    By the way, the files I sent you are for TestStand 2.0.1f1. Is this your correct version? Please let me know if any of the above steps fail, and exactly what you are seeing. Thanks!

  • HT1430 mail is not behaving the way it should after updating to ios 6.1.2

    after updating to ios6.1.2 on Saturday March 9, 2013 the mail is not operating the way it should. What can i do to try and fix it?

    Nobody here would know since you didn't explain in detail why it's not operating the way it should.

  • My phone is not working the way it did before the manditory iOS 7 update.

    My phone is not working the way it did before the manditory iOS 7 update.  It freezes, it lags, I get kicked out of my apps, my messages do not send half of the time, I can't view the pictures in my camera roll if I enlarge them, and the phone glitches randomly.  How can this be fixed or what do I need to do to get it replaced??

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset   >  http://support.apple.com/kb/ht1430
    Restoring  >  http://support.apple.com/kb/HT1414
    If you try all these steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • My MacBook Pro turns on but not all the way, it gives me an icon of a grey folder with a question mark in the middle, and won't go further that that. Anyone knows why, or what's the problem?

    My MacBook Pro turns on but not all the way, it gives me an icon of a grey folder with a question mark in the middle, and won't go further that that. Anyone knows why, or what's the problem?

    If these do not resolve the issue or if you are not comfortable with proceeding through these steps then take your Mac to an Apple store or an Apple Authorized Service Provider.  An Apple store will perform these initial steps, diagnose the problem, and give an estimate for repairs (if needed).  If the Mac is less than one year old or is covered by AppleCare any repairs would be free.
              Genius reservation http://www.apple.com/retail/geniusbar/ .
              or find an Apple Authorized Service Provider https://locate.apple.com/country

  • Applet does not function the same.

    When I run my applet in IBM Visual Age it works fine. When I run it in my browser it does not function the same. It has to save a file on to my hardrive but it doesn't work. Can someone help.
    Thank you

    correction
    *hundreds of things*
    You gotta post some code, tell us what kind of error
    messages you're getting, or something. It could be
    dozens of things.

Maybe you are looking for

  • Logical OR of QueryFilter.

    I'm using NW CE EHP1 to model a find operation of a Business Object. Can I select instances using 2 filters on 2 different attributes, in a logical OR? For example, find the employees whose firstName starts by "A" OR whose lastName starts by "A". If

  • Problem in starting managed server

    hi all, i have configure a admin server and 3 managed server. after i startup the admin server and node manager , i start managed server in admin console, but got a list of errors as follows: ####<May 3, 2003 4:04:49 PM HKT> <Info> <J2EE> <eg103> <my

  • Second Hard Drive, Sudden Motion Sensor

    Back in the fall I put a SSD in my 2007 MacBook Pro. It's working perfectly. I found the "OptiBay" product, which basically replaces your optical drive with an adapter for another hard drive. I haven't received it yet, but when I do I plan on install

  • How to add BO Dashboard(.xlf file) into CMC

    Hi Experts, I have created one Dashboard using a dashboard designer, i want to view this newly created dashboard in BI Launch Pad. Please tell me how to publish this newly created dashboard and tell me how can i view it in BI Launch Pad. Thanks.

  • Deleting photo album

    does anyone know if there is a shortcut for deleting an entire photo album from an iphone? i've only been able to delete individual photos.