Index: /FCKeditor/branches/features/new_samples/_samples/html/sample15.config.js
===================================================================
--- /FCKeditor/branches/features/new_samples/_samples/html/sample15.config.js	(revision 2227)
+++ /FCKeditor/branches/features/new_samples/_samples/html/sample15.config.js	(revision 2228)
@@ -80,7 +80,4 @@
 FCKConfig.CustomStyles =
 	{
-		'Strong Emphasis' : { Element : 'b' },
-		'Emphasis' : { Element : 'i' },
-
 		'Computer Code' : { Element : 'code' },
 		'Keyboard Phrase' : { Element : 'kbd' },
Index: /FCKeditor/branches/features/new_samples/_samples/html/sample16.config.js
===================================================================
--- /FCKeditor/branches/features/new_samples/_samples/html/sample16.config.js	(revision 2227)
+++ /FCKeditor/branches/features/new_samples/_samples/html/sample16.config.js	(revision 2228)
@@ -75,6 +75,4 @@
 FCKConfig.CustomStyles =
 	{
-		'Strong Emphasis' : { Element : 'b' },
-		'Emphasis' : { Element : 'i' }
 	} ;
 
@@ -84,6 +82,11 @@
 FCKConfig.ToolbarSets['Flash'] = [
 	['Source','-','Bold','Italic','Underline','-','UnorderedList','-','Link','Unlink'],
-	['Style','FontName','FontSize','-','About']
+	['FontName','FontSize','-','About']
 ] ;
 
-
+/**
+ * Flash specific formatting settings.
+ */
+FCKConfig.EditorAreaStyles = 'p {margin: 0px;}' ;
+FCKConfig.FormatSource = false ;
+FCKConfig.FormatOutput = false ;
Index: /FCKeditor/branches/features/new_samples/_samples/html/sample16.html
===================================================================
--- /FCKeditor/branches/features/new_samples/_samples/html/sample16.html	(revision 2227)
+++ /FCKeditor/branches/features/new_samples/_samples/html/sample16.html	(revision 2228)
@@ -45,8 +45,9 @@
 	<div>
 		This sample shows FCKeditor configured to produce HTML code that can be used with
-		<a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14808#TextArea_Component">Flash objects</a>.
+		<a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14808#TextArea_Component">Flash</a>.
 	</div>
 	<hr />
 	<form target="_blank">
+		<div style="float: left;">
 		<script type="text/javascript">
 <!--
@@ -62,5 +63,6 @@
 // original configuration file untouched.
 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/sample16.config.js' ;
-oFCKeditor.Height = 300 ;
+oFCKeditor.Height = 400 ;
+oFCKeditor.Width = 500 ;
 oFCKeditor.ToolbarSet = 'Flash' ;
 oFCKeditor.Value = '<p>This is some <b>sample text<\/b>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/p>' ;
@@ -68,10 +70,11 @@
 //-->
 		</script>
+		</div>
+		<div style="float:left; padding: 5px;">
+			<input type="button" style="position: relative; top: 190px;" value="->" onclick="sendToFlash();" />
+		</div>
+		<div id="fckFlashContainer" style="float: left;" />
 		<br />
-		<input type="button" value="Send HTML code to Flash object" onclick="sendToFlash();" />
 	</form>
-	<hr />
-	<p>Below is a Flash object with an HTML text control:</p>
-	<div id="fckFlashContainer" />
 	<script type="text/javascript">
 		var so = new SWFObject("sample16.swf", "fckFlash", "550", "400", "8", "#ffffff");
