Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
decenttp #1
Animating text from a external text file
Hi, can someone please guide me on how to animate text in flash which is loaded
from a external text file. The way we load text in dynamic text box and scroll
it, is it possible to animate the text thus loaded into the dynamic text box.
Also how to load an external image file in flash?
decenttp Guest
-
External file and html text
First of all this is my code: //------------------------------------------------------- System.useCodepage = true; // Load Text (External... -
Changing an external text file....
Hello - I was wondering if the following was possible, and if so then how it would be accomplished.... Let's say I have a text file called... -
displaying text from an external text file
Hi Guys I have created a basic Flash 'thing' that fades in and out about 10 words from various angles. What I would like to be able to do is... -
newbie q: External text file
hi, I need to import a text file, so that it will read the external file rather then view it in director, so that when i make the projector i can... -
Printing a external text file or printing a text field cast member...
use BuddyApi Xtra to use external app. for print a file like MSWord, -
decenttp #2
Animating text from a external text file
Hi, can someone please guide me on how to animate text in flash which is loaded
from a external text file. The way we load text in dynamic text box and scroll
it, is it possible to animate the text thus loaded into the dynamic text box.
Also how to load an external image file in flash?
decenttp Guest
-
Jack. #3
Re: Animating text from a external text file
to load an image - movieclip.loadMovie("a.jpg"); // a.jpg must be
non-progressive format
to animate a dynamic textfield you must embed the font outlines,
if loading text from text file, perform a frame loop, or onClipEvent(data) or
use the LoadVars.onLoad handler to ensure that all data is loaded
before you attempt to animate it,
search for details of the above at -
[url]http://www.macromedia.com/support/flash/[/url]
and
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
hth
Jack. Guest



Reply With Quote

