FORUM

3D Carousel Menu AS2 FX

Home / Forum / Components Discussions / 3D Carousel Menu AS2 FX / Page 4

  • I’d like to use it in within my Flex SDK project (MAC OS). Before I buy the commercial license I’d like to ensure: is there a possibility to get somehow AS3 class instead the install version of 3D Carousel Menu? If yes, how to do it (on MAC)?


    #  /  posted on Mar 25, 2010
  • Hi,


    You could import the SWF file in your Flex project.
    Actually you’ll find here a free of charge archive that you can test.


    #  /  posted on Mar 26, 2010
  • Hello,


    What is the solution to embed special caracters (Européan caracters like éà ...)
    Thx for your response.


    Mike – France


    #  /  posted on May 11, 2010
  • Hi,


    You could follow this tutorial.


    #  /  posted on May 11, 2010
  • Hi,


    You could follow this tutorial.


    #  /  posted on May 11, 2010
  • Hi snowcat,


    Great product! I’m having some trouble getting it to work on my site. I’m new to flash so I’m hoping this is an easy fix.


    I’ve followed your video tut and everything seems to be in working order. When adding the index file to my site the carousel is not appearing.. just a blank space where it should be. I uploaded all the files to a folder named carousel.. here’s my code.. thanks for the help!!


    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
    <html xmlns=“http://www.w3.org/1999/xhtml” lang=“en” xml:lang=“en”> <head> <title></title> <meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” /> <script type=“text/javascript” src=“carousel/swfobject.js”></script> <script type=“text/javascript”> var flashvars = {}; flashvars.settingsXML = “carousel/settings.xml”; var params = {}; params.scale = “noscale”; params.salign = “tl”; params.wmode = “transparent”; var attributes = {}; swfobject.embedSWF(“carousel/carousel.swf”, “CarouselDiv”, “1270”, “500”, “9.0.0”, false, flashvars, params, attributes); </script> </head> <body> <div id=“CarouselDiv”> <a href=“http://www.adobe.com/go/getflashplayer”> <img src=“http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif” alt=“Get Adobe Flash player” /> </a> </div> </body>
    </html>


    #  /  posted on May 17, 2010
  • nevermind the previous comment.. I used the html code instead of the index and it’s working now..


    How do I add the carousel as just a part of the page.. right now it’s the only thing appearing on it.


    #  /  posted on May 17, 2010

  • #  /  posted on May 17, 2010
  • nevermind again.. all is working now.. thanks for the great product!! keep on truckin!!


    #  /  posted on May 17, 2010
  • Hi,


    I’m glad you have it working.


    #  /  posted on May 17, 2010
  • In internet explorer 7 & 8. When my mouse is on the carousel I created and use the mouse wheel (up or down), the carousel’s images enlarge or shrink… Is tere something I can do to prevent this behaviour in internet explorer?


    #  /  posted on May 21, 2010
  • Hi,


    You need to change the value of useMouseWheel to false in your settingsl.xml file.


    #  /  posted on May 24, 2010
  • Thank you very much.


    #  /  posted on May 29, 2010
  • CAROUSAL LINKS TO A FLASH FRAME VIA XML

    I was wondering if someone could please advise me as to how to change the code for the the following XML url links shown below to a frame within the same Flash movie (AS2 / CS5) instead of a separate html page. The pointy brackets have been removed in the code below to ensure it is emailable to FC

    submenu photo image="images cool/01.jpg" url="http://www.somesite.com/current" target="_self" info="current" / photo image="images cool/02.jpg" url="http://www.somesite.com/oped" target="_self" info="oped" / photo image="images cool/03.jpg" url="http://www.somesite.com/biblio" target="_self" info="bibliography" / /submenu

    If Flash coding is required could you kindly ensure it is in AS2

    Many thx,

    Mark Hassler? - markhassler80@gmail.com

    Wednesday, 9th March 2011 - Sydney, Australia


    #  /  posted on Mar 08, 2011
  • How do I include special characters Brazil (~ ^ Ç ç) UTF8?


    #  /  posted on Aug 01, 2011
  • Hi,

    I have question in regard to an explorer window opening up when I use this component outside of an HTML page. I have this as a .exe. When I export the SWF or when I use the .exe, an explorer window pops up when I click on an icon in the carousel. I have removed the url and target tags from the icons.xml, but it still opens up an explorer window. How do I get rid of this so that it only actions the code that I have set up on the thumbPressed event listener?

    Thank you. :)


    #  /  posted on Sep 22, 2011

Please login to post replies.