I just started to develop Air applications with HTML/CSS/JS.
And i was wondering: What is the easiest way to make Growl notifications?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can talk to growl directly using sockets. I only found an example of this in PHP, but you should be able to convert that to actionscript pretty easity pretty. You’ll need the sample code from here. However I’m not sure the socket api is officially supported by growl… so it may be subject to change over tiem.
You may also be able to use fscommand with “exec” to run the command line growl system. (I have a feeling that fscommand has been switched to something else in newer versions of flash though…)