bufanliu / custom-context-menu

Automatically exported from code.google.com/p/custom-context-menu
Other
0 stars 0 forks source link

application with and height #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After i changing html temple in my project.i saw scoll bar in my 
application.Can solve this problem with following:
1.include <script type="text/javascript" src="AC_OETags.js"></script> 
(flex builder 3)
2.set flash with and height.var so = new SWFObject
("${swf}.swf", "customRightClick", "${width}", "${height}", "9", "#CCCCCC")
;
3.set div style.<div id="flashcontent" style="margin-top:0px;margin-
bottom:0px;margin-left:0px;margin-right:0px;background-
color:#f00;position:absolute;width:100%;height:100%;top:0; 
left:0;">&nbsp;</div>

Original issue reported on code.google.com by wangyz1985@gmail.com on 20 Sep 2008 at 7:07