Código PHP:
<?
opentable("$post->post_title",740);
//aumentamos hits
$hits=get_post_meta($post->ID, "hits",true);
$hits++;
update_post_meta($post->ID, "hits", "$hits");
echo "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0' width='720' height='500' id='player' align='middle'>
<param name='allowScriptAccess' value='sameDomain' />
<param name='allowFullScreen' value='false' />
<param name='movie' value='".get_post_meta($post->ID, "swf",true) ."' /><param name='quality' value='high' /><param name='bgcolor' value='#000' /> <embed src='".get_post_meta($post->ID, "swf",true) ."' quality='high' bgcolor='#000' width='720' height='500' name='player' align='middle' allowScriptAccess='sameDomain' allowFullScreen='false' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' />
</object>";
closetable(get_post_meta($post->ID, "instrucciones",true));?>
Yo quiero que muestre este reproductor:
Código HTML:
<object width="100%" height="100%" type="application/x-shockwave-flash" id="player1" name="player1" data="http://w.longtailvideo.com/players/player.swf" style="visibility: visible;"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="wmode" value="opaque"><param name="flashvars" value="file=http://www.youtube.com/watch?v=tpzV_0l5ILI&skin=http://w.longtailvideo.com/skins/bekle.zip&autostart=true&controlbar=bottom"></object>
quiero agregar el reproductor de video mencionado , o si n ose puede ese, por ultimo este:
Código HTML:
<object width="510" height="320"> <param name="movie" value="http://www.3mp3.com.ar/swf/tubeplayer.swf" /> <param name="flashVars" value="videoId=tpzV_0l5ILI" /> <param name="allowFullscreen" value="true" /> <embed src="http://www.3mp3.com.ar/swf/tubeplayer.swf" width="510" height="320" flashVars="videoId=tpzV_0l5ILI" allowFullscreen="true" /> </object>