this movie is one done in Flash 4 originally. When I take it into Flash MX and call it to the page it displays a still that is larger than the swf and will not drag. It works beautifully on its ownand has such simple code. Do I need to swith it to Mx codes to use it in an MX page -if so what do I need to change? I have already removed the forward slashes of Flash 4
Here is the code inside the movie swf itself. This is all the code used:
startDrag("hidden", true);
setProperty("movie2", _x, Number(getProperty("movie1", _x))+3557);
setProperty("movie2", _y, getProperty("movie1", _y));
stop();
What am I missing?


Reply With Quote