Thanks.. actually there's a lot of waiting enhancement for this code.. this could be a good replacement for IFX of fmods. I actually tried that modification but too complicated, from installation and editing of codes and didnt work in my board.
So I tried to write some from basic function to more complex in the future.
In this code I also tried to have
YouTube button to automatically display youtube video from taking only the video key code (
http://www.youtube.com/watch?v=vU32QuXppkQ ) so you dont have to copy the whole embed code. then I choose to have tag code for that... tag is successfully embed but my problem and currently doing enhancement is by replacing the tag in topic view to the actual code like the code below, so that it will be normally displayed.
Code:
[dohtml]
<embed src="http://www.youtube.com/v/vU32QuXppkQ" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed>
[/dohtml]
but I cant find a way to change it in
innerHTML . If I got it working... this code could be more efficient than the code they have in fmods (IFX)
If you are interested you can also enhance this code.. and give me updates..
Thanks...