An easy Q?

i’ve been to trying to include a dynamic text swf into the main page, where should i include it.

here’s the .fla

ohh…if u have any suggestions about the website…then go ahead.

one last thing. if u know website that explains this easy stuff, such as where to place a preloader/sounds into it ,would be great…

thanks alot

it want to put it when you want it to show up, i haven’t looked at the file but nobody can say where u want it to show up, if you want it to show up when a user pushes a button then make an event to handle it

where i want the file to be put is the right after the mainpage is loaded next to the buttons, it just didn’t work when i included this action scrpit into the action layer straight after the first line of the action layer

_root.contents.loadMovie(“final_text-1.swf”);

do you have something with the instance name “contents” ?

i’m sure what i’m supposed to do, but i just start playing around with it

1- i imported the final_text-1.swf into library, then dragged it into where i wanted to be into new layer above all the layers…but that didn’t work

2nd attempt is ,i created a blank mc , then had contents named as an instance , then

included this bit _root.contents.loadMovie(“final_text-1”); first into action layer, after the original action line, i could see the text loading but it’s off the stage and only loads the first letter…
then i placed b4 the original action line in action layer,but nothing happned.

if its appearing but off stage, in the movie ur loading make sure the sizes are the same and that the empty MC is at 0,0

or

make the external one what ever size, but make sure the Empty movie clip is where u want the top left corner to be thats all i can say if its working but off stage