On Sun, 2013-02-24 at 17:49 +0100, vu...@tiscali.it wrote:
> Hello,
>
> I have noticed that not all the HTML code works with WebView.HTML. So, in
> this cases I must use WebView.Url property.
>
>
> Example, if this HTML code:
>
>
>
> src="my_file_audio">
>
>
>
>
>
El 24/02/13 17:49, vu...@tiscali.it escribió:
> Hello,
>
> I have noticed that not all the HTML code works with WebView.HTML. So, in
> this cases I must use WebView.Url property.
>
>
> Example, if this HTML code:
>
>
>
> src="my_file_audio">
>
>
>
>
>
>
> it doesn't wo
Hello,
I have noticed that not all the HTML code works with WebView.HTML. So, in this
cases I must use WebView.Url property.
Example, if this HTML code:
it doesn't work if I write:
WebView1.HTML = ""
but it works, if I write it in a "html file", and then I re-call it