Select Webserve Support
F.A.Q
Ask
a question
Search
F.A.Q
List
of all F.A.Q
Tutorial Movie
Ensim Pro Reseller Admin Series
Ensim Pro Site Admin Series
Ensim Pro End User Admin Series
Dreamweaver
MX Series
WS_FTP
Series
Cute
FTP Series
FrontPage
2002 Series
Help Desk
Documentation
Network Status
Contact Us
Live Help
|
|
|
|
faq : Ensim Unix : auto-play RA file |
  |
|
| Question: | How can I embed a RA file so it will auto-play when my page is loaded? | | Answer: | 1. Create the sound file, for example:
mysound.rm
2. Create a text file called, for example "mysound.rpm"
In the text file put:
http://www.yourdomain.com/mysound.rm
3. Put the code below somewhere on your Web page:
Code:
| <EMBED SRC="mysound.rpm" WIDTH=250 HEIGHT=35
CONTROLS=ControlPanel AUTOSTART=TRUE> |
|
4. Upload the *.rm, *.rpm, and web page to your server.
If don't want the "player" to show on your page -- no problem.
Use this code:
Code:
| <EMBED SRC="mysound.rpm" WIDTH=250 HEIGHT=35
CONTROLS=ControlPanel AUTOSTART=TRUE HIDDEN=TRUE> |
|
Additional references to the "embed" tag can be found here:
http://developer.netscape.com/docs/manuals/htmlguid/tags14.htm#1286379 | | last updated 20.08.2002 | |
| |
|
|