Inspired by the iTunes coverflow layout. The coverFlip3D Flash component displays images and videos in an engaging interactive 3D environment powered by the Papervision3D engine. You can navigate through the images by clicking on an image, using the supplied skinnable scrollbar, or the keyboard arrow keys. An image or video can be flipped over to reveal its title and description. The coverFlip3D is packed with customizable parameters including spacing, angle, camera position, slideshow, borders, and much more. Click Here To View The magneticMenu ยป


October 28th, 2008 at 2:14 pm
Is there a way to give the component the xml file url through actionscript or the api? I’d like to load a different xml file for different types of photos. Thanks
April 15th, 2009 at 3:35 am
how can I set the xml file url through the actionscript3.I would like to make a different xml files for the different users of the site.
Thanks in advance.
April 15th, 2009 at 10:54 am
You can use this code to dynamically set the xml file in ActionScript.
import com.flashframer.coverFlip3D.*;
coverFlip3D.xmlFile = “config.xml”;
May 22nd, 2009 at 5:49 am
Ther should be a function setCurrIdx. Can this be used to go to a certain image ?
July 11th, 2009 at 6:43 pm
This coveflip can make dragable mode?
same like we draging left or right in ipod album cover with finger?
if this can… show me & i would like to buy.
i need dragable mode for my touchscreen application.
Thanks.
July 17th, 2009 at 12:37 pm
Hi,
Is there some sort of kill function I can call on this component. I notice that events arestill running when removing it from the stage.
July 17th, 2009 at 1:17 pm
It seems that the stage.setEventListener is still running after I remove this component from stage. This is killing my app big time, is there a way to remove a listener on stage from outside the class that set it?
July 17th, 2009 at 1:18 pm
It’s the MOUSE_MOVE event btw
October 21st, 2009 at 1:08 pm
I’m also keen for a way to kill this, also is there a method or listener for finding out when an xml file has been loaded, for example somethign like
var cFLip = new coverFlip3D()
cFLip.xmlFile = “../assets/xml/config1.xml”
cFLip.addEventListener(coverFlip3DEvent.XML_LOADED_AND_PROCESSED,display)
function display(e: coverFlip3DEvent){
addChild(cFLip)
}