.
component categoriescomponent categories
overview
features
help & support
downloads
buy now

4.3/5
Report this file Ask author
Posted by : snowcat 24 purchases
Package includes: FLA
Opens with: Flash 8, Flash CS3, Flash CS4
AS Version: ActionScript 2.0
Viewable with: Flash Player 7 and above
Published size: 5kb
Flash knowledge required: Basic
Documentation: Basic documentated


Dynamic List XML black



Please read the details and full documentation of this component at this address: Flash Dynamic List






Dynamic List XML white

Tagstags
Please « login » to add tags.
« Previous 1 2 3 4 Next »

redzap redzap
 
Has bought the file

Hi Snowcat,


Just wanted to say that the file you sent me worked.


Thanks again for a great product.

Hi,


That’s weird. Normally it should work.
Could you please send me an PM (attach the archive that you downloaded from us).

redzap redzap
 
Has bought the file

Hi, I just bought this but when I try to open (both) .fla files, I get an “Unexpected file format” error.


I’m using CS3 on my desktop, and Flash 8 on my laptop, and they both give me the same error.


I’ve downloaded the zip file a couple of times just to be sure, but I still get the same error when I try to open any of the .fla files. Any ideas?


Thanks for the great product.


Yes it’s possible to load also swf files.

jnlepoint jnlepoint
 
Has bought the file

sorry, swf files I meant !

jnlepoint jnlepoint
 
Has bought the file

Hi Snowcat,


I’m interested by this component but I wonder if it is possible to list in the xml sxf files or if we only can list jpeg stuff ?


Thanks for your answer

CropdusterX CropdusterX
 
Has bought the file

Hi Snowcat,

Love your work and purchased your “all files package”.
Bit of a newb, so won’t take up too much of your time,
(i know how busy you must be – i’ve seen the amount of posts you receive )

Can you please either post or send me the embed code in order to use this dynamic list.

thanks

I just Got it to work....
(don't want to use up my "help" credits...lol)

Thanks..& again....love your work

snowcat snowcat Component author
 

Amchamp, disregard the last message and do the following: – declare a variable

var current:Number=0; 

at the beginning of the code.


then right after this line:

enableButtons = false; 

add this line:
current = this.id; 


then after this line:

function loadThumbs(itemsNode_XMLMLNode) { 

add this line:
content_mc.image_mc.onPress = function() { getURL(itemsNode_XML.childNodes[current].attributes.url); } 


Then in the XML file add a new url attribute for each item, like this:

<item title="img1" image_file="01.jpg" thumb_file="01.jpg" url="http://www.flashxml.net"> 


That should do it.


Isewolf,
You will have to do just one thing:
after this line

mc.onRelease = function() { 

add this
getURL(itemsNode_XML.childNodes[this.id].attributes.url); 


(and of course, add a url attribute for each item in the XML file)

Isewolf Isewolf
 
Has bought the file

Hello Snowcat,


i don’t want to use the other half of the List,
so i set the With of the big Image zo 0.


when there was now the possibility to read a URL from
main.xml and by clicking the Thumbbox (Thumbnail & Text)
this url was load, i would be one of the happiest people
on Earth.


That List was then exactly what i’m looking for.

snowcat snowcat Component author
 

Amchamp, you can go to a URL when clicking an image by doing the following:
find this line

updateMainItem(node_XML.firstChild); 

and right after it add this line:
content_mc.image_mc.onPress = function() { getURL("http://www.google.com");} 


Now, instead of google.com you will want to add your own urls through the XML file, but I’m afraid I can’t help you with this kind of support right now.


lugtigheid, your problem could be fixed by removing “_root.” (without quotes) in all the appearances in the code


alanelli, you can find anything in the code by pressing Ctrl F while editing the FLA file.
Regarding the second question, whatever the extension of your file would be, it should be written in XML language (not ASP or any other language, because it cannot be loaded otherwise)


lucvandenbrande, under this function:

mc.onRelease = function() { 

replace
_root.content_mc.text_txt._visible = false; 
_root.content_mc.image_mc._visible = true; 

with
_root.content_mc.text_txt._visible = true; 
_root.content_mc.image_mc._visible = false; 


These last two lines add them again right before this function ends:

function loadThumbs(itemsNode_XMLMLNode) { 


Isewolf, if you would do that, what would be the purpose of the other half of the Dynamic List?

« Previous 1 2 3 4 Next »

 
featured componentsfeatured components