>From the docs:
None of the following words can appear in a custom item: Macromedia,
Flash Player, or Settings.

Try this:
my_cm.customItems.push( new ContextMenuItem( "bBack", itemHandler ) );
my_cm.customItems.push( new ContextMenuItem( "fForward ", itemHandler
) ); 

// Back and Forward are reserved items? These two are not added 
my_cm.customItems.push( new ContextMenuItem( "Back", itemHandler ) );

my_cm.customItems.push( new ContextMenuItem( "Forward", itemHandler ) ); 
my_cm.customItems.push( new ContextMenuItem( "Reload", itemHandler ) );

Not directly related to Flex, but it took me awhile to figure out...

--
Owen van Dijk
Software Engineer



Reply via email to