Make a Website : Support Forum

Quick Search

Go Advanced

Member Login

Remember Me? Not registered? | Forgot Password
 
Register
Welcome
 
Reply
Old 03-06-2010, 10:19 AM   #1 (permalink)
 
Senior Member
Join Date: Aug 2009
Posts: 136
Default Removing Sound Player

Hi,

I've added a sound file to one of my webpages. But is there a way I can remove the player so the sound just plays automatically?

Thanks
anonymous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-06-2010, 10:23 AM   #2 (permalink)
Website Builder's Avatar
 
Administrator
Join Date: Aug 2009
Posts: 199
Default

It is possible to make the audio play automatically and hide the player itself. However it requires you to change the code that operates the player. Our system by default hides you from the code and creates it automatically when you use our options to add the audio file.

First you need to add the sound file to your site. Full instructions can be found at Adding Sound Files | Create a website with a website creator

The standard code for the audio looks like this:

<embed width="270"
height="40"
loop="false"
autostart="0"
src="http://www.yourwebsite.com/shared/im...dio_Track.aiff">
</embed>

The bold portion is an example of the file name of the audio you would have uploaded. The other text creates the settings for the player.

To change the settings first add the player to the page using our system, as you have done already. Then click ‘Show HTML’ in the editor bar on the page. This will display the code that operates the page. Look for the code within the page which will be the same as above.

To make the player start automatically change the text next to where it says autostart from”0” to “true”

After this line in the code add the text hidden="true". This will hide the player from view.

Below is an example of what the code will look like once the player has been hidden and is set to autostart.

<embed width="270"
height="40"
loop="false"
autostart="true"
hidden="true"
src="http://www.reason8.com/shared/images/content/bus_36820/music/1_Audio_Track.aiff">
</embed>


After this line in the code add the text hidden="true". This will hide the player from view.

Be careful when changing the code not to remove any of the other text or symbols. Each character in the code is essential to make it work. Even the removal of a character such as a “ will prevent the player from working.


We hope this is helpful,
Reason8 Support
Website Builder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
 
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



 
Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0Copyright ©2000 - 2009, Reason8.com. (skin created by CompletevB.com)