360 degree rotation viewer, with support for play/pause, dragging and scrubbing. The swf is easily replaceable, by updating the path in the XML or in the flashvars.
It can be used for 3D objects (like the macbook), panoramas, products detail view, fashion websites, and much more.
In order to replace the displayed swf file, you need to pass a new one. Remember: you need to have no code on your frames. The swf needs to contain only frames, in which your images are displayed one by one, exactly like in the provided fla file.
We will add a more detailed help description as soon as we start receiving questions from you, so please post your questions in the comments tab.
360 Features:
1. Drag the scroll scrub.
2. Click the scroll bar.
3. Click the product and drag left/right (changes direction).
4. Select the play/pause button, and it auto plays.
5. Click on the hand cursor, and move the scrub around.
6. Click on the scrub bar, and then drag it.
General Videos
- Using Flabell Components in your Flash Projects
watch movie
Need support?
Get a support ticket
read more
Share this
If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!

 
andrei.neamtu
on 6/2/10
We've added a new option in the XML:
<openWidthFrameNo>50</openWidthFrameNo>This allows you to set a specific frame with what the swf will open with.
 
traderpcb
5 days, 1 hour ago
Thanks
4 days, 3 hours ago
 
traderpcb
2 days, 3 hours ago
The product is 360 View Image Rotator
I added the following lines to my fla file.
import com.vuzum.productViewer.productViewer;
var pathTo:String="productViewer/";
var xmlPath:String="xml/settings.xml";
// init
//mcViewer.init(pathTo + xmlPath, pathTo, 480, 360);
//mcViewer.init(480, 360, pathTo, xmlPath);
mcViewer.init(mcStroke , swfPath , 480, 360, colorsArray);
Can you help me with the following error:
ReferenceError: Error #1065: Variable addFrameScript is not defined.
at main()
Any help would be appreciated.
Thanks
2 days, 3 hours ago
 
traderpcb
2 days, 1 hour ago
main.fla
caurina
transaction - *.as files
properties - *.as files
productViewer
swf - macbook.swf
xml - settings.xml
com
vuzum
productViewer - *.as files
utils - *.as files
1 day, 5 hours ago
 
Onir
1 day, 5 hours ago
Your site and the flash 360 is awesome , like it a lot , i was wondering how you can go from 30 fps to let's say 5 fps , i have a product with almost 40 pictures not almost 80 like your macbook preview file, how can i slow it down so when the file goes auto play it's at a slower speed ?
thank you
V
1 day, 4 hours ago
1 day, 4 hours ago
1 day, 4 hours ago
1 day, 3 hours ago
timeoutID = setTimeout(timeoutFunction, mcProductViewer.dragTime * 40);Set a smaller number instead of 40 if you want a higher speed. Increase it for a lower speed. ;)
1 day ago
I could not see any change in the speed after changing the value (neither on my file or the preview one) :(
show all replies
 
traderpcb
2 hours, 50 minutes ago
import com.vuzum.productViewer.ProductViewer;
var swfPath:String="productViewer/swf/macbook.swf";
var mcStroke : MovieClip;
var colorsArray : Array;
mcViewer.init(mcStroke , swfPath , 480, 360, colorsArray);
-----------------
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.vuzum.productViewer::Main/init()
at com.vuzum.productViewer::Main()
at com.vuzum.productViewer::Main$/getInstance()
at com.vuzum.productViewer::ProductViewer/init()
at Untitled_fla::MainTimeline/frame1()
Any suggestion?
2 hours, 42 minutes ago
2 hours, 33 minutes ago
fla & swf file
Assets
caurina & sub directories
Com & sub directories
Fonts
productViewer & sub directories
2 hours, 30 minutes ago
2 hours, 8 minutes ago
2 hours, 7 minutes ago
show all replies
 
traderpcb
2 hours, 42 minutes ago
2 hours, 41 minutes ago