ok, folks, haven't heard wheather multiple views on a single page released, but i've tried to put in an opencart two different windows - jscript and flash:
<div id="content">
<div id="wr360PlayerId" class="wr360_player">
</div>
<script language="javascript" type="text/javascript">
_imageRotator.settings.jsScriptOnly = false;
_imageRotator.settings.swfFileURL = "../imagerotator/imagerotator.swf";
_imageRotator.settings.configFileURL = "../360assets/sampleshoe/config.xml";
_imageRotator.settings.graphicsPath = "../imagerotator/html/img/basic";
_imageRotator.runImageRotator("wr360PlayerId");
</script>
<object data="http://www.lt-uk.eu/imagerotator/imagerotator.swf" height="180" type="application/x-shockwave-flash" width="180">
</object></div>
flash window starts loading, but doesn't show any image, where jscript works perfectly. Is there a lot to be changed?