Passing to an another HTML page after animation finished

My question in english:
Hello, good morning,
I have created a Flash animation with Flash 8 and I have exported it in HTML format.
I would like that at the finishing animation, there is an automatical transfer to another HTML page of my choice (for example after xxx seconds), like we could see in the web (redirection in fact). I would have also the possibilty to put an "Skip Intro" link in the animation page for people that don't want wait the final of animation.
How make this operation with Flash 8 directly or I must write an HTML code in it to this operation.
Thanks a lot for your answer and helping
Ma question en français:
Bonjour,
J'ai créé une animation Flash avec Flash 8 et je l'ai exporté au format HTML. Je voudrais qu'à l'issue de l'animation, à la fin de cette animation, il y ait passage automatique (au bout de x secondes par exemple) à la page web de mon choix (une redirection en quelque sorte). J'aurais la possibilité dans la page contenant l'animation de mettre un lien "Skip intro" pour les internautes qui ne voudraient pas attendre la fin de l'animation pour consulter mon site web.
Comment faire pour faire cette manipulation, est-ce possible directement dans la création de ma page en Flash ou dois-je mettre un bout de code HTML pour que cette transition se réalise?
En vous remerciant pour votre réponse et votre aide.

It depends on which version of Actionscript your file is using.
For an AS2 file you use getURL() to link to a web page.  You could use the setTimeout() function to delay triggering the getURL() call.
For AS3 you use navigateToURL() to link to a web page.  You could use the setTimeout() function or the Timer class to delay triggering the navigateToURL() call.
In both cases you could place the call to the linking function inside another function that you call either using the delayed calls of the functions mentioned, or using a button to call the function for the skip intro.

