[Flashcoders] How to take screenshot of sites , as seen on snap.com

2008-03-30 Thread Digg Yeah
Not sure if this is the right place to ask this, but can anybody share a pointer to how snap.com capture sceenshot of sites? Any help would be much appreciated. Thank you for your time. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Re: How to take screenshot of sites , as seen on snap.com

2008-03-31 Thread Digg Yeah
with subject or body 'help' to > > [EMAIL PROTECTED] > > > > You can reach the person managing the list at > > [EMAIL PROTECTED] > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Content

[Flashcoders] custom font in Combobox dropdown

2008-10-16 Thread Digg Yeah
Hi All, Is it possible to display custom fonts in the dropdown list of a Flash cs combobox component? I am trying to do something as shown at http://arulprasad.blogspot.com/2006/07/showing-list-of-fonts-in-flash-v2.html But im getting stuck at myCB.dropdown.listContent[i].cell.getTextFormat (); W

Re: [Flashcoders] custom font in Combobox dropdown

2008-10-18 Thread Digg Yeah
a(value:Object):void { > var tf:TextFormat = new TextFormat(); > tf.font = value.label; > textField.setNewTextFormat(tf); > this._data = data; > } > > CellRenderers are a bit fiddly to get right, but once they are working, > they are quite nice - if the cod

[Flashcoders] custom mouse pointer using Actionscript 3.0

2007-06-18 Thread Digg Yeah
Hi All, I tried the example for custom mouse pointer as shown in Flash cs3 documentation. It works fine. But when the pointer graphics is added from library, it works in a weird way. Mouse gets over the pointer graphics resulting in flickering and choppy animation. I have posted the source files

Re: [Flashcoders] wmode performance headache

2007-06-18 Thread Digg Yeah
In normal situation, flash player draws directly to the rectangular area of screen it resides in . But when wmode is set, the job is routed through browser. So basically, the setting wmode value puts performance at the mercy of the browser . If the browser has a bad implementation of wmode, then i

Re: [Flashcoders] Re: External preloader using loadClip() - is it a good idea?

2007-06-18 Thread Digg Yeah
To stimulate the preloading, Control> Testmovie . View> Stimulate download (set a download speed, and it will stimulate the speed ). [to prevent cacheing, Tools>Internet options>temporary internet files settings>check "every visit to page" ] _root is a reference to the root timeline of a swf

Re: [Flashcoders] Re: External preloader using loadClip() - is it a good idea?

2007-06-18 Thread Digg Yeah
OTECTED]> wrote: Thank you, but unfortunately this: On 6/18/07, Digg Yeah <[EMAIL PROTECTED]> wrote: > [to prevent cacheing, Tools>Internet options>temporary internet files > >settings>check "every visit to page" ] won't clear the flash cache for

[Flashcoders] AS3 custom mouse pointer from library impossible??

2007-06-25 Thread Digg Yeah
Creating a custom mouse pointer by attaching [addchild ] from library seems impossible in as3. Everytime i do it,the mouse actually shows up over the pointer movieclip if i move the mouse fast! Did anyone try using addchild to create mouse pointers from library ? I tried a lot, never works .[it w

Re: [Flashcoders] AS3 custom mouse pointer from library impossible??

2007-06-26 Thread Digg Yeah
isplay List it saw Library, it uses new Object, to manipulate the niveis, uses setChildIndex (DisplayObject (object), numChildren-1); var mc = new Symbol(); addChildAt(mc, numChildren-1); best regards Leandro Amano On 6/26/07, Digg Yeah <[EMAIL PROTECTED]> wrote: > Creating a custom m

Re: [Flashcoders] AS3 custom mouse pointer from library impossible??

2007-07-03 Thread Digg Yeah
OMG!!! Thanks a lot!! Wow! Thanks a lot Leandro . /Here is the solution // from Leandro Amano | leandroamano.com.br // See the solution (1 line... lol) //this is the solution, please, post in Flashcoders. //cursor.mouseEnabled = false; package{ import flash.display.MovieClip; import fl

[Flashcoders] Adobe trial download links screwed up??

2007-07-25 Thread Digg Yeah
Good evening, Looks like all trial download links are broken at: www.adobe.com/downloads/ This doesnt seem to be a browser issue .Can someone at Adobe please take a look at this issue? Thanks in advance. ___ Flashcoders@chattyfig.figleaf.com To change