Make a random flash file (swf) fully clickable

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

  1. #1

    Default Make a random flash file (swf) fully clickable

    I have a customer page with an administrative section.
    In this section, the customer can upload all kinds of files (.gif,
    ..jpg, .swf) and add as information an url to each file. All this is
    stored in a database.

    Now, I want to create a page where at random one of those files is
    showed (as banner), and when a user clicks on it, a new asp page
    stores something in the db (banner x was clicked) and redirects to the
    page corresponding with the banner.

    Everything works fine, except for the flash files of course! I found a
    lot of questions about this on the newsgroups, but never found an
    answer:
    How can I make a flash file appear on a webpage, and make it
    clickable.
    (I already tried with z-index and two layers, transparant clickable
    images, ... but the flash is always on top!)
    I don't have the opportunity to change the flash files!!

    Vitabiz
    Vitabiz Productions Ltd Guest

  2. Similar Questions and Discussions

    1. Indesign index is not clickable in exported pdf file
      I created an Index in InDesign. When I exported the document to pdf, the Index items are not clickable (i.e., if you click on an index item, it does...
    2. access - how can I make feilds into clickable links?
      ok what I want to do is pull the feilds from teh database but what is really giving me probs is I want a list of headlines that when clicked will...
    3. How to make a file browser in flash mx
      Do anyone know how to make a file browser for users browse file in flash mx (pls see attached file)? Can anyone teach me ? Regards MoUsE
    4. Make entire SWF file a clickable link?
      Hello, I'm creating a banner for my web site and I'd like to make it so that you can simply click anywhere on the SWF file and be taken to the...
    5. make-kpkg fully recompiles kernel
      Why does make-kpkg fully recompiles the kernel every time ? I wanted to add some modules only and it seems a "clean" target was run first. Is there...
  3. #2

    Default Re: Make a random flash file (swf) fully clickable

    Dunno if this will work because i haven't tried it myself, but...
    have you tried putting the flash pieces into a table and making the table
    the clickable object?

    cheers
    "Vitabiz Productions Ltd" <vitabiz@hotmail.Com> wrote in message
    news:a98183ea.0308122345.2f505e8c@posting.google.c om...
    : I have a customer page with an administrative section.
    : In this section, the customer can upload all kinds of files (.gif,
    : .jpg, .swf) and add as information an url to each file. All this is
    : stored in a database.
    :
    : Now, I want to create a page where at random one of those files is
    : showed (as banner), and when a user clicks on it, a new asp page
    : stores something in the db (banner x was clicked) and redirects to the
    : page corresponding with the banner.
    :
    : Everything works fine, except for the flash files of course! I found a
    : lot of questions about this on the newsgroups, but never found an
    : answer:
    : How can I make a flash file appear on a webpage, and make it
    : clickable.
    : (I already tried with z-index and two layers, transparant clickable
    : images, ... but the flash is always on top!)
    : I don't have the opportunity to change the flash files!!
    :
    : Vitabiz


    googly Guest

  4. #3

    Default Re: Make a random flash file (swf) fully clickable

    I have tried this.
    I also tried:
    - Making two <DIV>s, one with a clickable transparant image, another
    with the flash. Using z-index, I put the image on top. Unfortunately,
    Flash is ALWAYS on top.
    - Using the <A> tag around the <OBJECT> tag of the flash
    - Adding OnClick event on <OBJECT> or <EMBED> or <PARAM>

    Since it's not possible to change the Flash, I can't use an Event
    Handler in Flash. It has to be done by HTML.
    I noticed that sites like [url]http://www.msn.com[/url] also use Flash banners,
    but there it's done with an advertising server. Somebody knows how to
    do this?

    Vitabiz


    "googly" <googly@nospam.com> wrote in message news:<KEu_a.179907$hOa.177820@news02.bloor.is.net. cable.rogers.com>...
    > Dunno if this will work because i haven't tried it myself, but...
    > have you tried putting the flash pieces into a table and making the table
    > the clickable object?
    >
    > cheers
    Vitabiz Productions Ltd Guest

  5. #4

    Default Re: Make a random flash file (swf) fully clickable

    Create a Flash file with a clickable transparent button in it (you could
    set the URL using FLASHVARS) and then load the other Flash movie in a
    lower level using LoadMovie (again telling the movie which one to load
    using FLASHVARS)

    HTH,
    Matt

    Matt Burns
    Freelance Web/New Media Consultant

    googly wrote:
    > Dunno if this will work because i haven't tried it myself, but...
    > have you tried putting the flash pieces into a table and making the table
    > the clickable object?
    >
    > cheers
    > "Vitabiz Productions Ltd" <vitabiz@hotmail.Com> wrote in message
    > news:a98183ea.0308122345.2f505e8c@posting.google.c om...
    > : I have a customer page with an administrative section.
    > : In this section, the customer can upload all kinds of files (.gif,
    > : .jpg, .swf) and add as information an url to each file. All this is
    > : stored in a database.
    > :
    > : Now, I want to create a page where at random one of those files is
    > : showed (as banner), and when a user clicks on it, a new asp page
    > : stores something in the db (banner x was clicked) and redirects to the
    > : page corresponding with the banner.
    > :
    > : Everything works fine, except for the flash files of course! I found a
    > : lot of questions about this on the newsgroups, but never found an
    > : answer:
    > : How can I make a flash file appear on a webpage, and make it
    > : clickable.
    > : (I already tried with z-index and two layers, transparant clickable
    > : images, ... but the flash is always on top!)
    > : I don't have the opportunity to change the flash files!!
    > :
    > : Vitabiz
    >
    >
    Blu_Matt 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