Results 1 to 3 of 3

Thread: Flash

  1. #1
    Join Date
    Oct 2004
    Posts
    12

    Default Flash

    Hi, I'm programming a template in flash. But one problem, when i click on the url, it comes up as a popup. How can i stop this? Thanks in advance!

  2. #2
    Join Date
    Aug 2004
    Posts
    135

    Default

    don't have much experience with flash
    but try searching through www.w3schools.com is a good idea
    will do that for u when i got time

  3. #3
    Join Date
    Oct 2004
    Location
    Mumbai, India
    Posts
    21

    Default

    Do you mean to say that you don't want the new page to open in a new window and instead, open it in the current window?

    Then in your ActionScript code for the getURL(" ") line, set the target to _self instead of _blank

Bookmarks

Posting Permissions

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