On a nokia web-kit/media net browser s60 v3.28
I have been able to successfully use the object tag using javascript for
embeding videos into a web page . I have not,however, been able to embed a
url. I get a little icon within a div but the url is not brought into the page.
The code works on safari, but not in the media net browser. This is the
code I use:
var url= document.createElement("object");
newObj.appendChild(url);
url.id="testobject";
url.type="text/html";
url.data="some url";
url.width="100%"
url.height="100%"
I have tried multiple content types without success. Appreciate any
information
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help