Linking CS3 Flash Ad to a web site

Ask a Question related to Macromedia Flash Ad Development, Design and Development.

  1. #1

    Default Linking CS3 Flash Ad to a web site

    I am trying to make my whole flash document be a link so whenever anyone clicks
    on any part of it, it will go to a website. I upload my ads through a program
    called OpenX to my company's website, and cannot put the link here it will not
    work. It has to be integrated into the flash document. HELP PLEASE! Thank you!

    marahchristine Guest

  2. Similar Questions and Discussions

    1. Linking in Flash
      I wanted to know if there was some kind of way to directly call a file within a separate program. For instance, I have links to PDF's in my Flash...
    2. Publisher 2002 Pictures on my web site & linking pages
      Help, I have created a 10 page web site in publisher 2002 I have saved it as a web page and only the home page appears - I can not use the links to...
    3. Building my first flash site...would like input on site extensions TIA
      I am building a site that will use flash videos/streaming media. Has anyone developed a site like this and knows the pros/cons between using...
    4. how to write CDML for linking to a web site
      I'm working on a database which has a field in it for storing web address. The database is searchable on the website using custom web publishing....
    5. document relative/site root relative linking
      It used to be that DW had a much, much better memory of what your last selection was, re: root v. document. MX now seems to get confused much more...
  3. #2

    Default Linking CS3 Flash Ad to a web site

    I am trying to make my whole flash document be a link so whenever anyone clicks
    on any part of it, it will go to a website. I upload my ads through a program
    called OpenX to my company's website, and cannot put the link here it will not
    work. It has to be integrated into the flash document. HELP PLEASE! Thank you!

    marahchristine Guest

  4. #3

    Default Re: Linking CS3 Flash Ad to a web site

    What I do is import a transparent .gif into the .fla file. I put the .gif on
    the topmost layer and make sure it is the same pixel dimensions of the ad,
    covering it completely. Then, convert the transparent .gif to a button symbol
    and assing the following code to the button:

    on (release) {
    getURL("http://www.yoururl.com", "_blank");
    }

    adobegirl Guest

  5. #4

    Default Re: Linking CS3 Flash Ad to a web site

    What I do is import a transparent .gif into the .fla file. I put the .gif on
    the topmost layer and make sure it is the same pixel dimensions of the ad,
    covering it completely. Then, convert the transparent .gif to a button symbol
    and assign the following code to the button:

    on (release) {
    getURL("http://www.yoururl.com", "_blank");
    }

    adobegirl Guest

  6. #5

    Default Re: Linking CS3 Flash Ad to a web site

    Thanks for the code, unfortunately I get this error code:
    1087: Syntax error: extra characters found after end of program.
    marahchristine Guest

  7. #6

    Default Re: Linking CS3 Flash Ad to a web site

    Sorry this is the code:

    on(release) {
    getURL("http://www.moraminn.com/images/linked_ads/ACutAbove_profil.gif", "_blank");
    }
    marahchristine Guest

  8. #7

    Default Re: Linking CS3 Flash Ad to a web site

    You might be getting that error because the URL ends in .gif rather than .html.

    When I copied the link in your code to my browser nothing came up. Try putting
    a link in the code that ends with .com or .html .

    Also, you might want to contact Support at Open X and see if they have any
    recommendations.

    adobegirl Guest

  9. #8

    Default Re: Linking CS3 Flash Ad to a web site

    marahchristine,
    Syntax error??
    are you using Actionscript 2 or 3? The code adobegirl supplied you with, is
    actionscript 2.0, it will not work if you are using actionscript 3.

    adobegirl,
    I do not develop Flash Ads, but for your invisible button, why import extra
    files? would a transparent button (hit stage only) not work?


    Sketchsta Guest

  10. #9

    Default Re: Linking CS3 Flash Ad to a web site

    Ok, changed my file to Action Script 2.0. This is the new error message I receive: "Mouse events are permitted only for button instances.
    marahchristine Guest

  11. #10

    Default Re: Linking CS3 Flash Ad to a web site

    that error you got the second time was because you had object oriented code on
    a frame, instead of your button instance.
    If you prefer to place code on frames, rather than instances on the stage, you
    should get used to writing dot syntax actionscript.

    its much better and cleaner when working on bigger projects.
    for example, you can build a whole website, and all the code for the site is
    on the first frame of the movie.

    ex of both types of actionscript.

    --OOP (Object Oriented Programing)

    on(release){
    getURL("www.adobe.com");
    }

    --Dot Syntax

    my_btn.onRelease = function(){
    getURL("www.adobe.com");
    }

    notice with dot syntax you specify the name of the object you are targeting.
    This gives you the ability to target any object in your entire movie, no matter
    where it is located.


    Sketchsta Guest

  12. #11

    Default Re: Linking CS3 Flash Ad to a web site

    marahchristine,

    You will want to check with your ad server/tech support to make sure
    Actionscript 3 will work if you decide to go that route. Most ads are still
    being done using Actionscript 2 in order to ensure they reach the widest
    possible audience (site owners selling the ads are cautious about this).

    adobegirl Guest

  13. #12

    Default Re: Linking CS3 Flash Ad to a web site

    The problem with AS3 not working is client-side not server-side, to the best of
    my knowledge. That being said, things like ads should be exported in the
    earliest adobe player possible. Yay for backwards compatibility!

    calvintennant Guest

  14. #13

    Default Re: Linking CS3 Flash Ad to a web site

    Hi there,
    I agree with calvintennant. I would probably use actionscript 2 for ad
    development so that more people are able to see the ad. I had some problems
    with some clients of mine that started to complain that some people couldn't
    see the ad because it was exported to a to high player version.

    Greetings,
    Guido
    [hr]http://www.grafia.fr/ |
    [url]http://www.missechantillons.fr/gratuits/concours/concours.php[/url] |
    [url]http://www.missechantillons.fr/[/url] |
    [url]http://www.missechantillons.fr/gratuits/radins/radin.php[/url]

    Gipoh Guest

  15. #14

    Default Linking CS3 Flash Ad to a web site

    We thrive on customer appreciation of our customised and timely delivery of flash applications. Our flash design and development service is ideal for Internet advertising, e-Learning courses, television commercials, and enterprise application front-ends. We follow a process-oriented approach that helps us minimise and mitigate risks and development time, thereby allowing us to provide you with efficient and economical flash design that suits your pocket and gives your business the competitive edge it needs to stand out in the e-market.
    davis123 is offline Junior Member
    Join Date
    Aug 2011
    Location
    shimla
    Posts
    3

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139