Similar Messages

  • Load HTML page after animation

    After searching the forum and only finding the answer for
    AS2, I'm wondering if anybody can direct me to the finding the
    answer to my problem in AS3. I've created multiple movieclips into
    buttons that animate when you press them. I'm wondering how to have
    it then direct to an HTML page AFTER the animation finishes. I've
    tried several different things, and I can't seem to get this to
    work.
    Thanks a lot!

    Can you provide the AS2 solution? I'd like to see if I can
    figure it out. I just don't know that I'll find your posting
    again.

  • Include a html page in another html page

    How do I include a html page in another html page? I have 7
    separate page making up a website. I made a separate page for the
    bottom navigation which I want to include for each page. Instead of
    making up a separate nav bar for each page.
    Thanks for your time.
    Todd Dignan

    Just remember that the file being included CANNOT be a
    stand-alone HTML
    page - it must not contain <html>, <head>, or
    <body> tags if you want to
    continue working within DW.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "nX07" <[email protected]> wrote in message
    news:fm9pvr$rn6$[email protected]..
    > Hey Todd,
    >
    > Depending on your web site's server environment, you can
    do it a few ways.
    >
    > First, and most convenient is if the server you are on
    has PHP, the simple
    > php
    > include function will do the trick.
    >
    > Just place this in where the HTML would actually go for
    the footer
    >
    > <?php include("fileofthebottom.html"); ?>
    >
    > If you don't have PHP, you should be able to use SSI
    (Server Side
    > Includes).
    > same principle applies as above, and is simple to
    understand:
    >
    > <!--#include file="fileofthebottom.html" -->
    >
    > If for some reason you can't do SSI, the other option
    would to be using a
    > frame or iframe, which is not recommended for several
    reasons; mainly
    > accessibility.
    >
    > The simple code is:
    > <iframe src ="fileofthebottom.html"width="whatever"
    > height="whatever"></iframe>
    >
    > Hope this helps :)
    >
    >
    >

  • I want to create a cd on my mac that autolaunches an .html-page after inserting into a pc or a mac. Is that possible?l

    I want to create a cd on my mac that autolaunches an .html-page after inserting into a pc or a mac. Is that possible?

    Solving this requirement on a modern Windows system is going to be problematic too, as the autorun mechanisms are increasingly being locked down over there, if not by the end-user or the system installer, then by the usual anti-malware tools that are installed.
    Given this is one of the most vulnerable populations here in terms of operational security, you'll probably want to target online distribution, or to distribute a signed application that can be installed on the target (akin to a managed system) and that then accesses your data on external storage.  All that app might do is access the disk, verify that the contents of the device are trusted and valid, and launch the browser.
    I'd likely target online distribution or pre-loaded distributions and iOS, as that's where all of the older folks I'm dealing with are headed, too.  If not a native app, then maybe a web-app here, and download the contents into the HTML5 local storage.

  • Insert one html page into another html page

    Hi there,
    I wonder if sombody can help. I am trying to insert one short
    html page into another page. I could not find any option or feature
    in Dreamweaver that allow me to insert the page at all. The page I
    want to insert has the links and it is a short page, just like a
    banner. When I update the links on that page it will update all
    other pages in the website. I do not have to open many pages to
    update. I have been using FrontPage and I am now converting to
    Dreamweaver. Some codes from FrontPage does not work in
    Dreamweaver. I would very much appreciate if somebody can help with
    the codes.
    This is my website so that you can understand what I mean. At
    the top of the screen there are many links that are from one page I
    inserted into index.html. I use FrontPage. But, Dearmweaver does
    not work that way.
    Thank you. Kevin

    Be aware that IFrames carry all the disadvantages that frames
    do, for both
    you and your client's visitors.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "polarl light" <[email protected]> wrote in message
    news:g06ad0$2rm$[email protected]..
    >
    >> I wonder if sombody can help. I am trying to insert
    one short html page
    >> into
    >> another page. I could not find any option or feature
    in Dreamweaver that
    >> allow
    >> me to insert the page at all. The page I want to
    insert has the links
    >> and it
    >> is a short page, just like a banner. When I update
    the links on that
    >> page it
    >> will update all other pages in the website. I do not
    have to open many
    >> pages
    >> to update. I have been using FrontPage and I am now
    converting to
    >> Dreamweaver.
    >> Some codes from FrontPage does not work in
    Dreamweaver. I would very
    >> much
    >> appreciate if somebody can help with the codes.
    >
    > Depending on what you want to do you can use SSIs or an
    Iframe. SSIs are
    > good for things such as headers, menus and nav bars that
    you want to stay
    > the same across a range of pages. Iframes let you load
    an external HTML
    > file into a predefined area of your page so you can
    display different
    > content while staying on the same page.
    >

  • Passing parameters in a html page using xwd_tmppg.create

    We are in the initial stage of Developing a OLAP Web Application using
    Oracle Express Web Agent 6.3.2,Oracle Express Administrator6.3.2.
    Flow of our screens are:-
    We have a login screen that authenticates user entry to access his assigned role screen.Based on the role the user selects we will be listing out the analysis in a screen that the user could access.
    Express Programs are used to create Role and Analysis screen.
    User logged information is passed from login to role screen and to
    analysis screen using XWD_APPPG.CREATE that accepts parameters.
    Moreover this function can only be used to create html page with out
    data views.
    Now let us come to our problem-
    We need to take the user from analysis screen to detailed data view screen that shows the OLAP cube with a back & exit button.As explained earlier you need to use the function XWD_TMPPG.CREATE to create dataview.It is not possible to pass parameters through this function.This function accepts .html as the only parameter.But we need to pass the userid info to get back to analysis screen for the user to select the next analysis.I need the user logged info available in the template file.
    Is there any solution for this problem or any other approach to capture the user logged info in the template file???

    Hi Aneel,
    Thanks for your informative suggestion on how to receive data from
    previous page on to the template page using LOCATION.SEARCH.SUBSTRING
    function.
    I could very successfully get the userid information by implementing
    this method within the SCRIPT boundary.
    I also want to pass this value to a express program embedded
    within the <!--EXPRESS call foot(userid)--> so that it will enable the
    user to go back to List of analysis page.her my footer program will
    inturn call the Analysis Page with the userid information.That's my
    whole idea.
    I tried the following methods to acieve my end result-
    1)Tried to store the value in a local variable in the template & passed
    it to the express program -- Error thrown was "userid is not attached in
    the database"
    2)Directly specifed location.search.sunstring in the express program..
    Still the same error was thrown
    3)Thought of storing the value in the name of hidden object .Still this
    will not work out because i need to declare the object in the FORM..
    Moreover the value is avialable wihin the JAVA SCRIPT range.Out of this
    range template is not able to identify this value.
    Any idea Aneel form your end.
    Can you let me know how to use hidden object in achieving the result.
    I have been working very hard for quite sometime.
    Advance thanks.
    Nanda Kishore

  • Passing form data from html page to JSP page

    Hi,
    I have a simple HTML page with a form on it that sends the information to a JSP page that stores the form data in a JSP session. I created a simple form that asks for the user's name, sends it to the JSP page, stores that in a session, then sends it to another JSP page which displays the name. This worked fine.
    However, I added another input box to my form that asks for the user's age to do the same steps as outlined above. This does not work, and I'm not sure why. Here's the code from my HTML page:
    <form method=post action="savename.jsp">
    What's your name?
    <input type=text name=username size=20 />
    <p />
    What's your age?
    <input type=text name=age size=20 />
    <p />
    <input type=submit />Here's the code from my JSP page, savename.jsp (later on in the JSP page it links to another page, but that is not relevant):
    <%
    String name = request.getParameter("username");
    String age = request.getParamater("age");
    session.setAttribute("theName", name);
    session.setAttribute("theAge", age);
    %>Finally, here is the error message from Tomcat 6.0.9:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 3 in the jsp file: /savename.jsp
    The method getParamater(String) is undefined for the type HttpServletRequest
    1: <%
    2: String name = request.getParameter("username");
    3: String age = request.getParamater("age");
    4: session.setAttribute("theName", name);
    5: session.setAttribute("theAge", age);
    6: %>
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:85)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:415)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:308)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)I do not understand the error, as it works fine when I simply try to retrieve "theName", but breaks when I try to retrieve both.
    What is it I am missing here?
    Thanks,
    Dan

    Ummm.... you misspelled "parameter" the second time
    you tried to use it.......
    That is incredibly embarrassing. Sorry if I made anyone think it was something more serious. Holy mackerel, I think it's time for me to read over my code much more carefully before posting about a problem.
    Thanks for the help DrClap.

  • Clearing a HTML page after incremental creation of page

    Hi,
    I am building a JSP page incrementally as shown in the code snippet below; What I know want to do is to clear the complete HTML code after execution of the for loop.
    Is this possible ?
    Thanks in Advance :-)
    <html>
      <head>
        <title>Partial Output Demo</title>
      </head>
      <body>
        Partial Output
        <%  for(int ii=0; ii<10; ii++) {
            out.println("<br/> #" + ii);   
            out.flush();
            try {
                Thread.sleep(1000);
            } catch(final InterruptedException ex) {
                ex.printStackTrace();
                break;
         %>
      </body>
    </html>

    found it out ;-)
    <html>
      <head>
        <title>Partial Output Demo</title>
        <script language="javascript">
            function show() {
                document.write("Partial Output Complete");
        </script>
      </head>
      <body onload="show()">
        Partial Output
        <%  for(int ii=0; ii<10; ii++) {
            out.println("<br/> #" + ii);   
            out.flush();
            try {
                Thread.sleep(1000);
            } catch(final InterruptedException ex) {
                ex.printStackTrace();
                break;
         %>
      </body>
    </html>

  • Question on passing value to an HTML page and dynamic links

    Hi,
    I just started using Oracle APEX and have the following questions:
    1) I try to pass an order number from a report page to a blank HTML page that is supposed to be a shipping label. I cannot have the HTML page resolve the placeholder within HTML code to actual order number. I have tried %P2_ORDER_ID%, #P2_ORDER_ID# or &P2_ORDER_ID. Any suggestions?
    2) I have a column with link in a report page and I want the link to go to different pages based on the value of that column. How should I do that?
    Thanks!
    Mike.

    Hi All,
    Im still trying to think about this the right way.
    If I add a servlet to the C2 project and use HTTP post from the HTML page and have the 2 variables in the servlet, could I then either set the variables on the session bean in order to make them available to my searchResults.jsp bean methods?
    Regards
    Jim

  • Toolkit for CreateJS showing blank HTML pages after publish on only some Flash projects?

    When I used Toolkit for CreateJS on Flash CC for the first time on a simple test movie, it worked fine. I've now created a new movie of a scrolling portfolio banner to go on my homepage. After hitting publish, it only shows a blank HTML page, with a white box the size of the stage.
    I even tried it again when removing the buttons and tweens and still no joy. Is there a way I can upload both files to show you and to see if there's a difference in which why the newer one isn't working. Both have more than one layer. The test one moves out of the screen, while the new one fades out. I've even tried putting an alpha effect on the test to see if it doesn't play, but it still works fine.
    Please help.
    Thanks
    Adam

    Do you see any errors listed in the output panel?

  • UPDATING HTML PAGE AFTER UPDATING DATABASE

    Hello,
    I work on servlet, and when I update my database (MS Access) and redirect to a new HTML page, the information are not updated, that's the reason why I have to click on the button of my browser to actualize.
    So how can I do not to have to click...
    Thank you very much

    u passing all argument when redirect method use
    if possible show your code

  • Help with geturl as a link to another html page

    I am using a flash navbar I made, inside a html page created with DW, the action under each of the buttons is for example
    on (release) {
    getURL("links.html/", "_blank");
    it works but opens in a new window, I want it to remain in the same window ,I have tried self,blank,parent and top what do I need ?
    all the examples i see reffer to linking to another published site like "http:\\www.google.com" thats a different matter is it?
    thanks in advance

    this is the code now, nothing happens whaen i click (release)
    on (release) {
    getURL("index2.html/", "_self");

  • Annoying screen appears everytime when calling another html page.

    i deployed my form application onto the web successfully. But
    there's one screen (Oracle Developer Server R6i) appearing every
    time I go to another page.
    For example: I have 2 forms A and B, each has its own html page
    containing Applet tab. The application starts from A.html, and
    A will call B.html. This oracle screen displays all the time
    when i click back or forward.
    How can I eliminate it?

    Thank you for your answer.
    The reasons I want to use web.show_document are:
    Firstly I don't know how to close the calling form when open the
    called form. The code works in client/server env, but it just
    hangs there on the web.
    Secondly, I hope to use the web back button to return to the
    previous form.
    Is there anyway i can do to eliminate the splash screen and
    function well?
    My guess is that you are talking about the splash screen that
    you can disable with a paramter in the HTML file.
    But this will not happen if you use normal CALL_FORM or
    OPEN_FORM buil-in in forms to activate one form from the other.
    Don't use web.show_document to open a new form it will only work
    slower that way.

  • Blank HTML pages after install of sp3a?

    After just installing Service Pack 3a, Some of the domains are just serving up blank html pages. The other thing is that some logins will get the right page, and some don't, and new logins always do not get the right page. The page is blank, and when you view the source, that's blank, too. Could you please point me in the right direction to start looking? All of the required patches were installed prior to the installation of the new service pack.

    The HTML page that needs to be served might be missing in the domain templates directory /etc/opt/SUNWips/auth/<domain name>. Provide more details (specifics) of the problem to direct you to the logs where you can find the error details.
    The problem is basically caused when the application (servlet) aborts (by throwing an exception) and hence client (browser) request socket is closed.

  • Flash not playing on html page after template is altered

    Hi,
    Can anyone help. If i alter anything on a template none of the .swf files on pages based on that template will work when previewed in the browser.
    I am using DW CS3.
    Anyone any ideas

    Good day,
    This issue can be considered as a limitation at some point because Dreamweaver lacked the ability to "auto-update", although it was not really the best practice to include Flash contents in a DW template.
    There is a workaround though. You may need to edit the template (.dwt) itself and work in Code View.
    While in Code View, use the Find and Replace (Edit > Find and Replace) feature so it will be easier for you to find what you are looking for.
    In the Find and Replace window, choose Current Document as value for Find in, and Source Code as Search.
    In the Find input field, type --> 'src' (including the single quotes) and click on Find Next.
    Once you found 'src', pay attention to the text next to it enclosed in single quotes. The value in the single quotes is the path of where the Flash file is saved. try to remove ../ if you happen to see it. (do this if the Flash file is located in the same folder where the HTML page which uses it is saved)
    Using Find and Replace again, this time, try to search for 'movie' (including single quotes). You'll see again the text next to it which is the same value as what you have searched before. Do the same thing, try removing ../. (do this if the Flash file is located in the same folder where the HTML page which uses it is saved)
    Save the DW template file and try to preview the pages again in the browser.
    I hope this helps.
    Regards,
    Christine R.
    Adobe North America Technical Support

Maybe you are looking for

  • When I click on to a site . . . I get that page plus an empty Firefox page.

    Whenever I use Firefox . . . and, click onto an item to get more information or whatever . . . I always get the page I want but then I get a minimized page which has all the tool bars but is otherwise blank. Now, some times I get a full page which ju

  • Download link custom action for video files

    Hi, I have a requirement for adding a custom action called "DOWNLOAD A COPY" in search results hover panel on click of which will download copy for the user. I am able to implement this for pdf, excel and word files but not for generic and video file

  • Invalid filename

    I have tried to create flash buttons on my coursework website i have created and whenever i go to save the button, the same message appears saying that the file name is invalid. Help!!! my coursework is due in very soon. Thanks

  • IPad mini not having FaceTime on home screen

    Hello. I was wondering if anyone could help me with this problem. I had FaceTime on my iPad but this time on my iPad mini, I couldn't even find it on the home screen. Then when I went to the App Store it wasn't there too. So please help me and merry

  • Tecra 8100 Drivers for Windows XP

    I recently installed the XP on a separate partition. My Tecra 8100 originally has 98SE. Now I find that some drivers are not loading in XP....like for PCMCIA card ect. Can some one tell me where to get the same. In driver download list from Toshiba,