
12/11/2008, 21:39
|
| | Fecha de Ingreso: noviembre-2008
Mensajes: 21
Antigüedad: 16 años, 4 meses Puntos: 1 | |
.mov embedded y variables hola que tal, de nuevo molestando un poco, esta vez tengo un problema tratando de insertar una variable php dentro de un objecto
$url1= "http://www.mipagina.com/mivideo.mov"
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="854"HEIGHT="480"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="$url1">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="$url1">
</EMBED>
</OBJECT>
muchas gracias.
PD: si tienen algunos parametros copados para modificar el objeto me gustaria saber tmb |