Turning a file into an ad

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

  1. #1

    Default Turning a file into an ad

    Hi there
    I really need some beginner help. I need to turn this file
    [url]http://www.thefightmusic.com/f/header3.swf[/url]
    Into a 468*60 banner ad. Basically exactly as it is now but a banner ad.

    Also, I need to add this syntax to the ad:

    getURL (clicktag, "_blank");

    Can anyone direct me where to start. I do have permission from the owners of
    the orginal file to do this.

    Thank you very much for the help.

    omeakings Guest

  2. Similar Questions and Discussions

    1. Turning off audio?
      Is there any way to turn off the audio on a game? I was playing around with the game at http://www.bubblebox.com/game/adventure/91.htm , and I'd...
    2. Turning things off
      Anyone know how to change either of the following? If you leave 2003 server idle it will go into log off mode. Is there any way to remove or extend...
    3. THOSE OTF FONTS: TURNING 'EM OFF
      OS 10.2.8 / dual 1-gHz / Illustrator CS: I normally use Suitcase (X1) to manage my fonts. I remove all extraneous fonts and keep them in a central...
    4. turning off 3D animation?
      Hello Martin, 1. There is a way by code to stop all animations before your movie starts. In a movie script, place the following code: on...
    5. Turning off Windows File Protection Notification in XP Home edition
      Does anyone know how to turn off the Windows File Protection Notification in XP Home edition (by editing the Registry or otherwise)?
  3. #2

    Default Re: Turning a file into an ad

    While the movie header3.swf is playing in the browser resize the browser and
    see how the browser scale it to any size you want. You can do the same with
    _xscale and _yscale properties. If you got the FLA file you can set your stage
    size to 486X60 and you set.

    ezino Guest

  4. #3

    Default Re: Turning a file into an ad

    There is another way to do it even without changing anything in the FLA file.
    Change the HTML file to this:

    <html><body leftmargin="0" topmargin="0" scroll="no">
    <embed width="468" height="60" fullscreen="no"
    src="http://www.thefightmusic.com/f/header3.swf"></body></html>

    This way you will get an idea how small it will looks if you change it to
    468X60.
    It can also saves you time.



    ezino Guest

  5. #4

    Default Re: Turning a file into an ad

    I would go with changing the stage size to 468x60 since whatever site
    you're sending the ad to might not accept the resizing via HTML method.
    For the clickTAG button, follow the instructions from the MFAA.
    [url]http://www.macromedia.com/resources/richmedia/tracking/designers_guide/[/url]

    !lurk Guest

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