chingi schrieb: > hi all, > > i m trying to launch a applet but i m not able to do.code is > > <div class="primary" > <!-- InstanceBeginEditable > name="primaryContent" --> > <applet > CODE="com.softsynth.javasonics.recplay.RecorderUploadApplet" > CODEBASE="D:\NAYKODI\MSDEV\svn_main\main > \projects\RadSpeed\web\radspeed-TG1.0\radspeed\templates\listenup > \codebase" > ARCHIVE="JavaSonicsListenUp.jar" > NAME="JavaSonicRecorderUploader" > WIDTH="400" HEIGHT="120" > > > <param name="frameRate" value="11025.0" ></ > param> > <param name="numChannels" value="1" ></ > param> > <param name="maxRecordTime" value="20.0" >> </param> > <param name="refreshURL" > value="play_message.php?sampleName=welcome.wav" > </param> > > > <param name="uploadFileName" > value="welcome.wav" > </param> > > > <param name="uploadURL" > value="readWavFile" > </param> > > </applet> > > </div> > > > please suggest me
place the jar in the static directory of TG, and adjust the applet-attributes properly. Using D:\... won't work for anybody but you. Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

