Changing page on event

I'm trying to make a flash page that shows a map with a car driving around on it. The car can be moved with keyboard or mouse, doesn't really matter. When the car crashes into a building, I want it to change to a different page.
How can I do this? Thanks in advance.

AS2 or AS3? Do you mean how it can go to another webpage? If another webpage, use the following code in your car crash handler:
getURL("http://www.adobe.com"); //for AS2
navigateToURL(new URLRequest("http://www.adobe.com")); //for AS3

Similar Messages

  • In iCal 8.0, how do I change a single event of a recurring event?

    I am using Yosemite. I have a recurring monthly event for Payroll on the 25th. But, when the 25th falls on a weekend, I change it to the previous Friday.
    To make this change, I drag the recurring event to that Friday. A popup says it will change all recurring events to that date.
    How do I just change a single event and leave the future recurring events as is?

    Without seeing your page, this seems less like a template problem and more of a design strategy problem.
    You should be building flexible pages that can handle increased content, text-sizes, image sizes, etc...
    CSS height property is a restriction in all but IE browsers.  Either remove height property from your content areas or consider using a more flexible min-height.
    More on min- and max- height & widths --
    http://www.quirksmode.org/css/width.html
    Hope that helps,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Mac OSX10.4.11 & Firefox3.6.19 - How do I make beeps stop on changing pages w/in a site?

    I'd been able to access the site (a part of the following site: http://www.govhs.org/) without beeps until yesterday. Unfortunately, it's a password-protected part of the site that I must deal with.
    Is there ANY chance you can tell me why my laptop started to beep when I change pages within that site? If not, can you confirm that THEY must have changed something?

    Oh, I didn't notice that it was another example of the most recurring question on Java GUI! Here's the idiom:
    private void runButtonActionPerformed(java.awt.event.ActionEvent evt) {
      final List<ResultLine> res;
      resultArea.setText("");
      cancelButton.setEnabled(true);
      if (targetField.getText().isEmpty()){
        targetField.setText("localhost");
      Thread t = new Thread(new Runnable(){
        public void run(){
          String str = "";
          res = TR.traceroute
           (targetField.getText(), Settings.hops, Settings.waitTime);
          if (res == null){
            str = "Error";
          else{
            StringBuilder s = new StringBuilder();
            for (ResultLine r : res){
              s.append(r.toString());
              s.append("\n");
            str = s.toString();
          SwingUtilities.invokeLater(new Runnable(){
            public void run(){
              resultArea.setText(str);
              cancelButton.setEnabled(false);
      t.start();
    }

  • Change Page in Sapscript form

    Hi,
    I have a custom report with a sapscript form that contains a list of records from KNA1 table. I would like to have a different page for every different KNA1-KUNNR (change page at new kunnr). Is this possible and how?
    Thanks

    Hi,
    Kindly follow the below steps::
    1.declare first field in ur internal table as 'KUNNR'.
    2.once u get the required data into ur internal table to print, SORT the internal table with KUNNR.
    3.LOOP the internal table to print and use CONTROL BREAK event (AT END OF KUNNR) to trigger new page for every new KUNNR.
    4.In Control Break event (AT END OF KUNNR) call the Function Module 'CONTROL_FORM', which will trigger a new page in the output.
    eg:
    call function 'OPEN_FORM'      --> to Open the Form
    LOOP AT itab.
         call function 'WRITE_FORM'
           exporting
              element = 'ITEM_DET'.
        AT END OF KUNNR.
           CALL FUNCTION 'CONTROL_FORM'
                EXPORTING
                   COMMAND = 'NEW-PAGE'.
        ENDAT.
    endloop.
    Hope it helps!!
    Rgds,
    Pavan

  • Is it possible to trigger action in backing bean on page unload event?

    Hi,
    There is a RichPopup in my page which has a Listener to save data or not by user choice "Data change detected, do you want to save those changes?"
    I've tried with the javascript event 'window.onbeforeunload', but this way must be fit with a Servlet function which I am not allowed to use.
    The attibute 'onunload' in the tag '<af:document>' seems useless. Even there is few description or example in the 'Tag Reference'.
    So, is it possible to trigger action in backing bean on page unload event? Thanks in advance for helping.
    Viva

    Hi Frank
    Thanks for helping, I've tried in your way. My codes are like below:
    Page codes:
    <?xml version='1.0' encoding='UTF-8'?>
    <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 id="d1" clientComponent="true" title="viva test">
          <af:resource type="javascript">
            if (!window.addEventListener) {
                // alert('window.addEventListener is not supported in IE8. Override it!');
                window.addEventListener = function (type, listener, useCapture) {
                    window.attachEvent('on' + type, function() {listener(event)});
            window.addEventListener('beforeunload', function (){performUnloadEvent()}, false);
            function performUnloadEvent() {
              var eventSource = AdfPage.PAGE.findComponentByAbsoluteId('d1');
              //var x and y are dummy variables obviously neeed to keep the page
              //alive for as long it takes to send the custom event to the server
              var x = AdfCustomEvent.queue(eventSource, 'handleOnUnload', {args:'noargs'}, false);
              var y = 0;
          </af:resource>
          <af:serverListener type="handleOnUnload" method="#{vivaTestBean.testOnUnload}"/>
          <!--
          <af:form id="f1">
            <af:commandButton text="Unload" id="cb1" action="unload"/>
          </af:form>
          -->
        </af:document>
      </f:view>
    </jsp:root>The backing bean codes:
    public class VivaTestBean {
        public VivaTestBean() {
        public void testOnUnload(ClientEvent clientEvent) {
            System.out.println("Thanks God");
    }The first way which triggers a 'unload' event by clicking a button DO WORKS. :)
    But when I changed the triggered way by changing the <af:document> to clientComponent as what you did, the 'onbeforeunload' event won't come out when I refreshed or closed the page.
    That doesn't make sence, since I think the two ways to trigger a 'unload' event are the same.
    Edited by: 841766 on 2011-3-7 上午1:13

  • How do I change a recurring event on iPhone 5 which syncs with Google Calendar.  As soon as I change it on phone it reverts back to original.  Works on pc perfectly.

    Help.  How do I change a recurring event on iPhone 5 which syncs with Google Calendar.  Just reverts back to original.  Work perfectly on pc.

    Do you happen to have Dial Assist on? This is in Settings>Phone. This is what helps the phone identify international numbers when dialing, based on location. See if turning that off/on makes a difference. Unless you are making a number of international calls, I believe this can be left off. See the User Guide http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf  Page 49 has info regarding Dial Assist.

  • ORA-06502 on "Help Text" region when changing pages on a tabular form

    Hello everybody,
    We are developing an application on Apex 4.1.0.00.32. This application have some pages with tabular forms and these pages uses a page zero as template. In this page zero, we have added two sidebar regions: a list region to navigate on the application and a help text to describe how to use our application.
    The problem occurs when the tabular split the records into pages (since it has more records that it can show on a single page). When the user clicks to change to another page, Apex raises an ORA-06502: PL/SQL: numeric or value error as described below:
    Erro ao renderizar a região "Ajuda". ORA-06502: PL/SQL: erro: erro de conversão de caractere em número numérico ou de valor
    Informações Técnicas (visível somente para desenvolvedores)
    is_internal_error: true
    apex_error_code: APEX.REGION.UNHANDLED_ERROR
    ora_sqlcode: -6502
    ora_sqlerrm: ORA-06502: PL/SQL: erro: erro de conversão de caractere em número numérico ou de valor
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 2
    component.name: Ajuda
    error_backtrace:
    ORA-06512: em "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 3654
    ORA-06512: em "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 4204
    Obs: Our database is in Brazilian Portuguese, so I guess it will be hard for some people to understand the first two lines! :)
    We have tried to change the pagination style of the tabular form and change the region model of the help text but the problem still happens.
    Does anyone an ideia about what this may be?
    Thanks in advance!

    I am getting the exact same message, to the line number, also in APEX 4.1.0.0.32.
    Occurs when changing pages in a classic report, Standard region template, select list pagination, when selecting a different pagination set.
    In English:
    Error during rendering of region "Matched Participants Help & Hints".
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.REGION.UNHANDLED_ERROR
    ora_sqlcode: -6502
    ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 2
    component.name: <strong>Matched Participants</strong> Help & Hints
    error_backtrace:
    ORA-06512: at "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 3654
    ORA-06512: at "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 4204
    There are no conditions on the region, and no date string within the Help text. Some HTML <strong> tags, that's it.
    The Help region renders fine the first time.
    The Debug info does not help any:
    3.798360.00062Computation point: After Box Body4
    0
    3.798990.00081Processes - point: AFTER_BOX_BODY4
    0
    3.799790.00068Region: <strong>Matched Participants</strong> Help & Hints4
    0
    3.800470.00213Region rendered dynamically because request was not null4
    0
    3.802590.00096Add error onto error stack4
    0
    3.803550.00084...Error data:4
    0
    3.804400.00084......message: Error during rendering of region "<strong>Matched Participants</strong> Help & Hints".4
    0
    3.805240.00084......additional_info: ORA-06502: PL/SQL: numeric or value error: character to number conversion error4
    0
    3.806080.00081......display_location: ON_ERROR_PAGE4
    0
    3.806890.00081......is_internal_error: true4
    0
    3.807700.00084......apex_error_code: APEX.REGION.UNHANDLED_ERROR4
    0
    3.808540.00082......ora_sqlcode: -65024
    0
    3.809350.00234......ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character to number conversion error4
    0
    3.811700.00082......error_backtrace: ORA-06512: at "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 3654 ORA-06512: at "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 4204 4
    0
    3.812510.00081......component.type: APEX_APPLICATION_PAGE_REGIONS4
    0
    3.813310.00110......component.id: 24
    0
    3.814420.00099......component.name: <strong>Matched Participants</strong> Help & Hints4
    0
    3.815400.00076...Show Error on Error Page4
    0
    3.816160.00344......Performing rollback4
    0
    3.819610.00225Processes - point: AFTER_ERROR_HEADER4
    0
    3.821850.00268Processes - point: BEFORE_ERROR_FOOTER4
    0
    3.82453-End Page Rendering
    Any thoughts on where to poke around for this one?
    Thanks - Karen

  • Training & Event Management: Restrict Change to Business Event

    Hi,
    Does anyone know if there is a way to restrict change to Business Event (eg. changes to the Event Schedule) based on certain business criteria? My criteria cannot restrict by authorization.
    For eg. let say if something happens (based on business scenario), then my program will restrict the users to change details in Business Event, but they can still book Personnels to the event- so that means I can't use the LOCK/UNLOCK function.
    Thank you for your help.
    Regards,

    Dear,
    Oh! Sorry I did not noticed your initial post date, any how at least we can share knowledge.
    Regarding your concern about the FM, we have created function module ZHR_TRAINING_AUTH and table ZHR_TRAINING_AUTH to restrict authorization related to respective department secretaries and business event group.
    Then in Customization to create and configure the profile: go to Human Resources > Personal Management > Personal Development > Settings > Current Settings > Define Authorization Profile
    Then later on you can “Assign” this newly created profile to the users, then you are able to restrict.
    I hope this small information will help,
    Good luck

  • How can I move an event in my calendar to my "completed" calendar without changing all the events in the series?

    How can I move an event in my calendar to my "completed" calendar without changing all the events in the series?
    As Apple has yet to upgrade iCalendar so I can check off my events as I complete them (no, I do not want to use a task list/reminder list), I want to be able to move my events to my "completed" events calendar as I complete them. The issue is that most of my events are repeating events, and it changes the entire series. How do I change only the event I clicked on using my iPhone?
    Thanks

    If you change anything in a repeating calendar entry it will give you the option of disconnecting it from the series. So may any random change, choose to not change the series.

  • How do I get my calendar to sync on iCloud?  I changed a calendar event on my iPhone 4 and it has not changed in Entourage on my MacBook.  This is supposed to be automatic, isn't it?

    How do I get my calendar to sync on iCloud?  I changed a calendar event on my iPhone 4 and it has not changed in Entourage on my MacBook.  This is supposed to be automatic, isn't it?

    Entourage will not sync with iCloud, not now, probably not ever, time to change.

  • How to change the script event?!?

    Here I have a small form with two different parts...
    The first part is a table containing many checkboxes to be able to show whatever form you want to fill up..
    All of the checkboxes create a form into a table which each row represents the form to fill-up.
    When you click 1 checkbox, it adds a row to the table with some values needed for the form..
    In that form there is a chance to have 2 or 3 radiobuttons, depending on the checkedbox which each do something different..
    the 1st one hides a new table to fill up information (under the radiobuttons),
    the 2nd one shows up the new table with some values to show instructions into labels...
    the 3rd one shows up the new table with some other values to show different instructions into labels.. (This radiobutton is only in half of the forms, so it is hidden)
    those labels must be different for each checkbox chosen
    instead of making a huge script in my radiobutton change event, and writing all the different possibilites
    i'd rather create the script depending on the checkedbox the user have chosen...
    Right now I'm using something like : this.resolveNode("...radiobuttonList").event__change.script.value = "--_ Write all the new code here_--";
    After this line is written and everything is working... I show up a messageBox to see the result which is all correct..
    But when I'm clicking on the radiobuttons nothing is working at all...
    the only code working is the initial code written in the event
    Anyone have an idea if I'm missing something?!?
    Thanks!

    Actually this is not what i was looking for, I really need to change the script...
    e.g. I have a button in a expandable table and i want each buttons to have a different messagebox....
    when the button is created a new script is assigned to the event_click...
    This is what im looking for...
    Looks like LiveCycle Designer is not able to change the scripts events even though the property is there and is a "get" & "set"
    so I should be able to change script event.... but I think i need to reload/recreate the form by using the modified code...

  • How do I change page order on a document created in Pages 5.1?

    After reading some of the posts about the lack of ability to change page order in Pages 5.1, I decided to re-install Pages 09 from the DVD that came with my computer because some posts said it was a better program. After inserting the disc and responding to all the prompts it seemed to download everything but I can't find Pages 09, I only seem to have 5.1.
    I will take a solution to either problem, but all I really want to do is change the order of 2 pages on a 9 page document created using 5.1.

    It is in your Applications/iWork folder.
    Make sure you update it to the latest v4.3:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=432&sid=f793ea2968cc 7f8ffa338ab5171d1d5d&mforum=iworktipsntrick
    Peter

  • Printing only changed pages

    In my department, we produce large technical manuals that are distributed to users around the world.  When small changes are made to the manuals, we only distribute the changed pages (including the back side of the changed page since the documents are printed double-sided).  Is there an automated way to only print the changed pages with the necessary back pages?

    Rick Quatro at http://www.frameexpert.com has a plugin that will print only changed pages; I don't see it listed on his website at the moment, but if you contact him he'll be able to give you more details.
    Rick's very, very familiar with the complications of dealing with changed pages in FM.

  • Won't open new page when I click bookmark, instead changes pages EVEN THO PREFERENCES SET TO OPEN NEW PAGES

    Firefox keeps on changing pages, even yanking minimized pages back onto the screen and changing them, even though I have Firefox preferences set to always open new pages to accommodate links on a page or bookmarks.
    I don't want Firefox to tamper with any pages, period. If I have a pages minimized, no way should Firefox be yanking that page up back onto the screen because it's "too lazy" to open up a new page to accommodate a bookmark or link clicked on.
    It's extremely aggravating to click a link on a page, get a new page then, when I click the page to close it I find no page underneath, indicating that Firefox had changed the original page rather than open up a new page automatically to accommodate the link, etc.
    What's the point of me in Firefox preferences setting it up for Firefox to open up new pages automatically when afterwards it doesn't?

    Perhaps try the add-on Tab Mix Plus. It has a feature that you can force every link to open in a new tab if you like:
    * http://tmp.garyr.net/help/#Links (description of options - see "Force to open in new tab")
    * https://addons.mozilla.org/en-us/firefox/addon/tab-mix-plus/ (install page)
    I don't know whether it has any effect on bookmarks. You can open those in a new window by holding Shift or in a new tab by holding Ctrl when clicking.

  • Cannot change page size with acrobat

    I am able to convert my manuscript in Mac word(2011) to adobe acrobat (XI); unfortunately the 6 X 9 " page size does not convert. I spent a few hours on the phone with adobe support and the final resolution was to upload the file to them and they converted it for me. however, they used distiller which reduced the file size and appears to have affected the many images. Does anyone have any advice? The best I have been able to glean online is work with inDesign to change page size.

    Thanks.
    The problem was with the paper size. In addition to change the page size I needed to change the paper size in the print option before selecting save Adobe PDF.
    From Word go to File> Print
    Open the Copies & Pages dropdown
    Select Paper Handling
    Check the Scale to fit paper size box
    Open the Destination Paper Size list
    Select your custom 6x9 Preset
    Click the PDF button
    Select either Save as PDF or Save as Adobe PDF
    The unfortunate thing is that I was able to do this initially, but when I went back to replicate it adobe is creating 2 files one with my cover page and the rest to the manuscript. Luckily my initial copy was good. Thanks again for your help.

Maybe you are looking for

  • Not able to access paramter value on a non-table page

    Hi, I am trying to create an item - type button on the OIEMAINPAGE page under the General information section for the expense report headers in iExpense using Personalization. I enabled the DFFs for the expense report headers and I can see them on th

  • MS Office not working

    MS office dont work on my Nokia 701. i installed in 3 times. my existing word and pdf files on phone cannot be opened by MS office. plz help

  • Centering a DIV Tag

    Hi, am having trouble / don't have a clue how to centre a div tag to the center of the page? Can someone point me where am going wrong. Here is the html code: thanks in advance hammer.

  • OSB: JMSCorrelationID pattern

    Hello, I am trying to switch from JMSMessageID correlation pattern to JMSCorrelationID pattern and have some questions regarding the latter: 1. For JMSMessageID I have defined one queue per managed server. For the JMSCorrelationID pattern I just defi

  • I upgraded to ver. 10.4 and now my pc freezes when trying to back up my iphone and ipad2

    Since upgrading itunes to 10.4.3 I am unable to upgrade my software on my iphone 3GS and ipad2. As itunes first backs up these devices, it gets to Step 1 and then freezes. I am running Win 7 and had no problems with the previous versions of itunes. H