Re: [Flashcoders] Hi List!

2007-05-24 Thread Durairaj Subramaniam
Hi Andersson, It is possible by checking for the Html tags using the textField.onChanged event. Check through the tags with splitting up the "<" and ">" then when the text inside these contains any predefined tags .alert the user that these contains the html tag. Or you can check for

Re: [Flashcoders] MC xscale/width/yscale/height with MCL

2007-05-24 Thread Durairaj Subramaniam
I guess you didnt add the listener to the movieClip loader using movieClipLoader.addlistener(ListenerObj).. That might be the reason your clip doesnt loads up and it is not seen.. Check back the code again for the method addlistener I think that might be the cause. On 5/25/07, Eric E. Dolecki

Re: [Flashcoders] Transitions on dynamically loaded swf slow down if you resize that loaded swf file and then play the transition.

2007-05-22 Thread Durairaj Subramaniam
Hi Vivek I didnt understand much about your problem from the explanations. But as for my understanding these might be the issues.. I guess the transitions clip might be heavy . so only when resizing it doesnt play at normal speed what u expected. I guess you can try out some way of transitions us

[Flashcoders] File optimization

2007-05-17 Thread Durairaj Subramaniam
Hi Coders, I am now being much concerned about the optimisation technique that i was following over in my prjects. The client asks much look and feel interface. So the designer has developed in with each and every mc using filters(drop shadow, glow etc... Whether it would affe