zelrick -1 Junior Poster

Hello and Good Day,

I have a multiple images that is played on flanis. On my iFrame, this images are not fitted.

I want to have a flanis that is responsive fitted on my iFrame.

so I tried this one image only in the <img> tag and it works fine.

Here is my code at this moment. Changing the <Height> to <auto> does not do the trick for me. It only show the 1/4 of the images + the control buttons.

Trying the <display: block> does not change any. Even the shrinking part on <img2>

<!-- <style>
body {
        display: block;
        overflow: auto;
}
img2 {
  -webkit-transform:scale(0.5);
  -moz-transform:scale(0.5);
  -o-transform:scale(0.5);
  transform:scale(0.5);
}
</style>
-->
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="flanis" height="auto" width="800">
                <param name="movie" value="./flanislocal.swf">
                <param name="quality" value="high">
                <param name="menu" value="false">
                <param name="FlashVars" value="configFilename=flanist1.cfg">

                <embed src="./flanislocal.swf" name="flanis" swliveconnect="false" quality="high" menu="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" scale="noscale" flashvars="configFilename=flanist1.cfg" height="820px" width="800px">

        </object>

</body>

I hope anyone can help me figure out other solution.

Regards,