
11/10/2005, 11:27
|
 | | | Fecha de Ingreso: febrero-2005 Ubicación: Uruguay
Mensajes: 511
Antigüedad: 20 años, 1 mes Puntos: 11 | |
podes pasarle por parametro, al invocar el swf, pones algo del estilo miflash.swf?user_ID=42
y dentro de actionscript... podes hacer algo tipo
on (release) {
url = "miweb.php?user_ID" + _root.user_ID;
getURL(url,"_self");
} |