WYSIWYG assets
OUTDATED: Content has been merged with http://drupal.org/node/209509
First make sure you have both asset (http://drupal.org/project/asset) and tinymce (http://drupal.org/project/tinymce) installed and activated.

Download tinymce from http://tinymce.moxiecode.com, extract to the “tinymce” module folder. Now move the “drupalasset” folder form “asset/tinymce” directory to the “tinymce/tinymce/jscripts/tiny_mce/plugins/” directory. Add these lines of code to the tinymce/plugin_reg.php file:
$plugins['drupalasset'] = array();
$plugins['drupalasset']['theme_advanced_buttons1'] = array('drupalasset');
$plugins['drupalasset']['extended_valid_elements'] = array('img[class|src|border=0|alt|title|width|height|align|name]');
Now go to Administer>User management>Access control and give some role tinymce access permissions. Now you can go to Administer>Site configuration>TinyMCE and click Create new profile. Fill in the setting push “Create profile” and your done, now you can use TinyMCE to add assets to your content.
