Saturday, July 28, 2007 Tip of the Day: Using R:Audio Player Plugin with R:BASE Turbo V-8
In order to use R:Audio Player Plugin with R:BASE Turbo V-8, you have to make sure that the version specific RAudioPlayer80.RBL Plugin is either installed in the R:BASE Turbo V-8 installation default folder, such as C:\RBTI\RBG8 or in the compiled (.exe) application folder. The RAudioPlayer80.RBL Plugin is used to play audio files. The Plugin supports the following audio formats: . AVI . MDI . MP3 . WAV . WMA R:AudioPlayer does not appear in the R:BASE for Windows Plugins Menu. Syntax: PLUGIN RAudioPlayer80.RBL vResult|option Supported Options: . FILENAME filespec . PLAY . PAUSE . RESUME . STOP Where: . vResult is the text variable to return the status, such as 'OK' or the exact -ERROR- message . FILENAME is the name and path of the audio file . PLAY is used to play the current file . PAUSE is used pause the current file . RESUME is used resume playing the current file Each option must be separated by a "|" pipe symbol. -- Example 01: To load and play audio file PLUGIN RAudioPlayer80.RBL vResult|FILENAME DreamTheater_Octavarium.mp3 PLUGIN RAudioPlayer80.RBL vResult|PLAY RETURN -- Example 02: To pause the already playing audio PLUGIN RAudioPlayer80.RBL vResult|PAUSE RETURN -- Example 03: To resume the paused audio PLUGIN RAudioPlayer80.RBL vResult|RESUME RETURN -- Example 04: To stop the audio player PLUGIN RAudioPlayer80.RBL vResult|STOP RETURN Please Note: There are 3 different versions of R:AudioPlayer Plugins available for each version of R:BASE for Windows. 01. RAudioPlayer.RBL (for R:BASE 7.5 for Windows) 02. RAudioPlayer76.RBL (for R:BASE 7.6 and 7.6 C/S:I for Windows) 03. RAudioPlayer80.RBL (for R:BASE Turbo V-8 for Windows) These Plugins are only made available through the purchase of the R:BASE Plugin Power Pack. http://www.rbase.com/products/pluginpowerpack If you are a registered user of R:BASE Plugin Power Pack and would like to obtain updated R;AudioPlayer Plugins, please call 1+724.733.0053 or send an e-mail to mailto:[EMAIL PROTECTED]:AudioPlayer_Updates Enjoy and make sure to have fun! Very Best R:egards, Razzak.

