nice one 
- Has been a member for 5-6 years
- Author had a File in an Envato Bundle
- Interviewed on the Envato Notes blog
- Item was Featured
- Author was Featured
- Exclusive Author
- Sold between 250 000 and 1 000 000 dollars
- Bought between 100 and 499 items
- South Africa
- Referred between 500 and 999 users
Need custom work done to this file?
To request a quotation for custom work to this file, please fill out your request with our customisation department . All customisations are done at a standard hourly rate.
Hi there.
Can you tell me how disable auto rotate? I want to pause on everyframe that the scrollbar pauses on.
more like this example: http://activeden.net/item/360-product-viewer/26071
Thanks in advance!
Hi again. I asked same question above, but i purchased it with my other account.
Can you tell me how disable auto rotate? I want to pause on everyframe that the scrollbar pauses on.
Like this example: http://activeden.net/item/360-product-viewer/26071
Thanks in advance!
I figured out how to have it pause as you scrub. here is the code in case anyone want to use it: just replace the onEnterFrame on scroll_mc frame 1 (line 22).
onEnterFrame = function () { // CALCULATE NUMBER OF FRAMES TO JUMP TO BASED ON SPEED num = Math.round((scrollBttn._x/(scrollBg._width-scrollBttn._width))*100); if(destFrame == 0) {destFrame = 1} else { destFrame = Math.round(num * 0.36);} // number of frames /100 in decimal trace(“percent: “num” %....destFrame: “+destFrame); // CHECK WHEN PLAYHEAD HAS REACH BEGINNING OR END OF MOVIECLIP AND MAINTAIN LOOP OR STOP if (destFrame>_parent.rotate_mc._totalframes) { _parent.rotate_mc.stop(); } else if (destFrame<=0) { _parent.rotate_mc.stop(); } };
// PLAY DESTINATION FRAME
_parent.rotate_mc.gotoAndStop(destFrame);
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 and 100 dollars
- Bought between 50 and 99 items
- Russian Federation
I wanna buy this file but…
I can use a flv file? quantity frames doesnt matter? design color of scroll changable? Autostart posible?
Thanks
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 and 100 dollars
- Bought between 50 and 99 items
- Russian Federation
Please…
I can use a flv file? quantity frames doesnt matter? design color of scroll changable? Autostart posible?
Thanks

103 Purchases
28 Comments