Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,
If I include below swf file then scroll bar is coming,
how to hide , Pleease help.

XML
<div id="mainflash"   >
 <embed style="overflow:hidden; width: 762px; height: 422px"  src="/Portals/0/Skins/Home/main.swf" type="application/x-shockwave-flash" allowfullscreen="false" allowscriptaccess="always" wmode="opaque"/>
 </embed/>
Posted
Comments
sunandandutt 28-May-12 1:28am    
Horizontal scroll bar coming or vertical??????

1 solution

I think you div height with is fixed so scroll bar comes. set it according to flash height width.
or
You can use firebug on browser and can set height and width of that flash.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900