A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: 3rd party

  1. #1
    Wanna emigrate :)
    Join Date
    Aug 2001
    Location
    Romania
    Posts
    146

    3rd party

    I need 2 software's: 1 make Screensavers from flash and 1 make "Pop up comercials"...u know...appers OVER the page like a pop-up that is invisible!
    WHAT'S THE NAME'S OF THESE SOFTWARE'S ????
    "If i was a king, i could do anithyng!"

  2. #2
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    to create flash that appears over the page you just need to publish with the html publish options (file > publish settings > html tab : window mode > transparent windowless) then you can put the object and embed tags within an html div element and position it on the page.

    <div style="position: absolute; left: 50px; top: 100px; z-index: 2;">The object and embed tags for the transparent movie go here
    </div>

    a google for screensaver programs comes up with quite a long list http://www.google.com/search?hl=en&i...=Google+Search hope they are useful

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