Ya I agree!!!!!
But somthing like this may not work..
document.create Element("svg:sv g");
Is there an alternative for this ?...
User Profile
Collapse
-
Hi
I read the thread and it points to one more thread
http://simonwillison.n et/2003/Jun/15/javascriptWithX ML/
where it says replace all occurences of createElementNS with createElement.
But my if i say
document.create Element("svg:sv g");
thing may not work, since svg:svg is present in the http://www.w3.org/2000/svg namespace, how do i specify that ?
...Leave a comment:
-
createElementNS on IE...
Hi All
document.create ElementNS works fine on firefox, but not on IE.
I use this fuction to create SVG objects on the fly
for example.....
SVG.ns = "http://www.w3.org/2000/svg";
var svg = document.create ElementNS(SVG.n s, "svg:svg");
Some of the forums suggested to use document.create Element insteaad of document.create ElementNS on IE......
... -
J2ME Question: Problem playing video...
Hi
I'm trying to play a video using j2me api I have the following code
But for some reason the video doesnt apear on the emulator.
I'm using netbeans IDE with the sun emulator.
Can you please let me know if i need to tweak this code to see the actual video on the emulator ?
Thanks
Prasanna
...Code:package p2; import java.io.*; import javax.microedition.io.*;
No activity results to display
Show More
Leave a comment: