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.
There are currently no frequent asked questions.
As soon as we receive your feedback, we'll update this section permanently.
There are no video tutorials for this flash component yet.
There is currently no current change log for this flash component.
There is currently no additional help provided for this flash component.
 
nurmaler
on 11/11/09
 
bobocel
on 12/11/09
- we improved the code and optimized the FLA and the classes.
- we fixed some bugs related to the loader and stroke size and positioning
Please download the file again. Thanks!
 
nurmaler
on 12/11/09
I'm sure that bobocel and team will help too! thanks guys so much, you've been great!
 
sascrea
on 13/11/09
Thanks
 
bobocel
on 14/11/09
The best thing is if you can check the FLA we provided for the sample product.
 
nurmaler
on 16/11/09
any way of doing this?
thanks.
 
andrei.neamtu
on 17/11/09
The only way to disable it now is to make a change inside the "Controller.as". Comment or delete the line 60 inside the "init" function:
mcToggleBt.addEvents(this);If you want to hide it then add this line overthere:mcToggleBt.visible = false; 
seattlescience
on 3/1/10
Here is my question:
I just downloaded the 360 image rotator file, to see if I can get the hang of Flash before buying a few files. I have tried to follow the video tutorial, I have read most of the posts, I have read your blog, including using the pathToFiles variable. However, I have not been successful in using any of the free Flabell Components in my Flash Projects. I have copied - "caurina, com, js, and viewer" folders [including their subfolders] to where my fla file is. For the 360 image rotator I have copied the following action:
import com.vuzum.viewer.Viewer;
var pathTo:String="viewer/";
var xmlPath:String="xml/viewer.xml";
mcViewer.init(300, 200, pathTo, xmlPath);
this gives me an error:
"1120: Access of undefined property mcViewer.
 
seattlescience
on 3/1/10
once I add, "var mcViewer : Viewer;" to the action,
it does not give me an error, but it does not show anything once I publish it.
I have tried doing the things in the video several times, with different files, but no luck.
Once I figure this out, I want to buy the Horizontal Scroller Slideshow, hopefully, I will be able to do that one on my own.
Any help will be greatly appreciated. Thank you.
on 3/1/10
Regarding your question, everything seems to be done right, thanks for reading first, before asking. ;)
May I ask if you put the mcViewer name to the movieclip? If you did, can you email us the files at support@flabell.com so we can have a look and see what's wrong?
 
seattlescience
on 3/1/10
on 5/1/10