| Flash Ringtone Editor Embed Tag Parameters |
| Parameter |
Description and Values |
Type |
| fpid* |
A registered Phone Sherpa merchant ID. Go here to signup for a merchant account. Email bizdev@phonesherpa.com to enable your merchant account to use the ringtone editor component. |
string |
| finmode* |
The file source that the editor loads from. See finmode table for supported values. |
integer |
| foutmode* |
What the editor does after editing the file. See foutmode table for supported values. |
integer |
| flang |
The Phone Sherpa country ID to run under, affects price display and future string localization, defaults to 226 (USA) |
integer |
| fguid |
A merchant asset identifier for Phone Sherpa hosted files used in finmode 3. These are files uploaded into a merchant account and managed by Phone Sherpa. This parameter is not often used. |
string |
| fsl_url |
Fully qualified URL for a source audio file used in finmode 4 Ex: "http://www.mysite.com/source/myband_song_1.mp3" |
string |
| ftransactionid |
Passthrough value typically set by partners foutmode 0, helps synch transactions across editing step. Ex: "123-1234" |
string |
| feditfilename |
Random file name from the web service call PhoneSherpa.Services.WS.LoadFileFromURL(...), allows secure transfer of source files from host environment to Phone Sherpa servers. The source file URL is not passed to the client browser. Ex: "xqr3mgp.qkr.mp3" |
string |
| ffriendlyfilename |
The user friendly file name of a file sideloaded from a URL, typically different than the source URL file name. Ex: "myband%20track.mp3" |
string |
| ftransferurl |
The fully qualified URL that the editor transfers back to in foutmode 0. See Transfer Page Parameters to see what is passed to the transfer page. Ex: "http://www.mysite.com/edit_transfer.php" |
string |
| fsuccessurl |
the fully qualified URL that the billing component redirects the browser to if it is doing billing and the user completes the transaction. Ex: "http://www.mysite.com/transaction_success.php" |
string |
| fcontenttitle |
For file purchases in foutmode 3 this title is displayed to the user in billing, if unspecified a default description is displayed. Ex: "A%20Cool%20Song" |
string |
| fusagecharge |
The amount that should be charged to the user for use of the editor for foutmode 3. This is an enumerated value (see below for values) |
integer |
| fcolorlightbg |
Editor background color in RGB Hex. Default color if not specified. |
string |
| fcolordarkbg |
Editor border color in RGB Hex. Default color if not specified. |
string |
| fcolorbuttonbg |
Button face color in RGB Hex. Default color if not specified. |
string |
| fcolorbuttonfg |
Button text color in RGB Hex. Default color if not specified. |
string |
| fcolorlighttext |
Editor border text color in RGB Hex. Default color if not specified. |
string |
| fcolordarktext |
Editor background text color in RGB Hex. Default color if not specified. |
string |