A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: [F8] Flash links in pop-up window opens in original window?

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Posts
    3

    [F8] Flash links in pop-up window opens in original window?

    Hello Folks,

    I have a link that opens a flash application in a new window. Is there a way I can have the links in the flash application to open pages it the original window?

    Thanks,
    gutus

  2. #2
    Member
    Join Date
    May 2006
    Posts
    39
    ----------
    Last edited by IntruderDZ; 06-12-2007 at 09:16 PM.

  3. #3
    Member
    Join Date
    May 2006
    Posts
    39
    disregard first post

    Code:
    btn.onRelease = function() {
    	getURL("http://www.macromedia.com", "_self");
    };
    Last edited by IntruderDZ; 06-12-2007 at 09:15 PM.

  4. #4
    Junior Member
    Join Date
    Jun 2007
    Posts
    3
    Thanks IntruderDZ. I'll try this but won't this open in the same window as the flash movie. This is how I was planning to have it work:

    Original Window(1) --[link opens pop up]-->Pop Up Window(2)--[link opens in original window]-->Original Window(1)



    In the meantime, I'll try your suggestion.

    Thanks,
    gutus
    Attached Images Attached Images

  5. #5
    Member
    Join Date
    May 2006
    Posts
    39
    Now your talking about javascripting and using the fscommand()
    which I am not a professional at. Here is a good reference and killer examples of what you can do, click the second link for a demonstration, under the heading Popups click "Create Popup". It might take awhile to decode all the stuff. Unless someone here could give you a template.
    http://www.ashzfall.com/examples/flash/fscom/

    fscommand Examples
    Last edited by IntruderDZ; 06-13-2007 at 05:35 PM.

  6. #6
    Junior Member
    Join Date
    Jun 2007
    Posts
    3
    Thanks. I'll try that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center