I have some javascrtipt eg:
<script type="text/javascript">
flashvars.myval = "blah"; //get this from c# ..etc
</script>
i need to assign the variable from c#
how can i do that? can i call a c# method?
im using regular asp.net.
the javascript is on the aspx page.