Unity and flash

Hi all, im new at forum but not in unity. I`m spanish and my english is quite bad.

I love flash interfaces because are more beautifull than the Gui interface of unity (basicaly for the animated buttons etc). Is there any posibility to send info from flash to my unity3d code?

I read a post that said how to use flash animations into unity but that’s not i need. I need make my flash menu and send all variables to the html document who has the unity web player embebed.

Can anyone help me ?

Thanks a lot.

:slight_smile:

PD=Sorry for my “terrorist” english :).

you can’t put flash in front of unity in a html document either.

if thats no problem you can go through js calls that inform unity accordingly

Ok solved. I use the flash function (ExternalInterface) to send info from mi flash to the javascript and that info is readed for my unity3d code :P.