User Profile

Collapse

Profile Sidebar

Collapse
praskuma
praskuma
Last Activity: Mar 7 '08, 09:19 AM
Joined: Mar 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • praskuma
    replied to createElementNS on IE...
    Ya I agree!!!!!
    But somthing like this may not work..

    document.create Element("svg:sv g");

    Is there an alternative for this ?...
    See more | Go to post

    Leave a comment:


  • praskuma
    replied to createElementNS on IE...
    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 ?

    ...
    See more | Go to post

    Leave a comment:


  • praskuma
    started a topic createElementNS on IE...

    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......
    ...
    See more | Go to post

  • praskuma
    started a topic J2ME Question: Problem playing video...
    in Java

    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.*;
    ...
    See more | Go to post
    Last edited by JosAH; Apr 8 '07, 08:57 AM. Reason: added code tags for readability
No activity results to display
Show More
Working...