# Add MovieClip to mx.Panel

**URL:** https://forum.kirupa.com/t/add-movieclip-to-mx-panel/277018
**Category:** flash
**Created:** [December 6, 2008, 10:11am UTC](https://forum.kirupa.com/t/add-movieclip-to-mx-panel/277018 "2008-12-06T10:11:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![beczesz](https://avatars.discourse-cdn.com/v4/letter/b/b5e925/32.png) [@beczesz](https://forum.kirupa.com/u/beczesz)
#### Post date: [December 6, 2008, 10:11am UTC](https://forum.kirupa.com/t/add-movieclip-to-mx-panel/277018/1 "2008-12-06T10:11:05Z")

</div>

Hi!  
I want to add MoovieClips to the Panel.

var panel:Panel = new Panel();  
var myrecord:MovieClip = new MovieClip();  
panel.addChild(myrecord);

I get this error:  
TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@4506f71 to mx.core.IUIComponent.

Can you help me?  
Thx
