12-03-2007, 03:53 AM
Hi everybody!!. I am a fresh newbie
. I have a small question and hope everyone to help me. 
![[Image: add1yg2.jpg]](http://img230.imageshack.us/img230/3536/add1yg2.jpg)
I have added this plusgin on my site but don't know how to add a button [flash] to the edit panel.
Thank a lots Rogem for this one.
. I have a small question and hope everyone to help me. 
![[Image: add1yg2.jpg]](http://img230.imageshack.us/img230/3536/add1yg2.jpg)
I have added this plusgin on my site but don't know how to add a button [flash] to the edit panel.
PHP Code:
<?php
// Flash Code Plugin
// By Rogem http://www.rogem.net/
// Version 1.2
// Tell MyBB when to run the hooks
// $plugins->add_hook("hook name", "function name");
$plugins->add_hook("parse_message", "flashcodecode_run");
//..... Code Here
// End of plugin.
?>Thank a lots Rogem for this one.