Copy link to clipboard
Copied
Hi ,
I need your help guys. I have a requirement where in main page i need to how all the latest products in format of 3D carousel where user will select any product and then go to information page from there.
I am looking for any examples that i can find in coldfusion so that i will get some idea .
You people got this one done before ? please help me
here is the site where i looked some example and i am looking for the similar example to work on.
here is the link
http://www.freeflashcomponents.net/flash-menus/free-x-treme-3d-carousel-menu-xml-as3.html
Copy link to clipboard
Copied
You are probably NOT going to find any ColdFusion example for this.
ColdFusion is a server side technology, you are asking about a client side, user interface feature. While ColdFusion has some "Client Side UI wizard" tags. It has nothing that sophisticated of which I am aware.
That Flash example is EXACTLY what you want to be using for the client side.
That web page says those carousels are fed with XML data to create that user interface. Have ColdFusion generate that XML and now you have your server feeding data to your client UI which is what it is very good at doing.