Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Absolute position and scaling flash
From: David Cummings
Date: Sun, 23 Aug 1998 08:43:13 +0100

Want flash movie with a gradient background to scale to 100% to 100% and
play full screen - including getting rid of the the little border that is
always around an html page unless style sheet is used to set absolute
position to 0,0

So...am using style sheet to set absolute position for flash element at 0,0

code is>>>

<STYLE>
body {
background: black;
}
#flashremote {
position: absolute;
top: 0;
left: 0;
}

</STYLE>
<DIV ID="flashremote">

put flash here width=100% height=100%

</DIV>

This approach works great when the height and width are a true number - ex:
height=300 width=400. The movie will go to position on html page 0,0. No
border.

But when you use the percentage figures so it will scale across resolutions,
the movie will disappear.

Anyone have a workaround?

Thanks



------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]