Re: [Flashcoders] XML Gallery Viewer

2011-06-08 Thread John R. Sweeney Jr
When your in a pinch, you could look into one of the components at www.flashden.com or www.flashloaded.com and look at the methods and properties that you have access too. Then you can do a lot of custom stuff around or over that component. Not the best way, but when time is short, it can work. G

Re: [Flashcoders] XML Gallery Viewer

2011-06-07 Thread Bassam M
___ > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com [mailto: > flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Bassam M > Sent: Tuesday, June 07, 2011 3:24 AM > To: Flash Coders List > Subject: [Flashcoders] XML Gallery V

RE: [Flashcoders] XML Gallery Viewer

2011-06-07 Thread Merrill, Jason
ubject: [Flashcoders] XML Gallery Viewer Hi Guys I need AS2 xml gallery viewer, it should be thumbnail and big image something like this http://www.flashgallery.org/demo.html but I need to have the fla source file to modify the code Thanks Bassam ___ Flashcoders m

Re: [Flashcoders] XML Gallery Viewer

2011-06-07 Thread Karl DeSaulniers
google is your friend try.. "Flash AS2 xml gallery example" Best, Karl On Jun 7, 2011, at 2:24 AM, Bassam M wrote: Hi Guys I need AS2 xml gallery viewer, it should be thumbnail and big image something like this http://www.flashgallery.org/demo.html but I need to have the fla source file to mo

[Flashcoders] XML Gallery Viewer

2011-06-07 Thread Bassam M
Hi Guys I need AS2 xml gallery viewer, it should be thumbnail and big image something like this http://www.flashgallery.org/demo.html but I need to have the fla source file to modify the code Thanks Bassam ___ Flashcoders mailing list Flashcoders@chattyf

Re: [Flashcoders] XML GALLERY

2005-12-20 Thread Jose Maria Barros
Ok..sorry to bother...but i have one question...its possible to insert this code in a movie clip? because ive tried.. putting _root in all..but it didnt worked. Ive wanted to put this in other movie because i wanted to this code load after and animation Thanks... On 12/20/05, Jose Maria Barro

Re: [Flashcoders] XML GALLERY

2005-12-20 Thread Jose Maria Barros
OK..ive found it..i forgot to put the "this" in the thumbHolder Variable... On 12/20/05, Jose Maria Barros <[EMAIL PROTECTED]> wrote: > Heelo---well ive made some "progress", but the problem is that it > only shows one thumbnail of the xml grid--..can anyone help me? > > > ///XML > myPhoto = new

Re: [Flashcoders] XML GALLERY

2005-12-20 Thread Jose Maria Barros
Heelo---well ive made some "progress", but the problem is that it only shows one thumbnail of the xml grid--..can anyone help me? ///XML myPhoto = new XML(); myPhoto.ignoreWhite = true; myPhoto.onLoad = function(success) { //portfolioTag = this.firstChild; gridx = 58; gri

Re: [Flashcoders] XML GALLERY

2005-12-20 Thread Martin Wood
looks like your xml and your code dont match. the debugger says your xmlnode has attributes thmb and main, your code says 'swf' and 'link' ? maybe thats it. martin Jose Maria Barros wrote: ups..sorry..forgot..well...it doesnt download the thumbnails..here is the code in the debugger Vari

Re: [Flashcoders] XML GALLERY

2005-12-20 Thread Jose Maria Barros
ups..sorry..forgot..well...it doesnt download the thumbnails..here is the code in the debugger Variable _level0.picHolder = [object #6, class 'XMLNode'] { } Variable _level0.thumbHolder = [movieclip:_level0.thumbnails.thumbnail8] Variable _level0.thumbLoader = undefined On 12/20/05, Morte

Re: [Flashcoders] XML GALLERY

2005-12-20 Thread Morten Barklund Shockwaved
Jose Maria Barros wrote: Hello! Im trying to do a portfolio gallery with a grid and small thumbnails with xml. I ve been doing some tutorials to help me..but this thing doesnt work. [snip] The xml file is made correctly and the path for the images is link="imagens/somepic.jpg" The problem is

[Flashcoders] XML GALLERY

2005-12-20 Thread Jose Maria Barros
Hello! Im trying to do a portfolio gallery with a grid and small thumbnails with xml. I ve been doing some tutorials to help me..but this thing doesnt work. i wanted this: 1 2 3 4 5 6 7 8 9 The xml file is made correctly and the path for the images is link="imagens/somepic.jpg" And here is