A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: "Attaching" a flash video to the bottom right corner of a browser

  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    0

    "Attaching" a flash video to the bottom right corner of a browser

    I've scoured the internet for something that would tell me to some degree how Innovateads has done what they did. check it out at:

    http://www.innovateads.com/ex-online...okesperson.php

    My main question is, is it the php that's holding the swf where it is or something to do with flash.

  2. #2
    Senior Member
    Join Date
    Apr 2002
    Posts
    2,849
    This is likely done with Javascript, though most browsers (except IE 6) can do it with CSS only using position: fixed.

    Something like:

    Code:
    #myMovie {position: fixed; bottom: 0px; right: 0px}
    For IE 6 you have to use javascript to determine the bottom of the window and update when it scrolls.

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