Crafty Syntax Live Help Version (version 2.15.0) Download and replace this file This is strange to me.. it seems that some browsers are auto encoding the characters? download the following file: http://www.craftysyntax.com/security_functions.txt rename it to .php “rather then “.txt” and upload it. security_functions
Monthly Archives: October 2008
FCK editor Greek Character
Open The fckconfig.js code: FCKConfig.AutoDetectLanguage = true ; FCKConfig.DefaultLanguage = ‘el’ ; FCKConfig.ContentLangDirection = ‘ltr’ ; FCKConfig.EnableXHTML = true ; FCKConfig.EnableSourceXHTML = true ; FCKConfig.ProcessHTMLEntities = true ; FCKConfig.IncludeLatinEntities = true ; FCKConfig.IncludeGreekEntities = false ; FCKConfig.FillEmptyBlocks = true ; FCKConfig.FormatSource = true ; FCKConfig.FormatOutput = true ; FCKConfig.FormatIndentator = ‘ ‘ ; code: …
Create Effective Auto Attendants and Voicemail Greetings
There are many kinds of people who call your company. Some have never called you before; others may call your system frequently and just want to reach their party quickly without having to listen to the entire menu. Keep this in mind as you review the following sample scripts and create your own Auto Attendants …
Continue reading “Create Effective Auto Attendants and Voicemail Greetings”
Linux move files – MV
Name mv – move (rename) files
Using the Shared Library
A shared library allows multiple movies to use the same assets, which means that the user will only have to download them once no matter how many movies they are used in. This is useful with large bitmaps, sounds, fonts and components which can be very large, especially when used in multiple movies.
Flash include file #include
Usage #include ” filename.as ” Parameters filename.as The filename for the script to add to the Actions panel; .as is the recommended file extension. Returns Nothing. Description Action; includes the contents of the file specified in the parameter when the movie is tested, published, or exported. The #include action is invoked when you test, publish, …