Subversion Repositories wimsdev

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !set audiof_=!word 1 of $wims_read_parm
  3. !! This avoids module errors if people try to hack.
  4. !if .. isin $audiof_
  5.  !exit
  6. !endif
  7. !if $wims_read_parm=$empty
  8.  !exit
  9. !endif
  10.  
  11. !set options=!word 2 to -1 of $wims_read_parm
  12.  
  13. !set audio_=!word 1 of $wims_read_parm
  14. !readproc slib/media/audio $audio_, $options
  15.  
  16. $slib_out
  17.