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!

flash probs with size 1

Status
Not open for further replies.

QTip

Programmer
Mar 7, 2001
66
BE
Hi,

I have a problem with the size of a flash file.
I made a menu in flash and now I want this to publish in my html file. But it has to be totaly to the left side. When I view my HTML file, I see my flash-menu, but I can get it right against the left border... there is always some space between the border of my browser and my flash file... how can I get it right against the border of my browser?

Please let me know!
Thnx!
 
I think you need to put the following bolded code in the body tag of the HTML file that contains your swf file...

<BODY bgcolor=&quot;#FFFFFF&quot; leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot;>

Also...

In Flash publish settings make sure the movie width and hieght is set to 100% x 100% Ya' Gotta Love It!:)X-)
 
also add rightmargin=&quot;0&quot; and bottommargin=&quot;0&quot; if you want to get rid of the other 2 in IE. davdesign@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top