I am trying to load a movie clip into scrollpane on 2004 pro, but it doesn't
seem to work...
On Flash mx, it was possible to load a movie clip which is on the stage into
a
scrollpane
like
myscrollPane.setScrollContent.(_root.myMovie);
but on 2004 pro
myscrollPane.contentPath(_root.myMovie)
doesn't seem to work
Is there any way that i can load movie clip into scrollpane?
|