Search results

  1. R

    Error in Flash when i try to import text from external notepad to dynamic

    text field i got the following error? Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts. can anybody help me to correct this error?
  2. R

    can anybody tell how to validate the radio button in java script?

    i wrote the following code but its not properly working... <script language="javascript"> var r=form1.gen; function valid() { if(r==null) { alert("No Button is selected"); return false; } } </script> <html> <body> <form name="form"> <input type ="radio" name="gen"value="male">MALE<br> <input...
Back
Top