[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

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

[Flashcoders] Haxe for Mac

2011-06-07 Thread Tarjinder
Hi, I am working on an application which run on windows and MAC os x. I am using swfmill and haxe to generate swf file in my application. The application is working fine on windows. I need swfmill and haxe for mac os x. Can anybody help me out. Thanks Tarjinder

RE: [Flashcoders] XML Gallery Viewer

2011-06-07 Thread Merrill, Jason
but I need to have the fla source file to modify the code I think a better approach is to: 1. Learn how to load XML and get the data. 2. Learn how to create display objects with code, animate and present them. 3. Learn how to load external images. Jason Merrill Instructional Technology

RE: [Flashcoders] dynmically adding waves together problem

2011-06-07 Thread Cor
I draw my wave with this class: package com.codobyte.display{ /* @class: Sinus @author:Cor van Dooren @usage: Draw sinus dynamically @syntax:var s:Sinus= new Sinus(params); @params:positieX:int=0, positieY:int=200, lengte:int=200,

[Flashcoders] using this in AS3 classes?

2011-06-07 Thread Micky Hulse
Hi, Stupid question, but... Let's say I have some class properties: private var _mc1:MovieClip; private var _mc2:MovieClip; ... and methods: private function baz():void { ... } private function foo():void { ... } In my code, would it be overkill to always reference the above examples with a

Re: [Flashcoders] XML Gallery Viewer

2011-06-07 Thread Bassam M
Jason I knew all this but I was hoping to save time. Thanks On Tue, Jun 7, 2011 at 5:50 PM, Merrill, Jason jason.merr...@bankofamerica.com wrote: but I need to have the fla source file to modify the code I think a better approach is to: 1. Learn how to load XML and get the data. 2. Learn