Ok --
Easy one for you guys --
<script language=javascript>
var queryString;
queryString = <%=request.querystring("projectNum"%>;
</script>
The above gives me what I want in javascript, but I THEN need to get that into my flash movie so that I can once again, redirect based on it's value --
Please post up some actionScript that would do this for me -- the movie will be embedded on the same page that the above javascript variable is declared...
Thanks alot --
Paul Prewett
Easy one for you guys --
<script language=javascript>
var queryString;
queryString = <%=request.querystring("projectNum"%>;
</script>
The above gives me what I want in javascript, but I THEN need to get that into my flash movie so that I can once again, redirect based on it's value --
Please post up some actionScript that would do this for me -- the movie will be embedded on the same page that the above javascript variable is declared...
Thanks alot --
Paul Prewett