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 the close
tag too. When displaying you can check the text for the same scenario then i
guess u can prevent these tags..

Cheers


On 5/25/07, Andy Andersson [EMAIL PROTECTED] wrote:


I have a scenario that I try to figure out, don't know if it is possible
yet, but maybe someone here on the list knows if it is?

Scenario are:
I have a couple of dynamic text fields and input text fields where people
write comments, send messages, display messages/blogs etc...
And it goes to the server and returns back to the flash app (everything
works fine) but, I don't want people to paste or write HTML tags in the
messages etc.. But if they do I want flash to filter/block those tags out
to
display in the flash app. So when the text gets back into the flash app,
it
should only contain real text, no HTML tags at all!

Is that possible?

Thanks
A


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
Durairaj
www.expertbuddy.net
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 using the tween class. It might
improve the performance. If the transitions is not using tween motion..Could
you send me the code for better understanding. So it might be helpful to
predict the problem. In  the second case i guess there might be some issues
with the toggling variable or other. If you send me the code for this too it
could be resolved

cheers
Durairaj

On 5/21/07, Vivek Lakhanpal [EMAIL PROTECTED] wrote:


Hi Everyone,

I have a very unique problem. If i play transitions on dynamically loaded
swf files in my container swf file. They all play nicely until i resize
them. When i resize the dynamically loaded swf files as per the size of
the
container file the transition slow down to almost 0speed midway for few
millisecond and then play.

2nd problem is that the container file i am referring here is a player
which
plays a slide show in it. For a better client experience i am loading all
swf files into dynamically created child container clips, after loading
each
swf file i stop it and set their visibility to 0. Now the problem is that
When i play the slide on it's turn and make it visible almost none of the
transition plays. I have to make it play the other way. I play the slide
when it's turn comes, set it's visibility to 1 and then set an interval of
almost 500ms after which i play a transition on that slide/clip and it
player nicely. I am not sure why is that.

Any suggestion or help in this regard will be highly appreciated.

--
Thanks  Regards,
Vivek Lakhanpal.
Phone: +91-987-608-2125 (India)
Skype ID: lakhanpalv
Website: http://viveklakhanpal.spaces.live.com
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
Durairaj
www.expertbuddy.net
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 affect the file size

Cheers
Durai
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com