Results 1 to 2 of 2

Thread: .SWF to URL

  1. #1
    Join Date
    Jun 2007
    Location
    Kent
    Posts
    4,101
    Tokens
    981

    Latest Awards:

    Default .SWF to URL

    My advertisement picture is in flash
    www.izcool.com/izcool.swf

    How do i make that so when i click on it, it changes like the HxF ads, there flash, when you click on them, a site appears (their url)

    Also could someone please convert my ad into a high quality .gif if possible

    +REPPAGE

  2. #2

    Default

    Add a new layer then lock the layer and open the actionscript panel a try ading something along the lines of
    Code:
    stop();
    button_mc.function() = onPress(); {
    gotoAndPlay(2); 
    };
    Oh and create a movie clip that covers the whole thing. And change the instance name to "button_mc".
    I think thats what you want otherwise just add a hyperlink lol.
    View My DeviantART Gallery

    My new portfolio site is coming soon!

Posting Permissions

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