Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how to create 3D carousel with coldfusion

New Here ,
Apr 05, 2011 Apr 05, 2011

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

TOPICS
Getting started
790
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Apr 05, 2011 Apr 05, 2011
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources