id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3999	It is impossible to remove Preview from Flash dialog	arczi		"To reproduce:

- Please add the following lines to samples/api_dialog.html:
{{{
37. if ( dialogName == 'flash' )
38. {
39. 	var infoTab = dialogDefinition.getContents( 'info' );
40. 	infoTab.remove( 'preview' );
41. }
}}}

- Add also 'Flash' to toolbar definition in the same file.

- Open flash dialog.

Result: JS error:
{{{
dialog.getContentElement(""info"", ""preview"") is undefined
http://localhost/edytor/CKEditor/trunk/_source/plugins/flash/dialogs/flash.js
Line 324
}}}
"	Bug	confirmed	Normal		UI : Dialogs				
