Groups | Blog | Home
all groups > flash (macromedia) > october 2005 >

flash (macromedia) : Dynamic Text Field


dan mode
10/10/2005 5:53:23 PM
It is hard to know without looking at the fla file. My guess is that since
they are not being set at runtime, the AS is not on the stage at the same
time or place to set the fields.

--

Dan Mode

*Must Read* http://www.smithmediafusion.com/blog
__


[quoted text, click to view]

kryha1
10/10/2005 11:10:50 PM
I don't know why, but my dynamic fields in the window_mc don't display the text
on the last frame of this movie clip. It only works when I have my fields on
the first frame. same with the image loader.

Why?



on (release){
_root.window_mc.play();
_root.window_mc.textloader_mc.htmlText = "<b>Trans Alaskan Papeline<br>Pump
Station Explosion</b><br>Evaluated damage to concrete structures";


_root.window_mc.imgLoader_mc.loadMovie("images/1.jpg");
_root.window_mc.dateloader_mc.text = "1998";
}
kryha1
10/11/2005 12:48:07 AM
AddThis Social Bookmark Button