I have a cool clock / calendar swf file. Can it be used in one of the IIP custompalbox's? I have the code to display it on a regular html page. []<!-- Start Clock SWF -->
<CENTER> <OBJECT id=clockcalendar
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0
height=130 width=130
classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="http://yoursite.com/clockcalendar.swf"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#FFFFFF"><PARAM NAME="wmode" VALUE="#FFFFFF"><PARAM NAME="menu" VALUE="false">
<EMBED
src="http://yoursite.com/clockcalendar.swf" quality=high
bgcolor=#FFFFFF WIDTH="130" HEIGHT="130"
wmode="transparent" ALIGN=""
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"
menu="false">
</EMBED></OBJECT></CENTER> <!-- Stop Clock SWF --> [/]
Thank you for any help!