Unity3D + Flash?

Hi all,
I was wondering if Unity3D is capable of running flash…I mean if you add a flash object into your scene Unity is able to let you view the animation or whatever it is…

If not, is possible to put a flash object inside Unity3D and be able to open it with a normal browser ( like Mozilla or Chrome ) in a new window?
Thanks :slight_smile:

Neither can unity use flash, nor can flash use unity, nor can you overlay unity with flash in a webbrowser.

but yes you could use Application.OpenURL to open a new window in a standalone (within the webbrowser you would need to use ExternalCall / ExternalEval and hope that the popup blocker won’t kill it)

Got it, good thing that I can use the Application.OpenURL, I’ll give it a try

Thanks :slight_smile:

Actually, there are some examples of users putting in interactive web pages into their games by rendering the webpage as a[(n) interactive?] texture. The example shows youtube, so I assume it will play well with flash.

Here is the thread with the info!
http://forum.unity3d.com/threads/4990-htmlTexture-plugin?p=37182#post37182

Nice, I didn’t notice that :slight_smile:
I’ll see what I can do, thanks :smile:

No problem. I’m glad I could help, I hope that solution can work well for what you want it to do! Good luck on your project!