[Flashcoders] stageListeners in as2.0

2011-05-16 Thread amol
=Stage.width/100; var bbb:Number =Stage.height/100; TweenMax.to(_level2, 1.5, {_x: aaa * 3, _y:bbb *-4, ease:Expo.easeOut}); }; Stage.addListener(stageListeners1); Any additional code would be greatfull!! Thanks amol ___ Flashcoders mailing list

[Flashcoders] load one swf movie after another

2011-05-06 Thread amol
when it is finished. Ideally i want one movie to the next to be seemless. Can I have the others swf`s loading in the background while the first one is playing I am using as2.0 Thanks Regards amol ___ Flashcoders mailing list

[Flashcoders] 360 degree rotation

2011-04-25 Thread amol
Hi all, any one have an idea how to create a 360 degree(spin,rotation) views of a object. in as3.0 . thanks, a ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] 360 degree rotation

2011-04-25 Thread amol
thanx Cor But i need like this http://www.somersetdesign.co.uk/3drotator.php regards amol - Original Message - From: Cor c...@chello.nl To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Monday, April 25, 2011 12:26 PM Subject: RE: [Flashcoders] 360 degree rotation

Re: [Flashcoders] 360 degree rotation

2011-04-25 Thread amol
: On 25/04/2011 08:47, a...@yonearth.com wrote: thanx Cor But i need like this http://www.somersetdesign.co.uk/3drotator.php regards amol It's not that complicated. 1) put object on turntable. 1b Err.. take PHOTO here! LOL 2) rotate turntable X degrees Oops, TAKE PHOTO! 3) If object

[Flashcoders] Multiple catagory search with combobox

2010-10-29 Thread amol
Hi All, Is there any referance for multiple category search in action script 2.0, Thanks a ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Text area focus

2010-06-15 Thread Amol
= true; this.borderColor = 0; this.background = true; this.backgroundColor = 0; }; Regards amol - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash List flashcoders@chattyfig.figleaf.com Sent: Tuesday, June 15, 2010 9:51 AM Subject: [Flashcoders

Re: [Flashcoders] swf compressing

2010-06-10 Thread Amol
hi, you can optimize .swf file with flash optimizer like ( eltima flash optimizer) amol - Original Message - From: Latcho spamtha...@gmail.com To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, June 11, 2010 1:18 AM Subject: [Flashcoders] swf compressing

[Flashcoders] ForceSmoothing a movie clip in ActionScript 2

2010-05-29 Thread Amol
= new BitmapData(bt_mc._width, bt_mc._height, true, 0x00); bt_mc.attachBitmap(bitmap, 80, auto, true); bitmap.draw(bt_mc); } smooth(bt_mc); bt_mc.forceSmoothing = true; Regards amol ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] changing url without reloading page/swf in as2.0

2010-04-08 Thread Amol
/swfaddress/ From: flashcoders-boun...@chattyfig.figleaf.com [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Amol [a...@yonearth.com] Sent: Thursday, April 08, 2010 12:33 AM To: Flash Coders List Subject: [Flashcoders] changing url without

[Flashcoders] changing url without reloading page/swf in as2.0

2010-04-07 Thread Amol
Hi list I've seen a site a while back that as you went through it, it would change the url without reloading the page/swf. I want to know how do i build a Flash navigation as the movie plays or if click on buttons have it change the url and the html text but leave the swf playing? I am

[Flashcoders] click tracking code for flash banner adds

2010-03-12 Thread Amol
Hi to all I need a as 2.0 script for banner adds click tacking, I am using given below code which is not working properly System.security.allowDomain(); System.security.allowInsecureDomain(); System.security.allowDomain(); System.security.allowInsecureDomain();

[Flashcoders] banner click tracking code problem

2010-03-10 Thread Amol
Hi list, I have a problem with banner tracking code I am using flash banner with player 6.0 and as 1.0 and the code is System.security.allowDomain(test.com); System.security.allowInsecureDomain(test.com); System.security.allowDomain(test.com);

Re: [Flashcoders] external interface

2010-01-15 Thread amol
It is because of your js just chang this lightbox++.js and check - Original Message - From: Gustavo Duenas gdue...@leftandrightsolutions.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Saturday, January 16, 2010 5:09 AM Subject: Re: [Flashcoders] external