Topic: attachMovie problem

I have a problem using attachMovie to display buttons.  The first time the widget is loaded it works, but on subsequent loads the button never appears.

Any ideas?

--Scott

Re: attachMovie problem

Can you post your code?

Re: attachMovie problem

I've resolved this problem.  It was not related to attachMovie, but because static member variables apparently persist after the widget is unloaded.

Re: attachMovie problem

That's a problem with the current prototypes that use loadMovie() into the Control Panel to run widgets - in the production units this will not happen because wach widget will get its own, fresh instance of the Flash player.