Clearing the Output panel in Flash using JSFL

by Peter deHaan on November 26, 2008

in JSFL

The following example shows how you can use the fl.outputPanel.clear(); JSFL command to clear the current contents of the Output panel in Flash.

Full code after the jump.

// JSFL
fl.outputPanel.clear();

{ 2 comments… read them below or add one }

1 WORMSS 12.08.08 at 7:00 am

Hello, sorry to be a little silly, but I am not sure how to use this?
you say its a JSFL command, but You do not say what that is, or how to use it on this website, or if it is, its not easy to navigate to.

I just need a little help.

2 Peter deHaan 12.08.08 at 8:08 am

WORMSS,

Sorry, I thought I had a post on getting started with JSFL, but I couldn’t find it. I should write up an intro to JSFL and link it from each JSFL-based entry since getting started can be a bit tricky.

This post has a bit more of a setup, which may help, “Using JSFL to determine your current Flex SDK path in Flash CS4″.

Peter

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:

Next post: