views:

29

answers:

0

I would like to send the following from JavaScript, because I am using Flash FSCommand to communicate between two views:

 Url.Action("Testing", new { FlashName = "flash.swf" } 

Testing is the view and Flashname is the variable I am using.

The JavaScript should receive a command and arg from Flash movie.(e.g. command play with arg of the Flash file name.

How can this be done?