Really cool file. Is there anyway to keep the object spinning after the mouse rolls over it?
- Has been a member for 3-4 years
- Item was Featured
- Exclusive Author
- Author was Featured
- Sold between 50 000 and 100 000 dollars
- Bought between 10 and 49 items
- United States
- Referred between 50 and 99 users
@ gdeiter
The object’s rotational value can also be controlled in the script, so if you knew the basics of AS3 , such as events and tweens, then you can make it spin however you wish. But that is up to you to program, you just don’t have to modify the sources to do it, just use the rotation property 
HI, could I have for flash 8? Thanks
Hi,
I am getting output problems.
TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer/addChild() at local.display::ImageSequence3D/updateRotation() at local.display::ImageSequence3D/render() at local.display::ImageSequence3D/mouseMoveHandler()
Please can you help?
Thanks,
To the above i am trying to use a png with a white background and i have removed the drop shadow from the flash file.
I have a drop-down menu with different products (each with its own .xml file and photos folder) and would like to change the content of the 3d Object Rotator dynamically according to a user selection.
If I use “initialize(“new_product.xml”)” on the movie clip for a second time, it stacks the content of both .xml files on top of each other and drops a lot of “Error #2007:” messages.
Is there a way to first unload all data from the first product and then reuse the same movie clip?
Thank you in advance, Vasko.
I am also getting this error :/.
TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer/addChild() at local.display::ImageSequence3D/updateRotation() at local.display::ImageSequence3D/render() at local.display::ImageSequence3D/mouseMoveHandler()
So can you help?
Thanks in advance…
@ oztrix & lightbulb
Got the same error – and there is an easy fix.
On row 29 of the ImageSequence3D.as file (could be somewhere else, I played with the code a little bit) change
private var divisor: int;
to
private var divisor: Number;
That did the trick for me.
Vasko.
Thanks @Bragolgirith i could kiss ya! worked a charm!
Hi,
I need to generate the xml document dynamically through a php page:
initialize(“carousel.php”);
but i need to pass parameters to the php that are arriving at the page that holds the swf.
If there a way to dynamically pass the page location through a <param name=”file-location” value=”carousel.php?myparam=1&anotherparam=2”/> or through a Javascript call on the object?
I cannot publish this for Flash Player 10.
I get the following publish errors: ImageSequence3D.as, Line 80 | 1024: Overriding a function that is not marked for override. | public function set rotationY(val: Number) : void
ImageSequence3D.as, Line 80 | 1024: Overriding a function that is not marked for override. | public function get rotationY() : Number { return rotY; }
PieLoader.as, Line 1 | 5000: The class ‘local.display.PieLoader’ must subclass ‘flash.display.MovieClip’ since it is linked to a library symbol of that type.
Please help – this says it works with 9+ but I take the supplied main.fla and it works with CS4 /FP9 but the error above from CS4 /FP10
Thanks!
Can your 360 viewer handle multiple elevations to allow the object to be “titled” up and down by dragging the mouse vertically?
Any Actionscript 2.0 version ?
Hi,
Till I understand I don’t need to edit more than xml to get it working, I means stills arestored in a separate place than flash file, does is this right? or I need to integrate they with fla file?
Best regards Nor
Still don’t get it the usage.. Say it.. i have 20 sequential images.. in where should i put those image on flash stage? or on folder? which folder?
