Displaying messages in Flash using JSFL

by Peter deHaan on November 28, 2008

in JSFL

The following example shows how you can display a message in a simple alert dialog box by using the alert() method.

Full code after the jump.

// JSFL
alert(fl.flexSDKPath);

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

Previous post: Saving the contents of the Flash Actions panel to an external file using JSFL

Next post: Displaying a yes/no dialog box in Flash using JSFL