Search FlashComponents.net's Forum

3D Carousel Gallery XML

Home / /community/ / Components Discussions / 3D Carousel Gallery XML

Started 5 years ago by kevster

Last reply by eweng819

Recent posts in this topic

  • This is the very thing i was looking for, fantastic.

    Will try it out with my own images!

    Keep up the good work. Other examples of this authors work is worth checking out
    #  /  posted on Feb 12, 2008
  • I got this in the special package a few days ago, just finishing up a project using the carousel gallery. It's beautiful, well written and a breeze to work with and customize. Great tech support from Snowcat. Highly recommended! The special package is an amazing deal.
    Thanks,
    Rogor
    #  /  posted on Feb 12, 2008
  • Thanks so much .... this was so easy to to get going with my project very well written...

    Nice ...

    Thanks again!!

    Julie
    #  /  posted on Feb 16, 2008
  • hi,

    how can you change the xml so that when you click on the big image it goes to a different frame number
    #  /  posted on Feb 20, 2008
  • Hello,
    Find the line of code
    getURL(urls[i], "_blank");
    and instead of it put your code for clicking the big image. (e.g. gotoAndPlay(desired_frame); )
    So it's not through XML

    Cheers!
    Snowcat
    #  /  posted on Feb 21, 2008
  • hi! Just having bought your package, a question arose, I´m quite a flash-newbie:
    How can I change the moving-speed of the carousel? It´s a bit nervous when it starts moving so fast.

    Best would be to have it moving only when there´s mouse-interacting of the viewer.
    How could that be modified?

    Best regards
    > vloom
    #  /  posted on Mar 09, 2008
  • Hello Vloom,

    All the code is in the first frame of the carousel_container symbol from the Library. You can find there variables to change the aspects of the carousel, like rotatingSpeed to control the moving speed.

    Thanks,
    Snowcat
    #  /  posted on Mar 12, 2008
  • I having the same problem, Png will look half transparent.
    under action script..(carousel_container) can't find the the setting? where? somebody help
    #  /  posted on Mar 13, 2008
  • ...change the color of the image captions?

    Thank you for releasing this script, snowcat! I like it a lot!
    #  /  posted on Apr 02, 2008
  • davenseo, thon: are you talking about 3D Carousel Gallery or 3D Carousel Menu ? Because in the gallery the PNG's work fine. In the menu, you have to set loadSmoothed variable to false in order to properly load icons.

    rezboom: simply Double-click the "description" symbol from the Library, then select the text field in this symbol - which is empty, and then adjust the color in the Properties panel.
    #  /  posted on Apr 02, 2008
  • "snowcat"
    rezboom: simply Double-click the "description" symbol from the Library, then select the text field in this symbol - which is empty, and then adjust the color in the Properties panel.

    Thank you for your fast reply, snowcat! :D
    #  /  posted on Apr 02, 2008
  • can I use .flv files here instead of images?
    #  /  posted on Apr 03, 2008
  • festermonkey, no, the gallery doesn't have support for .flv files
    #  /  posted on Apr 11, 2008
  • Because in the gallery the PNG's work fine. In the menu, you have to set loadSmoothed variable to false in order to properly load icons.


    I can't find the variable "loadSmoothed", would you tell me where can I find it?
    #  /  posted on Apr 24, 2008
  • Before purchasing I noticed your disclaimer to not modify, reverse engineer...etc. However, considering I have the knowledge is it really detrimental if I add a tool tip pop up to the images? And possibly modify it in other ways? Maybe add a sound event? Through in a tangent function ;-)...
    #  /  posted on Apr 27, 2008
  • Lets talk about a problem I have with the swf calling to the xml file. Below is an example (bad yet accurate example) of my site structure and xml difficulties...
    Page 1
    php include... Insert annoying relative path here/page2.html
    Page2.html
    lines of code.... frame work for main nav...and then php requireonce insert a different annoying relative path here/page3.html
    Page3.html
    some text
    embed swf file (of coarse you know this is also a different annoying path, we must keep the site structure clean you know)
    Since we're in the mode of include and require (which I could just use all includes) I have a logistical nightmare for linking files. The only way for me to make it work is not to use relative links, but instead full paths in the flash file to the xml, which makes development a B because after moving to the live server I now how a bunch of links to change... At midnight when no one is looking at the broken site... No I can't do it before hand because the client would not understand why I had to break their site before setting it to go live. Hmm, I guess that's more of a rant than a question. But your suggestions are greatly appreciated!
    #  /  posted on Apr 27, 2008
  • I don't know where you found it's written not to modify... here's what states on the "Buy now" page on each product:
    "By purchasing and downloading this Flash file you are entitled to use it in an unlimited number of websites and other multimedia projects, personal and client work. You may not redistribute but you may modify its contents."

    As to your problem, I'm afraid I don't get it... try post this issue into a more appropriate forum, there are specialized forums out there which deal with specific issues like yours. Really sorry.
    #  /  posted on Apr 27, 2008
  • Quick response, thanx...

    I know that this isn't the best place to post this question, however, to explain further...

    In order for the dynamic site to always display the url http://www.mysite.com/home.html instead of http://www.mysite.com/conent/'userchoice'/home.html

    http://www.mysite.com/home.html starts with an include (or iframe or include or require) from the content that is decided on by a previous user choice. Even though the page it's pulling from is actually in http://www.mysite.com/conent/'insertuse ... /home.html

    and...

    In order for that content to be dynamic further.... I'm pointing to a separate folder that is somewhere else in the same site...

    So when a person is on http://www.mysite.com/home.html they are (say iframe or include or require) actually pointing somewhere else from the get go. Say they are pointing to gotoandlearn.com, it still considers all links as relative to where it started... http://www.mysite.com
    This is a bad example as it is a different url, but if it was the same I should still be able to use relative links instead of full paths to the xml file.
    #  /  posted on Apr 27, 2008
  • Hi Snowcat,

    I'd like to know whether I can randomly show a big image at the beginning, instead of showing a big empty space.
    Thanks.
    #  /  posted on Apr 30, 2008
  • Hi, excellent job on this, I love it.
    I would like to show some Transparent pings, but when I put it into a vertical menu, they come up with a white background. Anything I need to change in the script for this? Thanks, c
    #  /  posted on May 08, 2008
  • chiuian: I just re-uploaded a new version (see demo2) where you can set these two variables: showFirstImage (=true/false) and firstImage (can be set from 1 to total number of images)

    stiglet: are you sure you're referring to this gallery? or is it the "3D Carousel Image Menu XML"? other product of mine

    flashuser101: sorry mate, I'm really confused, sorry I can't help you
    #  /  posted on May 09, 2008
  • I would like to be able to post flv to the gallery. How can I do this if I modified the xml?
    #  /  posted on May 16, 2008
  • Hi,

    Unfortunatelly I didn't povided support for .FLV playback.

    I'm sorry,
    Snowcat
    #  /  posted on May 17, 2008
  • "belvis06" My question is how to get the big image to unload when I click on the next thumb to make that image big.


    yep, that's my question as well! :)
    great work Mr Cat! :)
    #  /  posted on May 27, 2008
  • Hi,

    If you're using PNG's delete the code under this line:
    //inner2 is for adding the second mask
    but keep the last accolade

    and change these two lines:
    indd = ind-2;
    inddd = ind-3;
    into:
    indd = ind;


    Regards,
    Snowcat
    #  /  posted on May 31, 2008
  • Hi,

    I only need small pictures to scroll. I don't want the big box come in the middle when someone click on any small image. Kindly tell me how can i deactivate the visibility of big box.


    #  /  posted on Jun 07, 2008
  • I love this flash component. Unfortunatelly i am as ignorant on the application of flash as Bush is with running this Country or even making sense in his speaches. Anyway, I have a couple of questions.
    1. Can this carousel be set up without that grey background? I have a typical html page with tables and layers, and I would like to add this component as a center peace, if possible.
    2. Can it handle ANY type of image? GIF, JPG, PNG, etc?
    3. Lastly how large (downloading purposes) is this component?
    Thanks for your time assisting my inquery.

    Sincerely,
    Janvier
    #  /  posted on Jun 07, 2008
  • Hi,

    I only need small pictures to scroll. I don't want the big box come in the middle when someone click on any small image. Kindly tell me how can i deactivate the visibility of big box.
    #  /  posted on Jun 07, 2008
  • ocwarts: to deactivate the big image appearance you'll need to edit the onPress event, by removing all it's contents and adding getURL or whatever you want to do when clicking each image

    janvier:
    1. you can set any kind of background buy changing the document's properties or adding a colored rectangle on the stage
    2. yes, all mentioned types of images are supported
    3. the published size of the swf is around 15kb; add to that the size of your images
    #  /  posted on Jun 11, 2008
  • ok, im a bit lost, i would like to resize the entire file. i can resize the background but the carousel is falling out of the file. what element should i be messing with.

    thanks
    Keith
    #  /  posted on Jul 09, 2008

SUPPORTERS

FORUM