I need to make an interface / action with JSFL (JSFL or JFSL, which one is it? I keep bumping into both) in Flash. Since I don’t have any experience with JSFL (I do with AS and JavaScript seperately though), does anyone know good tutorials online, or books that I can buy, or even tips you have…?
Its JSFL (Javascript Flash), and, assuming you’re using Flash 8, you can find all the documentation for JSFL in the “Extending Flash” help folder. If you want to build simple UIs, you can use the XMLUI object which loads a special XML file to lay out dialog windows. You can find the XMLUI documentation under “Extending Flash > Objects > XMLUI”.
In the mean time, just search for “JSFL” or “JSFL +tutorial” on Google, you’ll find lots of information there.