Posts Tagged ‘actionscript 2’

Flash 10 and jQuery multi-file uploader

Friday, October 31st, 2008

So Flash Player version 10 won’t stand for any automatically opened file select windows, there goes our flash uploader down the drain, the article is still good as a reference though if something here is unclear, it’s much more verbose. It’s just that the old logic needs a button and I’m not going to learn how to do that in Flex at the moment. And the whole point of that scheme was to make the uploader invisible and therefore design agnostic. Oh dear Adobe people, what on earth are you thinking?... Read More

Limiting character types in input fields with Actionscript 2

Monday, August 4th, 2008

This is a small snippet that will force the input in a named input field (in our case it’s input_txt) to be numbers only.... Read More