PhilMurwin / growl-for-windows

Automatically exported from code.google.com/p/growl-for-windows
0 stars 0 forks source link

Get started on adobe AIR #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can someone explains me how to use it in flash? I've got swc lib, next i'm 
creating connector:

var g:GrowlAIRConnector = new GrowlAIRConnector(here's i should enter host 
and port, but where i can take it???)

var app:Object = new Object();
app.name = "My app's name";
app.icon = "path to the icon";

var notificationTypes = new Array();
var nt1 = new Object();
nt1.name = "NT1";
nt1.displayName = "Example Notification One";
nt1.enabled = true;
notificationTypes.push(nt1);

g.register(app, notificationType);

after all I don't see my app in Growl's application list

Original issue reported on code.google.com by carlogul...@gmail.com on 30 Apr 2010 at 10:51

GoogleCodeExporter commented 9 years ago
make sure Growl is configured to allow notifications from Flash. on the 
Security 
tab, make sure 'Allow notifications from websites' is checked.

Original comment by briandun...@gmail.com on 5 May 2010 at 11:13

GoogleCodeExporter commented 9 years ago
were you able to get this working by setting the prefs i mentioned in the 
previous reply? if not, let me know, otherwise i will close this ticket. thanks.

Original comment by briandun...@gmail.com on 17 Jun 2010 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by briandun...@gmail.com on 7 Oct 2011 at 4:01