Page 1 of 1

Finding text in the control + changing the text colour...

Posted: Sun Jan 09, 2005 2:54 am
by SWFDeveloper
Dear TFlashPlayerControl,

I don't know if I am asking too many questions, but I do appreciate your support.

My new questions are:

1) Is there a way to find text in the control and select it?

2) Is there a way to change the colour of the text?

Links or samples will be highly appreciated...

Thanks for your help and support.

:D

Posted: Sun Jan 09, 2005 3:44 pm
by Softanics
I don't know any way how to make it possible. For the component, a movie is monolithic and there are no ways to manipulate internals of the movie.

Posted: Thu Jan 13, 2005 11:12 am
by Michael Kaba
You can parse binary data inside swf and store final swf in a memory stream and load using flashplayercontrol from memory stream. I do it for myself :) very useful for me.

Michael