If anyone is adding an item click action to trigger an action to
invoke fs command in opera v10 it acts weird. What i have found is
that test conditons in js work like: (command !=null) but what I did
notice is that if you call any function that will be the last function
that it executes. In my case I needed to select case on command then
call a function to creata a cookie and then next call function to load
up next movie. The cookie was always created but it never ran the
next line of code. Anyways, to make this short I wrapped up
everything I needed done into a helper function and invoked that via
setTimout with a 0 ms delay. Works like a champ now. Very odd but if
you run across this scenario then this could be a possible workaround
for you.
Cheers,
Mike
Spivion Design
Designing Tommorow. Today!