В файле Test.cshtml определил скрытое поле з id hiddenField.
В файле Script.js
$(document).ready(function () {
var hiddenElement= $("#hiddenField:first");
if ($(hiddenElement).length != 0) {
ZeroClipboard.setMoviePath('/ZeroClipboard.swf');
window.setTimeout(myFunction, 1000);
}
});
p/s/ danik.js & Mukhtar +1