"MediaController" Component Acting Crazy!

Greetings…
Ok this has happened to me a couple times now, can anyone please help?!

I’ll drag an instance of the “MediaController” component and one of the “Media Display” component to the stage.

I’ll associate them using AS like so:
mediaDisplay_mc.associateController(mediaController_mc);

I’ll then load different FLV videos into the MediaDisplay component using setMedia();

It will work…sometimes.

Othertimes, I’ll make another FLA file, use the same technique and it wont work - the “MediaController” component will just sit there flickering back and forth between what looks like it’s horizontal and vertical states!

I dont get it…I can’t find anything different between the two FLA files?!

Can anyone help me with this?
Any help would be greatly appreciated.

Woah, this is an old post. But it is just the problem I have.

My mediaDisplay component worked fine then (I must have changed something, I know…) the controller (pause, volume controls) began to flick from vertical to horizontal and the video (.flv) doesnt load anymore.

Has anyone ever encountered and fixed this ?

Thank you.

Ok, I’ll post this in case anyone else is searching the forums for an answer.

The problem with the controls ‘flickering from horizontal to vertical’ and no video playing was caused because I had changed this setting:

[COLOR=blue]File/Publish Settings/Flash (tab)/Actionscript V2.0 - Settings…(button)/'Export frame for classes:[/COLOR]

I had set this to [COLOR=blue]2[/COLOR], changed it back to [COLOR=blue]1[/COLOR], republished and the problem went away.

Niceness :ne: