|
|
|
|
|
|
|
Custom content ringtones
On this page you will find a step-by-step manual to offer your custom content monophonic ringtones in RTTTL format.
Step 1: Add the standard include
Be sure that you've add the 'standard include' of Ringtonio to your source code: this is the topmost of the 2 Javascript codes which you get when you walked through the 'Build GSM site' wizard. If you haven't add the 'include' yet:
then decide here which code you want to be included (The link will appear in a new window).
Further, you have to add the code as a standard include, you are going to use this function for sending the ringtones (insert between <HEAD> and </HEAD>):
Step 2: Links to the order form
After this you can add your own content on the following way:
Please note: Give your 'id' an own reference number, this will be shown at your orderdetails.
- Link to the ringtone player:
playrtttl(titel,id,rtttl);
- Example: Listen to this ringtone
- Code:
<a href="#" onClick="playrtttl('Theme - Flodder',12345,'Flodder:d=16, o=5, b=140:2d6, 8c6, 8d6, 8f6, 2a#, 8g, 8a, 8a#, 1c6, 4a#, 4a, 4a#, 2c6, 2d6, 8c6, 8d6, 8f6, 2a#, 8g, 8a, 8a#, 1c6, 4a#, 4a, 4a#, 2c6');return false;"> Listen to this ringtone </a>
- Link to the order popup:
sendrtttl(titel,id,rtttl);
- Example: Order this ringtone
- Code:
<a href="#" onClick="sendrtttl('Theme - Flodder',12345,'Flodder:d=16, o=5, b=140:2d6, 8c6, 8d6, 8f6, 2a#, 8g, 8a, 8a#, 1c6, 4a#, 4a, 4a#, 2c6, 2d6, 8c6, 8d6, 8f6, 2a#, 8g, 8a, 8a#, 1c6, 4a#, 4a, 4a#, 2c6');return false;">Order this ringtone</a>
Watch out!
Be sure that your ringtones satisfy to the RTTTL specification. When it's not, then there shall be the Kabouter Plop song played instead of your ringtone.
When that's the case, check your RTTTLs! 
|
|
|