Se vuoi rendere lo sfondo di un swf trasparente:
http://flash-mx.html.it/faq/view_faq.asp?idcat=3&id=4
se vuoi far diventare trasparente un MC, la proprieta e
mc._alpha = 0;
oppure
mc._visible = false;
Se vuoi rendere lo sfondo di un swf trasparente:
http://flash-mx.html.it/faq/view_faq.asp?idcat=3&id=4
se vuoi far diventare trasparente un MC, la proprieta e
mc._alpha = 0;
oppure
mc._visible = false;
Ciao DeR