How to have web page open in same browser window after redirect in Flash video placed in Dreamweaver?

Hello,
Would be grateful if anyone can help me.
website: www.Paris-Pet.com
Currently, a flash video plays on the index page. The following action is placed in the last frame of the video in Flash:
navigateToURL(new URLRequest("http://www.paris-pet.com/home.html"));
This is working as intended with one exception: Instead of directing to the home page from the index page when the video is completed, it opens up the home page in a second browser window, leaving the empty browser window of the flash movie. This is not the seamless design I was hoping for, and I've also been told on some computers, blocking pop up windows is preventing them from smoothly transitioning to the rest of the web site.
I would like the redirect to open the home page in the same browser window as the movie in the index page played.
Please help. Print designer in over her head.
JM

Brilliant, Jon. Thank you so much. For those of you who stumble on this, I did have a tiny bit of trouble when I edited the actionscript; the video didn't play as expected. After trial and error, this is the code that worked both in playing the video and opening up in the same browser window:
navigateToURL(new URLRequest("http://www.paris-pet.com/home.html"),"_self");
The difference seems to be this:  ")     before the comma prior to "_self");
Again, Jon -- thanks!
Jack

Similar Messages

  • How to make link to another wiki page open in same WebCenter window

    I have a WebCenter wiki page that contains a Flash object. Within the Flash object, there's a link to another wiki page that is in the same group space. When I click on the link, however, it opens another Webcenter window within (inside) the original one instead of opening the destination wiki page in place of the current one. In effect, I end up seeing two navbars at the top and left.
    How do I fix this problem?

    Brilliant, Jon. Thank you so much. For those of you who stumble on this, I did have a tiny bit of trouble when I edited the actionscript; the video didn't play as expected. After trial and error, this is the code that worked both in playing the video and opening up in the same browser window:
    navigateToURL(new URLRequest("http://www.paris-pet.com/home.html"),"_self");
    The difference seems to be this:  ")     before the comma prior to "_self");
    Again, Jon -- thanks!
    Jack

  • Open in same browser window

    I made a flash element for my dreamweaver website. I have an
    invisible button on the top so when you click it, it opens a new
    page. i'm trying to make it so when you open it, it opens in the
    same browser window. I tried making the target self and it didnt
    work. Any ideas??

    on (release) {
    getURL("
    http://www.frsind.com/specials.html",
    _self);

  • How to get web pages opening within pages?

    Just wondering how this is done or implemented. I visited and
    researcehd several websites a while ago and observed that pages
    were opening in pages instead of loading a new page.
    For example: You go to a web page, the links are all above
    under the page banner or on the side like in a side bar or Nav bar
    and the content are on the right or the middle of the page.
    So when you click on a link the page opens within the same
    page with out a new page loading, just the contents gets replaced
    but the entire page doesn't changed. Is this AJAX? I know you can
    do this with Frames but I dont want to use frames, are there other
    ways to get this accomplished?
    Please explained or reference resources.
    Thanks very much.
    Patrick

    opps.forgot the link:
    http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
    Sorry
    Jeff
    "Jeff" <[email protected]> wrote in message
    news:fpkbii$on7$[email protected]..
    > yes, there can be problems with frames and iframes, but,
    if your looking
    > for an easy solution its the way to go.
    > AJAX offers another option. You might try looking at
    this article, I
    > believe you can adapt it to do what you want.
    >
    > Jeff
    >
    >
    > "Jeff" <[email protected]> wrote in message
    > news:fpk313$fjf$[email protected]..
    >> <iframe src="
    http://www.domainName.com/whatEverPage.htm"
    width="480"
    >> height="450" scrolling="yes"
    name="content"></iframe>
    >>
    >> Jeff
    >>
    >>
    >>
    >> "Webethics" <[email protected]>
    wrote in message
    >> news:fpjjga$t5c$[email protected]..
    >>> Just wondering how this is done or implemented.
    I visited and researcehd
    >>> several websites a while ago and observed that
    pages were opening in
    >>> pages
    >>> instead of loading a new page.
    >>> For example: You go to a web page, the links are
    all above under the
    >>> page
    >>> banner or on the side like in a side bar or Nav
    bar and the content are
    >>> on the
    >>> right or the middle of the page.
    >>>
    >>> So when you click on a link the page opens
    within the same page with out
    >>> a new
    >>> page loading, just the contents gets replaced
    but the entire page
    >>> doesn't
    >>> changed. Is this AJAX? I know you can do this
    with Frames but I dont
    >>> want to
    >>> use frames, are there other ways to get this
    accomplished?
    >>>
    >>> Please explained or reference resources.
    >>>
    >>> Thanks very much.
    >>>
    >>> Patrick
    >>>
    >>
    >>
    >
    >

  • Have PDF links open in new browser window.

    Hello. I'm new to creating PDFs with active links. I created a PDF that is linked within a page. When that link is clicked it opens up the PDF in a new window. I want the links in that PDF to open up in a new browser window. Is that possible? I don't see the option in Adobe Acrobat XI Pro.
    I have another question. The links don't work at all in mobile devices. Is there something I have to do to have the links work in an iPad, iPhone, etc?

    Is the link an HTML link, or within a PDF? Is it a URL link or a file link?

  • Want CSH to open in same browser window

    I am implementing a Help system for a Java app.
    The developers did a test and things seem to launch ok, except that each time they hit F1 in a window the topic opens in a new browser window.
    Can I set something in my project os that they open in the same window ? I am currently generating WebHelp output.
    Thanks

    Pretty sure the cause will be down to something on the developer's side. There is nothing you can do to affect that behaviour.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How 2 have 2 Apps open at same time for data sharing?

    I have two music apps that I see being used together on U-Tube and data being moved from one to the other, how do they do this?

    I have no clue what you are talking about that you have seen on YouTube, but you cannot run two apps side by side on the iPad. You can double tap the home button to get the the recents tray and tap on another to launch it, or you can swipe with 4 fingers across the screen to move from app to app if you have multitasking gestures enabled in Settings>General>Multitasking Gestures>On.

  • Launch an URL within same browser window

    Hi ABAP WebDynproExperts,
    Here is a short scenario description what I want to achieve.
    I have a ABAP WebDynpro Component which has "Input-Parameters" (Parameters of the Inbound-Plug - Default). Within the handledefault Method I want to call one of my own Function module which generates another URL.
    Now I want to launch this URL directly in the same browser window directly without putting the URL on an button. So the ABAP WebDynpro Component/Window/View has no UI elements itself - it should just be used to parse the "importing paramaters" via the url parameters to the backend and executing the URL without user interaction.
    Unfortunately I was not able to find a WD specific method how to call a URL in the same browser window? Do you have any ideas?
    Thank you & kind regards,
    Daniel

    Hi again,
    thanks for that. But that was not what I am looking for. Maybe it is unclear what I need.
    I try to reduce my point:
    Simplified I have the following coding in the implementation of Method "handledefault":
    METHOD handledefault .
       DATA: l_url type string.
       l_url = 'http://www.sap.com'.
    ENDMETHOD.
    I am looking for an ABAP WD command with which I can start this URL in the same browser window?
    Thank & kind regards,
    Daniel

  • Opening a web page in the same window ...

    Hi all,
    I wanted to open a web page in the same content area(window) and not in an external window . Could you tell me how its done ...
    Regards,
    Jayant.

    hi
    check out this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/83/e7c24122e3c317e10000000a155106/content.htm
    create a exit plug as mentioned in link.
    in the action event handler of button gives this.
    public void onActionExitButton(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionExitButton(ServerEvent)
    String logoffURL="http://help.sap.com/saphelp_erp2005/helpdata/en/16/d3643fce8bb01ae10000000a114084/frameset.htm";
    wdThis.wdGetDynamicProgrammingInterfaceViewController().wdFirePlugToexit(logoffURL);
        //@@end
    hope this helps,
    Regards,
    Arun

  • HAVE ONE WEB PAGE OPEN AND SUDDENLY ANOTHER WEB PAGE OPENS

    I can have one web page open and suddenly another web page will pop up. Why? It doesn't happen all the time. Like I said suddenly.

    Another thing you can try doing is scanning for Malware:
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]
    Download and Run TDSSKiller [http://support.kaspersky.com/faq/?qid=208283363 http://support.kaspersky.com/faq/?qid=208283363]
    Download and Install Microsoft Security Essentials [http://windows.microsoft.com/en-US/windows/products/security-essentials http://windows.microsoft.com/en-US/windows/products/security-essentials] (not an official endorsement, but I personally recommend MSE as an awesome permanent anti-virus)
    Double check for all Windows Updates.
    What is the website that opens up? Is it always the same, always different, one of a few, etc?

  • I can no longer have more than three web pages open at one time.

    I used to be able to have many web pages open at once and go back and forth between them as I pleased. Now--only three. I have no idea why.

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Adobe keeps crashing, you can be on a web page reading and the browser opens the page in a new browser. I did not have this problem the older versions. What can I do to fix this problem.

    adobe keeps crashing, you can be on a web page reading and the browser opens the page in a new browser. I did not have this problem the older versions. What can I do to fix this problem.

    See [[Firefox keeps opening many tabs or windows]]

  • How can I open a new page (using "Pages") when I already have another page open?  It just keeps reverting to the page I have opened already and won't let me open another one?

    How can I open a new page (using "Pages") when I already have another page open?  It just keeps reverting to the page I have opened already and won't let me open another one?

    To make a new document, go to File > New From Template chooser and choose the type of document you wish to create.
    To add a new page to an existing document go to Insert > Sections > Blank.

  • Web pages open too small. How to make zoom setting permanent?

    web pages open too small. How to make zoom setting permanent?

    The Firefox Page Zoom feature does a domain by domain level of saving the users preferred zoom level settings, there is no default Page Zoom level setting in Firefox.
    Try the Default FullZoom Level extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/6965
    Or the NoSquint extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/

  • How to create web page same as Struts tiles in OPA?

    Hi,
    How to create web page containing consistent Header,Fotter,left right pannel which embed OPA screen?

    Web Determinations uses Velocity templates to configure the appearance of a paritcular page. You can configure these tempaltes to get the look and feel that you like.
    For more information search for "Oracle Web Determinations Template Reference Guide" in the Oracle Policy Automation Developer's Guide (http://docs.oracle.com/html/E38272_01/toc.htm)

Maybe you are looking for

  • T520 and Windows 8.1 - do they play well together?

    Hi. I'm probably going to be buying a T520 (my first Lenovo) and while doing some research elsewhere on this site, I found something that I'm hoping someone might explain. This link goes to a page titled Windows 8.1 Tested System List and I don't see

  • Exporting FCP 16:9 to QT for the web in 16:9?

    Hello everyone, I recently began doing my projects in 16:9 mode. I shoot them with my GL2's in 16:9, then capture to FCP as usual. FCP then automatically recognizes the 16:9 footage and adjusts everything perfectly for me. I figured out how to get th

  • How to properly create path art object, please help

    Hello there, I have a vector of AIRealPoint , each point is actual X, Y coordinate of the stroke. I need to create path art object out of this vector. I'm  somehow confused how to correctly construct segments array form the given AIRealPoints, my goa

  • Printer doesn't save paper size in saved printer setting

    I have saved an A3 printer setting with the paper size as A3 but it always load the dafult paper size (A4) even when I load my A3 setting. Am I doing something wrong? Canon iR ADV C2020 with the latest driver on 10.8.4

  • NQSError: 46036]

    Hello All, I am defining a second dimension. Once it defined I checking Consistency and get error: nQSError: 46036] Internal Assertion: Condition i+1 <numKeys. (Presentation Catalog) It appears that I have too many keys defined. How do I get ride of