Forum Moderators: open

Message Too Old, No Replies

dynamic text help?

         

aelithe

12:03 am on Oct 16, 2005 (gmt 0)

10+ Year Member



Hi, i've made a flash file that has a scrollable dynamic text file in it, it works well as a standalone file but when i load that swf file as a movieclip inside another file, the text file won't load/work. how do i solve this? i'm really stumped =( thanks in advance for those who can help me with this problem!

Richard_N

8:12 am on Oct 16, 2005 (gmt 0)



its all in the paths, check where you define the variable that calls in the text file and make sure its allowing for the movieclip insertion. ie

_root.movieclip_mc.dynamictextfile_txt

Best is usually to define stuff like this on the root timeline and scope it from there.