Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PLS HELP!!! with publish settings

Status
Not open for further replies.

bubu

Programmer
Mar 3, 2002
463
RO
Please try to help me with this!i'm stuck with this and all my work deppends omn this:
I know that if i want the movie not to be scrolled in both resolutions:1024x768 and 800x600 i have to choose percent 100x100 from the publish settings...but if i want that my movie to fit the screen and no scroll bar to appear ...something like this: what should i do?...i have tried all the combinations from the publish settings but couldn.t figure it out.

THANK YOU VERY MUCH!

dragos.jpg

 
[tt]The movie you showed scrolls in netscape 7.0
[tt]"A Successful man is one who can build a firm foundation with the bricks that others throw at him"[/tt]
[noevil]
 
[tt]The movie you showed scrolls in netscape 7.0 and it extends to 75 % of the screen only
[tt]"A Successful man is one who can build a firm foundation with the bricks that others throw at him"[/tt]
[noevil]
 
I'm against the use of 100% scaling... It looks awful when the user reduces the browser window! The only true way to get what you want is to use a resolution detection script, and open a popup sized according to the user's resolution.
If you want to use but one movie for both resolutions and must use 100% scaling, then try to make your body tag (in your html) look someting like this:
Code:
<BODY bgcolor=&quot;#FFFFFF&quot; MARGINHEIGHT=&quot;0&quot; MARGINWIDTH=&quot;0&quot; TOPMARGIN=&quot;0&quot; 
LEFTMARGIN=&quot;0&quot; RIGHTMARGIN=&quot;0&quot; BOTTOMMARGIN=&quot;0&quot; SCROLL=&quot;NO&quot;>
Regards,

new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top