abalest14 0 Denunciar post Postado Setembro 13, 2006 Good morning to everybody, i find this forum and i hope will be the good place to find a flash developer. I need to realize a dynamic banner flash+xml, this banner must to read the value from this xml and show with animation. Is a banner for products, the value are foto, price, description, type(offer or new), link to the product datasheet.Who is interested and want to know more about please write me to abalest14@hotmail.comMany thanks Compartilhar este post Link para o post Compartilhar em outros sites
p.d 0 Denunciar post Postado Setembro 13, 2006 abalest14 u may use 4 vars, or create a movieclip and attach it in your stage and using "for" condiction apply data inner the clip. init like this: _global.path = "http://server/folder/";var xmData:XML = new XML();xmData.load(_global.path + "data.xml");xmData.ignoreWhite = true;xmData.onLoad = function() { foto = this.childNodes[0].childNodes[0].childNodes[0].firstChild; name = this.childNodes[0].childNodes[0].childNodes[1].firstChild; desc = this.childNodes[0].childNodes[0].childNodes[2].firstChild;yourClip.foto.loadMovie(_global.path + foto);yourClip.NameText.text = name;yourClip.Description.text = desc;} U can initialize some like this .... GoodLuck! Compartilhar este post Link para o post Compartilhar em outros sites
abalest14 0 Denunciar post Postado Setembro 13, 2006 i don't know almost how to open flash, and then there is not only the part of code but even of graphic, i thank you soo much for the quickly help but i would like to find somebody that will create this banner. Who is interested please send me email or write here with the price for this work.many thanks Compartilhar este post Link para o post Compartilhar em outros sites
p.d 0 Denunciar post Postado Setembro 13, 2006 ill send mail.tks Compartilhar este post Link para o post Compartilhar em outros sites