I am trying to embed a silverlight xaml player, the set of files I got
after I encoded using a Microsoft Expression Encoder.
I am not sure whether people are aware of the files generated
HTML
Default.html
Javascript
BasePlayer.js
MicrosoftAjax.js
player.js
PlayerStrings.js
Silverlight.js
StartPlayer.js
XAML file
player.xaml
I get the following error “ActionController::RoutingError (No route
matches “/player.xaml” with {:method=>:get}):”
I am not sure where to put the player.xaml file (btw player.xaml does
not require any server support) and required routes. Any help will be
appreciated.
-A