Hello,
Milovana is a great page. There are so many different webteases, and with the FlashteaseEditor new options become available. Random numbers, different ways, sounds... all that and much more could be included in webteases now. The only problem is, that you have to know the code, to write such flashteases.
Up to know I did not find a Index, were all the codes are summarized. Because of that is is very difficult to write webteases, if you do not know the codes. You have to search them and that could take much time - and sometimes you can't find a code.
So it could be a good idea to start a thread here, were everyone who knows a code can post it. It would be good to know whats the aim of the code, where you have add it and all the other things which are important to use the code. Something like an index, a manual. Mabey more people can write webteases then.
What do you think?
Flashtease Code-Index
- .Andre.
- Explorer

- Posts: 13
- Joined: Wed Feb 13, 2008 5:57 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
- Dom/me(s): Right now I am having a mistress - who is a good friend at the same time, too.
Well, but usually we are curious about new things and I have the freedome to try out new things, too - except some limits. - Sub/Slave(s): ---
- Location: Germany
Re: Flashtease Code-Index
That's a great idea, Andre. I've often wished that such a thing existed. To get the ball rolling, here are some notes I've made on some basic commands. I found it helpful to have these to remind me of some little things that have caused me issues in the past:
Showing a Picture
Syntax:
pic("FILENAME")
Example:
pic("mypicture.jpg")
Notes:
When you upload a picture,
The filename will be converted to all lowercase
Any "_" in the filename will be converted to an "-"
File extension="jpeg" is not supported
Playing a sound
Syntax:
hidden:sound('FILENAME')
Examples:
hidden:sound('metronome.mp3')
Notes:
Must use single-quotes (') around the filename, not double-quotes(")
When you upload an mp3,
the filename will be converted to all lowercase
any "_" in the filename will be converted to an "-"
any " " in the filename will be converted to an "-"
Showing a Picture
Syntax:
pic("FILENAME")
Example:
pic("mypicture.jpg")
Notes:
When you upload a picture,
The filename will be converted to all lowercase
Any "_" in the filename will be converted to an "-"
File extension="jpeg" is not supported
Playing a sound
Syntax:
hidden:sound('FILENAME')
Examples:
hidden:sound('metronome.mp3')
Notes:
Must use single-quotes (') around the filename, not double-quotes(")
When you upload an mp3,
the filename will be converted to all lowercase
any "_" in the filename will be converted to an "-"
any " " in the filename will be converted to an "-"
Re: Flashtease Code-Index
Definitely also check out the FlashTease Help. It's very much unfinished, but still a good resource to see what commands even exist. 


