[webkit-help] object tag s60 e71x

Pugliese tony at ajpugliese.com
Thu Nov 12 14:05:57 PST 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20091112/4da21561/attachment.html>


More information about the webkit-help mailing list