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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need a little help ..

Status
Not open for further replies.

coldfused

Technical User
Jan 27, 2001
2,442
US
guys view source on this and explain to me how do i get the embeded to be flush right and left, top and bottom..on the right col..once it is flush correctly you should be able to see the white bottom outline underneath the time clock on the swf..tried changing the columns to

<FRAMESET COLS=&quot;224,800&quot;>..flushes left right fine , but now top and bottom of the swf is not flush..keeping in mind that i want to be able to see the white outline underneath the text..but would like for it to be flush..

thanks in advance..

e.gif


virtuality2001@aol.com
 
From your html source:

<BODY bgcolor=&quot;#000000&quot; MARGINHEIGHT=&quot;0&quot; MARGINWIDTH=&quot;0&quot; TOPMARGIN=&quot;0&quot; LEFTMARGIN=&quot;0&quot;scroll=no>

have you tried:

<BODY bgcolor=&quot;#000000&quot; MARGINHEIGHT=&quot;0&quot; MARGINWIDTH=&quot;0&quot; TOPMARGIN=&quot;0&quot; LEFTMARGIN=&quot;0&quot; bottommargin=0 rightmargin=0 scroll=no>

let me know --

 
here ya go ..this is the change to the code..

<HTML>
<HEAD>
<TITLE>window</TITLE>
</HEAD>
<BODY bgcolor=&quot;#386898&quot; MARGINHEIGHT=&quot;0&quot; MARGINWIDTH=&quot;0&quot; TOPMARGIN=&quot;0&quot; LEFTMARGIN=&quot;0&quot; BOTTOMMARGIN=&quot;0&quot; RIGHTMARGIN=&quot;0&quot; scroll=no>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--/ ENDANGERED GRAPHICS 1.0 ENDANGERED GRAPHICS 1.0 ENDANGERED GRAPHICS 1.0 ENDANGERED GRAPHICS 1.0 --><OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
codebase=&quot; WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE=&quot; <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#386898> <EMBED src=&quot; quality=high bgcolor=#386898 WIDTH=100% HEIGHT=100% TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;</OBJECT>
</BODY>
</HTML>

here is the new link..check it out it is almost flush now..how can we get it complete..


e.gif


virtuality2001@aol.com
 
Well, what I see there is that the litle white line isn't showing across the bottom like you want, yes???

OH SO CLOSE!

so, try sticking in a magin value for 'bottommargin' -- like 1 or 2 or something to see if you can bump it up a bit.

Should get you fixed up. :)
 
Great looking flash, btw. really like the effects you've used.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top