Howdjoo do that? An interactive walkthrough of the DisplayShelf 3D tilting effect
February 20th, 2007
Since I posted the Flex DisplayShelf component, I’ve had a number of people ask me how I got the 3D tilting effect in the decidedly-non-3D Flash player. So today I posted an interactive sample that shows how the tilting effect is achieved. Check it out here:
February 20th, 2007 at 2:32 pm
cool… but got a script error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at DisplayShelf/::calcPositionForIndexSelection()
at DisplayShelf/::calcPositionForSelection()
at DisplayShelf/DisplayShelf::updateDisplayList()
at mx.core::UIComponent/validateDisplayList()
at mx.managers::LayoutManager/::validateDisplayList()
at mx.managers::LayoutManager/::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/::callLaterDispatcher2()
at mx.core::UIComponent/::callLaterDispatcher()
April 17th, 2007 at 11:15 pm
Fantastic app my friend, and the 3d walkthrough of how you go about putting it together was excellent.
Also thanks for providing the source, give me somthing to work on .. :)
May 19th, 2007 at 5:49 pm
Hey there,
My developers have looked into the DisplayShelf but have one question.
They need some integration codes so that they can have a rough idea on how to call the Adobe Flex’s codes on their existing PHP codes? how can this be done?
Also do you provide a customization service? where you can customise some features? I can send you a modification plan which has a couple of modifications. Or do you know of a Flex developer who you can refer me to?
Thanks in advance.
June 3rd, 2007 at 6:54 pm
[...] Updated DisplayShelf page with interactive walkthrough Source: [Link] [...]
August 16th, 2007 at 11:27 am
We figured out how to easily and effectively work around the null object reference bug that many have seen with this component. We documented the two use cases over at my blog, including what the one-line of code fix was.