1. Save and publish your flash movie clip in Macromedia Flash.
2. Create a new image resource in Domino Designer. You will need to browse to the folder where you saved your movie clip and enter the file name of the .swf file. Note: You will not be able to pick the file, but you can enter the name of the file.
3. Create a new page in Domino Designer. Paste the included HTML code on the page.
4. Replace "your.swf" in the HTML with the name of your new image resource.
5. Check the "Treat page contents as HTML" on you new page properties.
<body topmargin=0 leftmargin=0 marginwidth=0 and marginheight=0 > <body
bgcolor="#999999"> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=Movie14
WIDTH=975 HEIGHT=415> <PARAM NAME=movie VALUE="your.swf"> <PARAM NAME=quality
VALUE=high> <PARAM NAME=bgcolor VALUE=#999999> <EMBED src="your.swf" quality=high
bgcolor=#FFFFFF WIDTH=195 HEIGHT=83 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
This was first published in June 2001