2nd browser window to open?

Does anyone out there know of a lingo script to display a
Shockwave movie, called from another Shockwave movie, in another
browser window and have the player go to a specific frame or marker
in that movie?
I've tried "gotoNetPage", it opens a new browser window but I
haven't found an add-on syntax that will move the player to a
specific frame/marker.
"gotoNetMovie" is just the opposite, the movie replaces the
movie in the browser window where it's called from and goes to the
specified frame/marker.
Can anyone help?

THere seems to not be a shockwave counterpart to the go to
frame n of
movie "x" projector syntax. Global variables presist between
shockwave
files, the caller can store the destination frame in a global
and have
the destination movie read it at the start.
on startMovie
global skipToFrame
if integerp(skipToFrame) then go to skipToFrame
end

Similar Messages

  • How to launch a 2nd browser window

    Hi,
    Have a Flex application and need to launch a 2nd browser
    window that would contain a help system for the application. Then
    the application user can view the two browser windows side (the
    application) by side (help system).
    How can this be done in Flex?
    Thanks.
    Joe

    Hi,
    If you need to launch the window with certain params (like
    x,y and size) you can use ExternalInterface to call a javascript
    function that will launch a custom window.
    If you just want a new window to open, you can use
    NavigateToURL:
    import flash.net.*;
    private function openHelp():void {
    var path:String = "pathToHelp.html";
    navigateToURL(new URLRequest(path), "_blank");
    hope that helps.

  • Setting up Private Browsing window to open up when Safari icon is clicked on first.

    Setting up Private Browsing window to open up when only Safari icon is clicked on first, and remains after shut down.

    Hi css,
    Welcome to the Apple Support Communities!
    I understand that you would like to click on Safari in your Dock and have it open a new Safari Window. As you said in your post, clicking on Safari in the Dock brings the Safari window forward. There are a couple of possibilities to help resolve this situation. You can control-click (right click if enabled) on Safari in your Dock which will give you the option to open a new window. You can also click and hold on Safari, otherwise known as Press, to display these same options.
    Mac OS X: Additional features of the Dock - Apple Support
    Mouse clicks and key combinations for the Dock
    Control-click
    Reveals contextual menu for item. Menu choices vary per application or file. When used on Dock separator, it reveals Dock preferences. There you can turn magnification and hiding on or off, change the position of the Dock on screen, and change the minimization effect. Choose Dock Preferences to see more options.
    Press
    Reveals contextual menu for item. Menu choices vary per application or file.
    Cheers,
    Joe

  • Capturing data entered on 2nd browser window

    I have a unique situation. A friend wrote an application to look up employees. This works great. The app searches by last name, and hidden to the user, is the employee numbers and phone numbers of the list that is produced in the search. The only thing the user sees is the list of names from the search result.
    On my website, I want to incorporate this feature. I have a button 'Lookup' on page 1. The user clicks on the the Lookup button and another small window opens (page 2) with the application to search. Once the search is complete, the user will click on a name to select it and then press a Select button.
    What I'd like to happen is:
    When they click on Select, that window will close and all the data associated with the person they selected is populated into various form fields on the original browser window (page 1). I was told I could do this in JavaScript but was wondering if it's just as easy to do in JSP-plain old JSP. If not, any suggestions for JavaScript? Thanks!

    You couldn't do it in jsp without refreshing the parent window.
    Javascript is probably the best approach.
    However that doesn't mean you do it completely without structure.
    I would write a function on the parent window such as
    function populateFieldsFromChild(name, id, phone){
      var theForm = document.forms[0];
      theForm.nameField.value = name;
      theForm.idField.value = id;
      theForm.phoneField.value = phone;
    }then on the popup window have javascript that calls this function:
    function copyFieldsToParent(){
      var parent = window.opener();
      parent.populateFieldsFromChild(.......);
    }Ok, so it adds a bit of redirection, but to my mind it is better than having one html page fiddle with the internal structure of another. Using an interface like this means that if you ever rename fields on the "parent" page you only need to fix things up in that one HTML file, rather than go search through all of the pages that access its internal workings.
    Just my 2 cents,
    evnafets

  • How to check if the browser window is open?

    Background:
    In my applet, I have 2 buttons: "Open" and "Close".
    When "Open" is clicked, I open a URL using:
    getAppletContext().showDocument(new java.net.URL("http://server/MyPage.html"), "MyWindow") This works fine.
    When "Close" is clicked, I want to close the previously opened browser window. For that, I am using: getAppletContext().showDocument(new java.net.URL("http://server/Close.html"), "MyWindow") In Close.html, I have used JavaScript's self.close() on OnLoad event.
    This also works fine, i.e., the previously opened browser window gets closed.
    Now the problem:
    If the previously opened browser windows is manually closed, then when "Close" button is clicked, a browser window flashes and goes off. To avoid this, I want to detect if the previously opened browser window is still open - before clicking on "Close" button. Is there a way to do this?
    thanks and regards,
    DAKAMATH

    Note that I am using self.close() in onLoad event because I am closing the same window. If the window doesn't exist, it will create (from Java) and close it (from JavaScript). So it flashes. So it is required that I need to check for browser window existance from within Java and not in JavaScript.
    thanks and regards,
    DAKAMATH

  • Premiere Pro crashes when a browser window is opened (Win 8.1)

    Just recently premiere will crash if i open a browser window then return to the premiere software.
    run down of what i am working with:
    Windows 8.1 64 bit, Intel i7-3770k, 16 gigs of ram, Nividia 650, Anker 5000 gaming mouse, Native Instruments Komplete Audio 6, and the normal other insides (SSD 256 for os and software and a few SATA drives).
    If i just stay working in the premiere environment it will continue to work, its only when i leave the program.

    Hi detroitdecay !
    Sorry for my english.
    I have the same problem. Did you find a solution ?
    Thks.

  • Why does Firefox 5 open up to 8 browser windows when opening?

    I never had this problem with previous versions, and not even immediately upon upgrading to version 5, but now when I start Firefox, up to 8 separate browser windows open and I have to close each one individually. I am running Windows 7.

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the files sessionstore.js [2] and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

  • FF5.01 for Windows deletes and blocks cookies if other browser-window is opened and closed

    Recently (five days ago, before that FF worked fine) my FF5.01 for Windows has started to delete cookies if other FF-window is closed (and that way I get "logged out" from sites I've been logged in) and FF also rejects all cookies after that which prevents re-login to sites, closing all FF-windows helps until other FF-window is opened and closed then cookie-deleting and rejecting starts again. No problems on 5.0 for Windows (32bit).

    Hi detroitdecay !
    Sorry for my english.
    I have the same problem. Did you find a solution ?
    Thks.

  • My new browser windows are opening window within a window.

    When I click on a link/button at a website that is coded to open in a new window, that window opens within another window There are two ribbons for minimizing/closing the window, and the back and forward buttons don't work. There are no tabs. When I click to open a new tab, that tab appears and the previous page forms a tab, but doesn't show a URL and when I drag it to the main window to combine tabs, it appears blank.
    I used to be able to drag new windows into my main browser so I could have just one browser running at a time. Since I installed Firefox 5, I haven't been able to do that. They no longer open up with a tab I can drag.
    Suggestions on how I can fix this?

    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

  • When i click on a link, or left click my mouse, another browser window will open ("Redirect").....

    In additon to over and over having to close out an endless cascade of windows i'm being inudated with tons of pop-ups. Ultimately after being on for a few hours the problems increase in frequencey and my chromebook gets slower and slower. I've asked a few people their opinions and a few have told me that it sounds like a virus or malware. I was under the impression i couldn't get infected by either of those. A tech support person told me to get Adblock Pro and that would solve all my problems. I got the app from the Google store but everytime i try to instal and run it the site crashes. I openly admit i am tech-tarded. I'm 34 and this ismy 1st computer. I got this b/c i was told it is simplistic and user friendly. Ive been problem free for the past 20 months. CAN ANY1 HELP ME!?!?!?!?!? I would just take it in but the tech support people said it would be cheaper to just buy a new one......help me please
    [edited for privacy]

    Well, it would help a lot if you could tell us which model you have. The symptoms are pretty common ones for a virus or hacked web site. Did it happen right away after getting the computer or did it take some time? Does it happen on a specific site or all sites you visit?

  • Firefox will not open a browsing window, program opens, no window (4.0b5, Mac)

    just started happening - i open firefox, menu up top opens but no window . . . tried opening new window, new tab, no dice

    I also have this problem. I cannot open links from a discussion board I frequent nor can I open links from my email. Also after opening my email, I cannot go to any other sites except my home page. I can then go no where else.
    When I close Firefox and try to reopen it, it does nothing! I have to bring up the Task Manager and end the Firefox process before I can get back in.
    To the best of my knowledge, this problem started with the new update to Ver. 3.6.9. I am running Windows XP Media Center 2005

  • New browser window on opening website

    Hi,
    I want a new window (smaller, 550px x 550px) to open as well
    as the index page on a website. Is it something to do with a
    behaviour?
    Can some one help?
    Many thanks in advance.
    Michael

    You can use the OpenBrowser Behavior to do this. Note
    however, it is a
    discourged practice as it very annoying and alot of popup
    blockers will not
    allow the popup to appear.
    Regards,
    ..Trent Pastrana
    www.fourlevel.com
    "michael - london" <[email protected]> wrote
    in message
    news:eo5t5d$gj0$[email protected]..
    > Hi,
    >
    > I want a new window (smaller, 550px x 550px) to open as
    well as the index
    > page on a website. Is it something to do with a
    behaviour?
    >
    > Can some one help?
    >
    > Many thanks in advance.
    >
    > Michael

  • Since I began to use Time Warner Cable internet connection, I find it difficult to get Firefox to open. Firefox.exe opens, but the browser window seldom opens. How can I fix this? I use Windows XP Home.

    A few times, I have gotten Firefox to open.

    Try changing firefox to the default browser: [http://kb.mozillazine.org/Setting_Your_Default_Browser]. That will probably get firefox to open when you dial up.
    I'm not sure what you mean by "the meter accelerating the web page". Can you explain that?
    Thank you

  • Open sso enabled app in new browser window

    I have a java app deployed to OAS and secured with Single Sign on. I would like my app to open a report and display it in a new browser window. When the new window opens I am getting an error stating that user is not authorized to access the report. This is due to the session information (successful login) being stored with the cookie in the original browser window (where the session started and where the user originally logged in). Is there a way to pass that cookie information to the 2nd browser window...or some way to re-authenticate without having the user log on again...possibly some mod_osso set-up...or some additional code? TIA.

    Hi Durairaj,
    The thing is that I did not get the desired answer to my query and the thread was posted in a wrong forum thus I have the query again inthe correct forum.
    Regards,
    Sweta.

  • How do I open a new FireFox browser window to the home page and url filled?

    win 7 64-bit, firefox 5 open new window no url. When I have firefox open and open a new browser window, the new window does not open on the home page and no url is present in the address field. If I click on the favicon in the address field, the url of the current page will automatically fill in. The forward and backward arrow buttons remain disabled. In addition, links opened in a new window cause a new browser window to open, but the linked to website is not displayed in the new windows. What is displayed is a new window completely blank with no url in the address bar. I tried to include troubleshooting information by clicking on the copy to clipboard, but apparently the character count was exceeded.

    I disabled all plug-ins and extensions. the problem has been resolved. Now I will enable each one individually to find out which one was the offender.

Maybe you are looking for

  • Outook PST to Entourage, iCal etc?

    I know its probably been asked many times before and I have read a few posts and googled it many times. I have Outlook 2007 with about a 2-3gig PST. I am looking to go over to the dark side (iMac) and want to know the best way of converting this into

  • Video Podcasts won't sync to iTouch with iTunes 9.0.1.8

    There's obviously a bug in iTunes where some video podcasts (ESPN Mike & Mike, ESPN PTI Big Finish for example) do not sync. I get an error saying they are not copied to the iTouch because they cannot be played on this iPod - which is most likely not

  • Problem with SLES11-HAE updates!

    What is libopenhpi? Never heard about it and it does not exist on the fs!! cpbn21:~ # rug lu S | Catalog | Bundle | Name | Version | Arch --+-------------------+----------------------------------------------------+---------------------+--------------

  • A beginner to design pattern(Struct,Spring & Hibernate framework)

    Actually I am beginner to MVC2 Approach of complex application incorporated by design pattern as Struct,Spring & Hibernate framework. Currently I am learning JSP Concepts,I have one doubt. (1)What are the things I should grasp even before taking off

  • Solving functional equation and or evaluating non-linear equations

    Does anyone know of a computer program that will do either or preferably both of the following: 1: a functional equation; e.g. 4x^2exp(-1/1-x^2) -6x = 0; 2: Evaluate a function at specified points; e.g. what is the value at -.5 of the above expressio