To get rid of the scroll bar change the replacement bbcode to this:
Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=""http://macromedia.com/cabs/swflash.cab#version=6,0,0,0""
WIDTH="700" HEIGHT="108.5" id="flaMovie1" ALIGN="CENTER">
<PARAM NAME=movie VALUE="/forums/images/ipspoiler.swf">
<PARAM NAME=FlashVars VALUE="var1={param}">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<PARAM NAME="wmode" value="transparent">
<embed src="/forums/images/ipspoiler.swf" FlashVars="var1={param}"
quality="high" bgcolor="#FFFFFF" WIDTH="700" HEIGHT="108.5"
NAME="flaMovie1" ALIGN TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" wmode="transparent">
</OBJECT>
Now...
Unfortunately since this is a flash based bbCode I can't make it show more lines without making the text appear outside of flash... I don't know how to do that yet but I am going to try and figure it out in the near future...
Until then, you can use my javascript based bbcode for a spoiler which will show as many lines of code as you want, but you click a button (with a custom button text title) to view it, not slide a iphone slider. You can get it by
clicking here.
Sorry for the inconvenience.