- Timestamp:
- 2008-07-23 11:34:16 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/new_samples/_samples/html/sample16.html
r2260 r2264 29 29 <link href="../sample.css" rel="stylesheet" type="text/css" /> 30 30 <script type="text/javascript" src="../../fckeditor.js"></script> 31 <script type="text/javascript" src=" swfobject.js"></script>31 <script type="text/javascript" src="assets/swfobject.js"></script> 32 32 <script type="text/javascript"> 33 33 function sendToFlash() … … 40 40 function init() 41 41 { 42 var so = new SWFObject("sample16.swf", "fckFlash", "550", "400", "8", "#ffffff") ; 42 var so = new SWFObject("assets/sample16.swf", "fckFlash", "550", "400", "8", "#ffffff") ; 43 so.addParam("wmode", "transparent"); 43 44 so.write("fckFlashContainer") ; 44 45 } … … 73 74 // Instruct the editor to load our configurations from a custom file, leaving the 74 75 // original configuration file untouched. 75 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/ sample16.config.js' ;76 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/assets/sample16.config.js' ; 76 77 oFCKeditor.Height = 400 ; 77 78 oFCKeditor.Width = '100%' ;