Comments
home » flash components » user interface » thumbnail slider v1 » comments »
how to unload large image
What kind of "targetDisplay" are you using? What kind of loader are you using because each type have its own way to unload the content. Please write an e-mail to our support department and send your files too if you can't find how to unload the image loaded inside the loader component you're using.
posted by jumpeyecomponents on 17-10-07
What kind of "targetDisplay" are you using? What kind of loader are you using because each type have its own way to unload the content. Please write an e-mail to our support department and send your files too if you can't find how to unload the image loaded inside the loader component you're using.
More XML Nodes
Awesome component !!! Is there a way to extend the XML beyond a single child node? I have an XML doc that another application creates for me. It has what you use as the info embedded in the third (3rd) sibling from the root; (e.g. ROOT > Folders > folder > img). Any way I could get to it from this component? Your help is appreciated !
posted by kingvagrant on 17-10-07
Awesome component !!! Is there a way to extend the XML beyond a single child node? I have an XML doc that another application creates for me. It has what you use as the info embedded in the third (3rd) sibling from the root; (e.g. ROOT > Folders > folder > img). Any way I could get to it from this component? Your help is appreciated !
XML structure
You have to use the same structure of the xml file. If you want to use another structure you have to parse and modify the xml file in real time and this means extra coding.
posted by jumpeyecomponents on 18-10-07
You have to use the same structure of the xml file. If you want to use another structure you have to parse and modify the xml file in real time and this means extra coding.
Using Thumbslider with TXEFF presentation
I'd like to use the Thumbnail Slider in an AS 3 flash movie that will show Movieclips containing TXEFF animation but it doesnt work because it's an AS 2 component and TXEFF is AS3; I've tried using the Actionscript bridge component but it doesnt work either. What can I do?
posted by dipopeters on 18-01-08
I'd like to use the Thumbnail Slider in an AS 3 flash movie that will show Movieclips containing TXEFF animation but it doesnt work because it's an AS 2 component and TXEFF is AS3; I've tried using the Actionscript bridge component but it doesnt work either. What can I do?
Question, Before i buy
How can i set it loop circularly.. should not stop at one end .it should duplicate and make be continuous.
posted by xross on 07-02-08
How can i set it loop circularly.. should not stop at one end .it should duplicate and make be continuous.
More info.
Hi, Greast component, I am trying to add more info. to each thumbnail besides this line (_root.descr.text = obj.description;) but I can't seem to get it to work, I need four different texts for each thumbnail, how can I do that?
thanks
posted by kreativo on 07-02-08
Hi, Greast component, I am trying to add more info. to each thumbnail besides this line (_root.descr.text = obj.description;) but I can't seem to get it to work, I need four different texts for each thumbnail, how can I do that?
thanks
for xross
Unfortunately the Thumbnail Slider component doesn't have that continuous flow you're looking for. When the slideshow reach the end of the thumbnails, the component will slide back to the first thumbnail.
posted by jumpeyecomponents on 07-02-08
Unfortunately the Thumbnail Slider component doesn't have that continuous flow you're looking for. When the slideshow reach the end of the thumbnails, the component will slide back to the first thumbnail.
for kreativo
If you need more than one description, all you have to do is to create more dynamic textfields inside your fla file, more description parameters inside the xml file and inside the onReleaseThumb listener (or other listener you're using to set the description text) set the text of each textfield with the corresponding description parameter. You can use the first description textfield as example for the other ones. If you can't do it, write a question inside our knowledge base.
posted by jumpeyecomponents on 07-02-08
If you need more than one description, all you have to do is to create more dynamic textfields inside your fla file, more description parameters inside the xml file and inside the onReleaseThumb listener (or other listener you're using to set the description text) set the text of each textfield with the corresponding description parameter. You can use the first description textfield as example for the other ones. If you can't do it, write a question inside our knowledge base.
query before buying this component
visually it has all options which I required.
but I dont find any option to load data using arrays,
actually I have a requirement to load data from with in Flash, I dont have to use XML,
could you please confirm if we can load data through arrays in this component?
is it is possible then only I can consider to buy a licensed copy.
Best Regards
coool oz
posted by coooloz on 16-03-08
visually it has all options which I required.
but I dont find any option to load data using arrays,
actually I have a requirement to load data from with in Flash, I dont have to use XML,
could you please confirm if we can load data through arrays in this component?
is it is possible then only I can consider to buy a licensed copy.
Best Regards
coool oz
Before buying
Do I need Adobe Flash to use and add this thumbnail slider in a website ?
thanks
posted by guillaume64 on 16-04-08
Do I need Adobe Flash to use and add this thumbnail slider in a website ?
thanks
yes
yes you need Flash in order to use this component.
posted by jumpeyecomponents on 17-04-08
yes you need Flash in order to use this component.
Limitations?
What are the limitations regarding the amount of pictures? I used an xml file with about 150 entries, and i get some strange lines, glitches and dark color overlay when using black&white, brightnes or color light roll over effect... The same setup with less pictures works just fine, and the same setup with no rollover effect or with some other adds a background color to the slider.
posted by moonstream on 25-07-08
What are the limitations regarding the amount of pictures? I used an xml file with about 150 entries, and i get some strange lines, glitches and dark color overlay when using black&white, brightnes or color light roll over effect... The same setup with less pictures works just fine, and the same setup with no rollover effect or with some other adds a background color to the slider.
Limitations?
We have tested the list with more than 300 thumbnails displayed and it worked just fine. If you could send your source files to the support team, they might tell exactly what's wrong.
posted by negush on 28-07-08
We have tested the list with more than 300 thumbnails displayed and it worked just fine. If you could send your source files to the support team, they might tell exactly what's wrong.
Thumbnail
I am developing a Music Discography, where the slider would be used to thumbnail, for example, all items in the Album Section.
When the user clicks on a particular album thumbnail, I need a specific page to be loaded - is this possible?
Thanks!
posted by sohailjuna on 28-07-08
I am developing a Music Discography, where the slider would be used to thumbnail, for example, all items in the Album Section.
When the user clicks on a particular album thumbnail, I need a specific page to be loaded - is this possible?
Thanks!



Is there a way for a user to unload a "lage" image from the targetDisplay symbol?