AS2 clicktag help!

Out of context: Reply #6

  • Started
  • Last post
  • 9 Responses
  • fyoucher10

    That uses clickTag too. Same exact code you're using in the initial banner. Don't hardcode the URL in getURL, that defeats the purpose of clicktag. That's odd that they're making getURL's target window dynamic (i.e. they're using _root.target), but use that if they're specifying it.

    Also, that loader code is overkill.

    Just put a blank movieclip on the stage, call it loader_mc.
    Then just add the following code in a keyframe when you want the movie to load 9likely the first frame) >
    loader_mc.loadMovie("secondSWFNa...

    • loader_mc.loadMovie(
      "swfName.swf"); Sorry, got the ellipses in my post.
      fyoucher1

View thread