Re: [Flashcoders] How this is done?

2010-01-20 Thread Santhakumar K
Thanks Paul and Henrik, How to do transformation of a masked image to synchronized with video, any sample tutorial or demo available. I have no clue of achieving this effect. On Wed, Jan 20, 2010 at 6:13 PM, Henrik Andersson he...@henke37.cjb.netwrote: Uhm, the swfobject javascript

[Flashcoders] Actionscript Programmer from Chennai having Opportunity in Singapore

2006-09-11 Thread Santhakumar K
Flashcoders, Anybody from chennai willing to work in singapore. Please forward your resume with detailed description about your role and online links to me at [EMAIL PROTECTED] . It is an immediate requirement. Requirement: 2 to 3 years Flash Actionscript 2.0 OOP's programming Sending and

Re: [Flashcoders] How to secure actionscript code from reverse engineering

2006-08-08 Thread Santhakumar K
think of swfencrypt, secureswf, MT's Obfu (mtasc.org/obfu). -David R On 8/8/06, Santhakumar K [EMAIL PROTECTED] wrote: flashcoders, we developing one application that communicate from mobile to pc. mobile version is developed in j2me. pc version i am developing in flashplayer 7 which should

[Flashcoders] In the List Component how to add more than one icon in one item (eg. Yahoo Messenger's Address Book)

2006-07-14 Thread Santhakumar K
flashcoders, I am developing a appliction which should have more than one icon in one item (eg. Yahoo Messenger's Address Book). Anyone can help me in this regard. Thanks, santhakumar -- Santhakumar K Chennai India ___ Flashcoders

Re: [Flashcoders] how to decode base64 data and display in flash

2006-06-14 Thread Santhakumar K
not a good idea for big pictures, but should work for a single small thumbnail sized picture. You might combine the painting with nice effects, other than line by line. I am looking forward to your feedback. Regards, Matthias 2006/6/9, Santhakumar K [EMAIL PROTECTED]: Flashcoders, In my application

[Flashcoders] How to display Image decoded base64 (bytearray ) using loadMovie in Flash 7

2006-06-10 Thread Santhakumar K
Flashcoders, i am calling a servlet to decode the base64 format in to byte array and return as response. I can able to load image using the below function in Flash 8 var ByteArrayServlet:String = http://www.mywebserver.com//servlet/DecodeServlet;; loadMovie(ByteArrayServlet, imagecont_mc);

[Flashcoders] how to decode base64 data and display in flash

2006-06-09 Thread Santhakumar K
, --Santhakumar K Chennai India http://www22.brinkster.com/zkumar/main.html ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

[Flashcoders] File Upload using Flash7 and servlets

2006-06-09 Thread Santhakumar K
Flashcoders, I have to upload images from PC to server using flash7 and servlets. Is it possible to do it. I can use Flash8 for filebrowser. But only Flashpayer 7 is available for linux which doesnt support FileReference class. Thanks, --Santhakumar K Chennai India http://www22.brinkster.com

[Flashcoders] Adding more than one icon in Tree components

2006-05-25 Thread Santhakumar K
Flashcoders, Is it possible to add two icons in the Tree components. In the component reference library it is mentioned that we can able to modify icon in the existing icon field. Thanks, santhakumar ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] Adding more than one icon in Tree components

2006-05-25 Thread Santhakumar K
/dndTreeDynamicImages.html This was a bit tricky because the icon is not part of the cell in the Tree component. Best, Judah Santhakumar K wrote: Flashcoders, Is it possible to add two icons in the Tree components. In the component reference library it is mentioned that we can able to modify icon

Re: [Flashcoders] Accorion Question

2005-12-15 Thread Santhakumar K
In Help It is available in the compenet language reference Usage 1: *var listenerObject:Object *= new Object();*listenerObject*.change = function(*eventObject:Object*) {*// Insert your code here.* };accordionInstance.addEventListener(change, *listenerObject*); Usage 2: on (change) {*//