class Origami::Action::RichMediaExecute

def self.[](annotation, command, *params)

def self.[](annotation, command, *params)
    self.new(:TA => annotation, :CMD => Command.new(:C => command, :A => params))
end