Excuse me your file accept the Spanish Characters like Ñ ñ or puntuaction signs * ´ * ? because i buyed one file but when i tried to write the new txt this characters don’t appear in the scene.
Posted 7 months ago
dynamic external text with drag scroll, load the exernal txt files and you can using the custom mouse cursor to drag scroll text .You can setup the scroll content width, height, x positions or y positions. comments added in fla.
My other portfolio: http://www.flashden.net/user/wangruyi
Posted about 1 year ago
Excuse me your file accept the Spanish Characters like Ñ ñ or puntuaction signs * ´ * ? because i buyed one file but when i tried to write the new txt this characters don’t appear in the scene.
Posted 7 months ago
@viktorgmez, be sure you have embed all your fonts. include all Characters.
Posted 7 months ago
Hi…. Wangruyi…!!!
Good file. A question: ¿There is possibility of placing background is transparent.????
¿How it would be necessary to make in Flash to place the background is transparent in such a way that it is possible to be seen what there is behind.????
Greetings Seba
Posted 7 months ago
Nice file! Just one question, Once I put my dynamic text in my movie, say on frame 4, when i go and stop/play to frame 4 everyting works fine but the text stays there even if I go to enother frame, it’s just stays there onthe top of my movie, I wonder if there is a way to toggle off this text on the rest of the frames of the movie (based on go-and-play script)
Thankyou. Innokentiy
Posted 6 months ago
@innokentiy. you can set the textfied as null. like this. my_txt.text =””;
Posted 6 months ago
I have problem with html text.
In fact when html includes the “ampersand” sign (&
this flash component breaks text at the ampersand position.
But inhtml syntax & is a very common character so this flash component results unusable for me.
Any suggestion ?
thank you
@visionova. this is not a problem. you can open a new flash try this code:
trace(escape(“&”
); then you will know the result. so if you want using & you need replace it with 26%. It will works fine.
How do you increase the spacing between sentences? I changed the font to Avant Guard, size 16px, and the sentences are squished together.
Thanks in advance,
Renee
Posted 4 months ago
Also, any idea why the font is completely different when the .swf file is embedded in an .html document? When I test the .fla file, the font looks correct, but when I embed the .swf file, the font looks like Times Roman.
Thanks in advance,
Renee
Posted 4 months ago
@rmaslikhov. please add a new line like this: format.leading = 20; after the 27 line code. then you can control the space between the sentences.
the second question. I think you need embed the font. At first you need create a new Dynamic TextField on the stage. selected the textField. embed your fonts. and be sure you have changed the code:format.font = “Avant Guard”;
Posted 4 months ago
I have this set to load inside a container movie clip and it doesn’t work. Works fine before it is loaded from the container, in flash, but no luck otherwise. For your reference, i’m trying to use it with this template http://www.flashden.net/item/h-scroll-portfolio-v2-/6093
Posted 4 months ago
Let me clarify, my main swf loads images and swf via XML into the swf. When it loads the swf with this text the text will not scroll and the mouse “hand” is all over the place and not aligned.
Is there anything I can do to make this work?
I really really want this to work.
Posted 4 months ago