Dynamic Content Flash Ad

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

  1. #1

    Default Dynamic Content Flash Ad

    I have created several banner ads that load an image from my client's server.
    When the ad is submitted to Google, they refuse it saying my code can not have
    a URL in it.

    How do I load an image from my client's server if I can't tell the swf where
    to go get it?

    Below is the code I am using to load the image.

    Thanks in advance.


    var loader:MovieClipLoader = new MovieClipLoader();

    loader.loadClip("http://www.client.com/banner/120x600car1.png",cars.car1);

    mtensen Guest

  2. Similar Questions and Discussions

    1. Flash forms, dynamic content
      :confused; I am relatively new to assembling Flash Forms. I am trying to build a form that lists departments in a dropdown on one tab and will...
    2. Dynamic content
      I am trying to think of a way to develop the following type of application... I want visitors to be able to create flyers, postcards, etc. with...
    3. Dynamic content creation
      I'm rather a newbie to flex, at the stage of considering it it is worth my time to get to know to it (or maybe laszlo...). I have this question:...
    4. industry positioning for flash MX using dynamic content
      hello there have your say or any great links would be great santhi
    5. dynamic content in Flash, help!
      Building a site for someone who wants to be able to update some sections of it himself - sort of weblog. He's a Mac guy, but knows nothing about web...
  3. #2

    Default Re: Dynamic Content Flash Ad

    If I'm not mistaken, you'd need to use a rich media vendor to provide dynamic content.

    [url]http://www.pointroll.com[/url]
    [url]http://www.dartmotif.com[/url]
    [url]http://www.eyewonder.com[/url]
    aniebel 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