Context Menu doesn’t fire events when clicked on Video Object

Try this…

Create a context menu, for instance to go fullscreen.
Make sure it works.

Now add a Video Object, attach a cam (or play  an flv– more work ;-)
and right click on the video object to show the contextmenu…
now select fulscreen…. and nothing happens

I can’t get this to work. It only fails if I rightclick on a videoobject..

Any thoughts?

Flex builder 3 And Path to Main Class

A lot of you may know that it’s nearly impossible to create an Actionscript Project in fexbuilder 3 Where the Main Class is in a subdir of the project dir (so that you can keep the Main Class in the same package as the rest of your files).
Today, at Colin Moock’s AS3fromthegroundup session in Amsterdam, I confirmed that it is in fact possible in 2 ways.

When you start a new project you can do the following:
Before you do “New ActionScript Project” create a folder structure where you will put your project somewhere in your workspace dir create a folder for your project.
I like to add a “src” subdir as a sourcefolder so I can put this folder into subversion.
next create a subdir for your package. So it might look something like this:flexb3_classpaht_1.jpg
Then go to flexbuilder a create a New ActionScript Project:
using the folder we’ve created as the location and click Nextflexb3_classpath_2.jpg
On the next screen make sure you’re pointing to the right source dir (src in my case)
Now comes the tricky part If you try to locate the Main Application file using the Browse button,
you won’t succeed. Just type in the correct path.. so:
mypackage/TestMainclassPath.asflexb3_classpath_3.jpg

The Second way is to create your Project as normal.
Move your Main Class File to the correct (package) dir.
Close Flexbuilder.
Edit the .actionScriptProperties file in the ProjectDir
and set the

tag to the correct location.

Happy Coding,

Ow and Colin.. (and OReilly) thnx for the Prize.

I’m a Doctor Jim, Not an Actionscript3 Programmer..