| Re: request & help : java menu [code:1:5486750dfc]<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="160" height="108" id="logo" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="logo.swf">
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="logo.swf" quality="high" bgcolor="#000000" width="160" height="108" name="logo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>[/code:1:5486750dfc]
Here is the code for SWF, change the filenames of course.
find this line,
[code:1:5486750dfc]<iframe src="posting.php?mode=smilies" height="400" width="350" name="zone1" frameborder=no></iframe>[/code:1:5486750dfc]
and edit it too your liking, maybe add the 'noresize' like so.
[code:1:5486750dfc]<iframe src="posting.php?mode=smilies" height="400" width="350" name="zone1" frameborder=no noresize></iframe>[/code:1:5486750dfc] |