You currently have the code:
<iframe id="blockrandom"
name="iframe"
src="http://www.jasdipsagu.com/images/stories/blackwhite/simpleviewer.swf"
width="100%"
height="500"
scrolling="auto"
align="top"
frameborder="0"
class="wrapper">
This option will not work correctly. Unfortunately, your browser does not support inline frames.</iframe>
... and it needs to be:
<iframe id="blockrandom"
name="iframe"
src="http://www.jasdipsagu.com/images/stories/blackwhite/index.html"
width="100%"
height="500"
scrolling="auto"
align="top"
frameborder="0"
class="wrapper">
This option will not work correctly. Unfortunately, your browser does not support inline frames.</iframe>
Edit the relevant page in a plain text editor. (Your index.html page already has the swf file embedded correctly and when the change has been made, the background color (as specified in the embed code) will be displayed as expected.)
Steven Speirs
SimpleViewer Support Team