iFrame linking

Hey Friends,

Has anyone had success in using:

Application.OpenURL (“http://unity3d.com/”);

To link to an iFrame?

I have been playing with adding a target to this link call above. With no luck yet.

You could use Application.ExternalEval to call Javascript, which opens it in an iframe the “normal” way.

I have been looking all over the web for a clean Javascript code that will accept an:

Application.ExternalCall (“LoadMainFrame”, “Hello.html”);

Form Unity and use it to load ‘Hello.html’ into an iframe (‘Main’).

Does anyone know of a resource I can visit to find something that might work?

Sorry to bother friends. I figured it out and it works AWESOME! :slight_smile:

Loving Unity3D!