Ciao a Tutti,
ho creato un mc chiamato home.swf in cui ho settato questa action:
on release {
conta=true;
getURL("index.html", "_self");
}
Quando apro index.html vorrei che la variabile "conta", appartenente a home.swf, venisse letta.
Che sintassi devo usare, o meglio, che cosa devo scrivere come Action nella pagina index.html ??
Grazie mille in anticipo !!
Angelo