PDA

View Full Version : putting dynamic mc into the ScrollPane


bosaxi
11-23-2005, 10:43 AM
Hello,

I made a simple fla document and attached it to the message.

The problem is;
There is one mc which name is "mv" in _root. And i was attaching mc mv1 into it with new name "mv11".

and after that i was changing the contentPath to the mv.
But i can't see the movie mv11 in scrollPane.

for demostrating i had put another mc into mv. when i run the fla, i can see the mc that i had put it.

it means that i cannot see the dynamic mc's which is attached onthe fly.


I hope, i can explain my self clearly.

Thanks,
bosaxi

sleekdigital
11-23-2005, 08:32 PM
I've answered this question so many times on this forum that I have lost count. You don't set the content path to a clip on the stage. You have to set it to the linkage id of a movieclip in your library. After that you can put content into the scrollpane by attaching other clips to the clip identified by the scrollpane.content property.