Multiple views on a single page

WebSupport

Active member
Our current version (v3.0) doesn't support this yet, but we have a beta release now where we got this finally implemented. I will send you this beta via e-mail shortly.
 

linas40

New member
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?
 

WebSupport

Active member
Hi, just in case, are you using our recently released OpenCart extension?

http://www.opencart.com/index.php?route ... n_id=11377

But to answer your question: (1) Flash mode is now obsolete - we don't support it going forward unless you bought the viewer a while back. (2) Our official OpenCart extension supports only single 360 product view that embed itself in place of the main product image. (3) You can still add more 360 views on the same page but this would require the PRO license:

http://www.webrotate360.com/Blog/post/d ... v-3-5.aspx
http://360-product-views.com/beta/beta.html (old beta sample).

Please note that the OpenCart extension already has the latest 3.5 beta code incorporated...
 
Top