Unity web player on Html Texture make crash

Hola a todos,
I’m working on a new project and I need to create a texture from a webpage.
In this page there’s a little app make in unity and it run with a Unity web Player.
If I use the HTMLrender object all works fine but when I put the link of webpage in HTML texure (URL or String), this make a crash…
anything can help me???’

thanks
Aelf

have you tried using HTMLTexture (EX9.Texture URL) it uses the chromium framework an might work better.

yes, I’ve tried it.
the problem is the Unity Web Player plugin…
When I use the render HTML it work

bah…
:)

just a guess: have you tried the native client export with HTMLTexture (EX9.Texture URL) instead of unity webplayer?