| CODE |
| CODE 1.Ðây là cách thông dụng nhất : CODE [dohtml]<center><table border="5" align="center" cellspacing="2" cellpadding="2" bgcolor=#3300ff width="275" height="50"><tr><td width="275" height="50"><embed height=50 src="http://......(link của bài cần post) " width=275 autostart="true" showstatusbar="true" loop="true" hidden="false"></tr></table>[/dohtml] 2.Cách dùng cho file *.mp3 và *.wma: CODE [dohtml]<Embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="http://......(link của bài cần post)" ShowControls=1 Auto Start=true ShowDisplay=0 ShowStatusBar=1 width=352><height=252></Embed>[/dohtml] 3.Cách dùng cho file *.ram và *.mid : CODE [dohtml] <embed SRC="http://......(link của bài cần post)" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="ImageWindow" HEIGHT="352" WIDTH="252" AUTOSTART="true"></embed>[/dohtml] 4.Cách dùng cho *.rm , *ram CODE [dohtml]<embed type="audio/x-pn-realaudio-plugin" WIDTH=352 HEIGHT=252 pluginspage="http://www.real.com/player/index.html?src=000629realhome" src="http://......(link của bài cần post)" autostart="true" name="RealPlayer" CONTROLS="ControlPanel,StatusBar"></embed>[/dohtml] |