Custom content polyphonic ringtones
It is also possible to send your own polyphonic ringtones through the Ringtonio system. Follow the steps below to get started:
Step 1. Convert ringtones
Make sure that you have converted the ringtones in the 3 proper formats, give them the extentions given between parentheses:
- 4-kanaals midi (.mid)
- 16-kanaals Samsung-MMF (.mmf)
- I-mode (.mld)
Example: save a ringtone 'nolimits' as nolimits.mid, nolimits.mmf and nolimits.mld
Step 2. Upload
When all ringtones have been converted you can upload them to your server. Enter the directory on your server where the ringtones are saved below.
This path will not be visible for users to provide optimal security for your content.
Example: when you enter http://www.beltonensite.nl/polyfoon , the I-mode version of 'nolimits' will be called as
http://www.beltonensite.nl/polyfoon/nolimits.mld
Step 3. Insert standard include
Make sure that you've inserted the so called "standard include" of Ringtonio in your source:
this is the first of the two javascript codes you get after having gone through our Wizard.
When you haven't already included this script:
find out here which code you should insert
(link will open in a new window).
Next, insert the following code. This Javascript function will be used furtheron for the link to the orderpopup:
Step 4. Link orderpopup
You can now make the link to the orderpopup using the function you just defined. Note that not a complete URL is given but only the filename.
Example
2 unlimited - No limits
Source
<a href="#" onClick="sendpoly ('2 Unlimited - No limits',12345,'nolimits');return false;">2 unlimited - No limits</a>