View Single Post
Old 07-12-2007, 06:21 PM   #4 (permalink)
MasterVision
Senior Forumer
 
MasterVision's Avatar
 
Join Date: Nov 2006

Posts: 1,065
Rep Power: 3 MasterVision is on a distinguished road
fTrader: (0)
fBuck$: 665
Bank: 4,247
Total fBuck$: 4,912

My Forumer
My Country:
Send a message via MSN to MasterVision Send a message via Yahoo to MasterVision Send a message via Skype™ to MasterVision
Default Re: (skinning/forum tips) Auto-Closing Tags

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...
MasterVision is offline   Reply With Quote