Search FlashComponents.net's Forum

3D Image Carousel XML AS2

Home / /community/ / Components Discussions / 3D Image Carousel XML AS2

  • It very interesting...

    Can you please... is it possible to link each images, which is rotating... to some URL... and how many pictures we can add or only limited...

    If, I clear with this then... I'll purchase this...
    #  /  posted on Apr 13, 2008
  • Hello,

    Thanks for your interest in 3D Rotate Carousel.

    Yes it is possible to link each image, which is rotating to some URL and an unlimited number of pictures is supported.

    Basically any customization you specifically need for the 3D Rotate Carousel is possible.

    Best regards,
    Flashtuning
    #  /  posted on Apr 14, 2008
  • I just got this component and it's really good.

    I just need help on this: Is there anyway I can add the 'hand' cursor when the mouse is over the image to click (like any common link area)? It would be clear for users when they see the flash that they can click on the image and will go to a link

    Thanks,
    #  /  posted on Jun 11, 2008
  • Hi,

    You simply go to addObjects() method, before the currMc.mouseChildren = false; line add the following two lines to enable hand cursor in AS 3.0 version:

    currMc.buttonMode = true;
    currMc.useHandCursor = true;

    Best,
    FT
    #  /  posted on Jun 11, 2008
  • Thanks, it works. Another question: how can I stop/pause the rotation when the cursor is over an image and then resume the rotation when the mouse is out of the image.

    I'll appreciate all your help. Thanks again.
    #  /  posted on Jun 12, 2008
  • I can not seem to get the FLA to open in Flash 8 on the Mac...

    Please help.
    #  /  posted on Jun 19, 2008
  • Hi,

    It would be great if you have Flash CS3 installed (the file was saved with CS3). Anyway I have re-saved the file in Flash 8 format and you can simply login and download again the package.

    Best regards,
    Flashtuning
    #  /  posted on Jun 19, 2008
  • This component is great but I can't find the line of code to make this update to the script can you give me the line number?

    You simply go to addObjects() method, before the currMc.mouseChildren = false; line add the following two lines to enable hand cursor in AS 3.0 version:

    currMc.buttonMode = true;
    currMc.useHandCursor = true;

    #  /  posted on Jun 19, 2008
  • How do you get the product title to show when the mouse is over the product?
    #  /  posted on Jun 19, 2008
  • You simply go to MAIN PARAMETERS area and activate the showTitle and adjust the titleYOffset parameters.

    var showTitle = 1;
    var titleYOffset = 0; //adjust the title y position
    #  /  posted on Jun 20, 2008
  • For AS 3.0 version please post the comments under the AS 3.0 version.

    Anyway go to line 221 inside the addObjects() method in AS 3.0 version.
    #  /  posted on Jun 20, 2008
  • Hi there, Can you let me kow if it's possible / how I could make a click on a shoe go to a specfic frame in the timeline? Thx
    #  /  posted on Jun 26, 2008
  • Anonymous

    Hi there,

    Can you let me kow if it's possible / how I could make a click on a shoe go to a specfic frame in the timeline?

    Thx

    #  /  posted on Jun 26, 2008
  • Hi,

    Today FC added some changes in the comments system and forum and due to these changes it is possible that you can not see my previous replies to these comments.

    If you want to check my old comments go to this product thread in the forum / Comments area or simply perform a search on the product name and you find all the forum posts about this product:

    [url=http://www.flashcomponents.net/forum2/showthread.php?t=207&highlight=rotate carousel]GO TO MY PREVIOUS REPLIES[/url]

    Thanks,

    Flashtuning


    #  /  posted on Jul 24, 2008
  • I just bought 3D Rotate Carousel and tried to open it in Flash MX 2004 but it‘s doesn‘t open – am I doing something wrong? :(=


    #  /  posted on Sep 03, 2008
  • Hi,

    Mx2004 is obsolete, it would be great if you can update to at least Flash 8. The .fla files are saved with Flash 8 and you can not open them in previous Flash version only in above Flash version such as Flash 8, Flash CS3, Flash CS4 etc

    If you still need a Mx2004 .fla format we will re-save again for you a Mx2004 but you will loose some features such as mirror, smoothing etc. Send us your email address if this is the case at contact [at] flashtuning.net and will get back to you as soon as we can.

    Best regards,
    Flashtuning


    #  /  posted on Sep 05, 2008
  • Hello,

    I'm exporting the flash using flash player 8 and AS2.0 in Flash CS4. The images of the shoes are not transparent, but have a white background. Do you have any idea how to fix this, or is this a parameter somewhere in the flash?

    Regards,

    Hans


    #  /  posted on Dec 22, 2008
  • Hello,


    Sure, you need to reset the useBitmapSmoothing parameter to zero.


    Best,
    FT


    #  /  posted on Jan 06, 2009
  • i'd like to purchase this component. can you click on an item and have that scale up center stage and then return to it's place?


    #  /  posted on Jan 07, 2009
  • Hello,


    FT thanks for the reply.
    Now we have another issue, how can we disable or remove the camereamovement on keypress? We can’t find it anywhere in the actionscript..
    Please advice.


    Thanks in advance!


    #  /  posted on Jan 07, 2009
  • @jmendelke:


    No, that functionality is not supported in this carousel version, although the 3D Scene engine used to implement the carousel has objects movement functions that you could use to move the object to certain point and back to original point. If you are very familiar with ActionScript you can try experimenting with the 3D Scene functionality.



    #  /  posted on Jan 07, 2009
  • @hdegraaf:


    Hello,


    As stated in the read me text file included in the package, this 3D Carousel is powered by a simple 3D simulation component for Flash named 3D Scene. You will see the 3D Scene component symbol inside the carousel movie clip. You then select the component and open the Component Inspector Panel and disable the key parameters.


    Best regards,
    Flashtuning


    #  /  posted on Jan 07, 2009
  • Hi,


    Great tool and i have buyed it!
    Just fews questions:
    What I have to modify to have the carousel more elliptical and to have the bottom of the objects positioned back over the top(in terms of espacement) of the objects positioned in front (like your shooses)?


    I would like to stop the carousel when the mouse is over an object to let the user click on it to open a new page.
    I have modified the code as you suggest in the addObjects() function :
    ( currMc.buttonMode = true; currMc.useHandCursor = true;) but it doesen’t works.
    Any suggestions?


    Tanks in advance.
    IPSOit


    #  /  posted on Jan 15, 2009
  • Hi,


    You need to have the useAdjustCamera parameter set to 1 from within the Main Parameters area of the carousel movie clip and you also need to fo to adjustCamera function and play with camera rotation angles and/or movement till you are satisfied with the results.


    To stop the carousel when the mouse is over you set the rotspeedmax variable value to zero inside the roll over handler.


    Best,
    FT


    #  /  posted on Jan 15, 2009
  • = NEW =

    X-Treme 3D Carousel Menu XML
    #  /  posted on Jul 21, 2010
  • = NEW =

    X-Treme Banner Rotator !


    #  /  posted on Oct 13, 2010

Please login to post replies.

SUPPORTERS

FORUM