A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: popUps ??!

  1. #1
    Junior Member
    Join Date
    Sep 2001
    Posts
    11

    popUps ??!

    Regarding flash website advert popups with transparent backgrounds, Does anyone know how these are done?
    I've got a great animation I'd like to appear over the top of my CV site, (done in dreamweaver)

    tar!
    Novice Chris

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Use File/Publish Settings and the HTML tab to publish a page from the fla. In the html tab, set the Window Mode drop down box to "Transparent Windowless" and publish. This generates the <Object code you need in the html page to make the movie transparent. Just copy that from the source of the page and paste it in your other page, or you can set it in Dreamweave, but I don't use it much, so can't tell you how.

  3. #3
    Junior Member
    Join Date
    Sep 2001
    Posts
    11
    will give that ago! many thanks
    Novice Chris

  4. #4
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    This isn't going to work in a regular popup window. The window itself is really another html page with size contraints, and isn't transparent itself. What you need to do is make the movie big enough to hold all the animation in it, then embed that in the html page and set the z-order on top. You also set absolute positioning so it sits over the other html content without pushing that aside. More stuff I know little about, aside from the fact that it can be done. You'll have to include a close button in the flash movie itself, if you want it to close.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center