Skip to main content
Known Participant
December 8, 2011
Question

Show Notifications in Air - Flash Builder 4.6

  • December 8, 2011
  • 1 reply
  • 1411 views

Hi, I'm new into Flash Builder mobile apps development.

I just downloaded the latest release of Flash Builder, the 4.6.

I read in this Adobe's article, that with this version I can add "Notifications" to my apps.

I tried to, but all my experiments failed.

Here's a quick personal video illustrating all my steps, and coding errors, please, whatch it:

(It's very, very short, just the time to write some lines of code)

I think my error is simple to solve... but I'm a NewBie and I don't know very much this programming IDE.

Thanks everybody for any help.

Have a nice day

Brandon

- - - - - - - -- - - - - - - - - -

WOW!

I'm seeing now that my video's quality is very low... here's the code I wrote:

// Here I want to declare my personal Notification Variable, as said in Adobe's Tutorial

private var myNotification:NotificationManager;

  // I saw that NOTIFICATION MANGER does not exist in my code library... but I tried pasting Adobe's one...

  // as you can see from this video... the compiler gives me coding error..

 

 

  // CONCLUSION... WHAT CAN I DO ???

  // THANKS TO ALL !!!

  // Bye  🙂

  

protected function button1_clickHandler(event:MouseEvent):void

{

// Here I'll paste Adobe's code to create a new Notification for my first Flash Builder Mobile App...

//

// CODE...

//

}

Thanks again

This topic has been closed for replies.

1 reply

Known Participant
December 8, 2011

Here's Adobe's article I missed to link:
http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/notification.html

And the video I made:

http://www.youtube.com/watch?v=v0S26Qle-tc&feature=channel_video_title

PS = WHATCH MY VIDEO IN FULL HD - 1080p, or YOU'LL NEVER READ THE CODE