Hey Jones,
I know you mentioned using flash for this, so my comment may not be helpful (but maybe it will).
First thing, the site you mentioned isn’t using flash. It’s some javascript that’s moving through photos.
Here’s a snippet from the inspector to show this:
<div id="scancube_jzspin" class="4179" style="visibility: visible; display: block; margin-top: -1440px;">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0000.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0001.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0002.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0003.jpg" class="MagicZoom zoomImgSel" rel="zoom-id:zoomImgSel">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0004.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0005.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0006.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0007.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0008.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0009.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0010.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0011.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0012.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0013.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0014.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0015.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0016.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0017.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0018.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0019.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0020.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0021.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0022.jpg" class="MagicZoom">
<img src="http://images.edisac.com/article_360/123007/sd/4179-0023.jpg" class="MagicZoom">
</div>
It looks like they’ve executed it pretty cleanly so I’m having difficulty narrowing down exactly what they’re using. However, it seems to be something similar to this: https://www.magictoolbox.com/magic360/
That said, based on a little bit of googling: I’d probably recommend the officially supported WooTheme’s extention: https://www.woothemes.com/products/woocommerce-360-image/
The officially extensions are almost always cleaner code and more reliable for updates.
Side note: Don’t use flash for anything, anywhere. The support for it is all but dead and it can be an awful security risk to many users.
Ref: http://thenextweb.com/apps/2015/09/01/adobe-flash-just-took-another-step-towards-death-thanks-to-google/
Thread Starter
joness
(@joness-1)
Thank you so much Mizner,
i dont want to use a plugin, i need to do it by coding ( so it helps me learn more about wordpress environment since im still a beginner), and i d love to have the same result as the link i posted, i figured out that i should modify woocommerce_show_thumbnails function but i still dont know how.