How do i close a flash overlay ?

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

  1. #1

    Default How do i close a flash overlay ?

    Hi,

    Im trying to float a swf intro/ad in a div over my html content. I would like
    the swf to close itself when a button is pressed but have not found anything on
    the web to help with this. I am also finding that the flash doesnt show up in
    firefox (only IE)....

    Im new to the whole flash banner overlay thing and any pointers would be
    greatly appreciated!

    Thanks :)

    vron55 Guest

  2. Similar Questions and Discussions

    1. close php script once run from Flash
      Hi, Anyones help on this would be much appreciated. I have a php script as follows: <?php $userScore = strip_tags(trim($_POST));...
    2. Flash overlay question
      Hi....hope someone can help......I have created some flash (swf) overlays for my camera......my quetion is, is there anyway of controlling the flash...
    3. Close Flash Clip
      When using .swf files integrated into DW, how would one go about closing a clip after its completion? (I assume there is some painfully easy...
    4. how can flash exe close another Flash exe that it opened
      I have an application that runs from CDROM. It pops up other flash exe files when required. My questions: 1. How can I stop flash from popping up...
    5. Quictime and flash overlay
      Hi people I have a quicktime movie that I am pausing at a certain point. I am setting the visibility of the sprite to false, and then setting...
  3. #2

    Default Re: How do i close a flash overlay ?

    Hey,

    For a quick and dirty solution...

    Let all the visible layers end at say frame 100. On that same frame in an
    actionscript layer put a stop action. On frame 101 put a stop action and label
    the frame something like "closed." Have your close button actionscript goto the
    frame labeled "closed".

    This of course also assumes you are using the wmode transparent in your embed
    or active x workaround in your web page. That way when it hits "closed" nothing
    shows on the screen.

    -Mark

    etruthflash Guest

  4. #3

    Default Re: How do i close a flash overlay ?

    What are you talking about?

    Quote Originally Posted by etruthflash View Post
    Hey,

    For a quick and dirty solution...

    Let all the visible layers end at say frame 100. On that same frame in an
    actionscript layer put a stop action. On frame 101 put a stop action and label
    the frame something like "closed." Have your close button actionscript goto the
    frame labeled "closed".

    This of course also assumes you are using the wmode transparent in your embed
    or active x workaround in your web page. That way when it hits "closed" nothing
    shows on the screen.

    -Mark
    Unregistered 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