Flashtease Code-Index

Post all technical issues and questions here. We'll gladly help you wherever we can.
Post Reply
User avatar
.Andre.
Explorer
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

Flashtease Code-Index

Post by .Andre. »

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?
eteased
Explorer At Heart
Explorer At Heart
Posts: 171
Joined: Sat May 26, 2007 4:09 pm
Contact:

Re: Flashtease Code-Index

Post by eteased »

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 "-"
seraph0x
Administrator
Administrator
Posts: 2666
Joined: Sun Jul 23, 2006 8:58 am

Re: Flashtease Code-Index

Post by seraph0x »

Definitely also check out the FlashTease Help. It's very much unfinished, but still a good resource to see what commands even exist. :-)
Post Reply