Example: I have manu where you select either 1, 2 or 3. The choice is moved to the next page via the link (ie. www.something.com/main.htm?variable=3)
in the next page I have a Javascript like this to seperate the 3 from the rest:
Quote
<script language="Javascript">
var str = String(document.location)
function myFunction() {
document.something.value = str.substr(str.length-1,1);
}
//-->
</script>
</head>
var str = String(document.location)
function myFunction() {
document.something.value = str.substr(str.length-1,1);
}
//-->
</script>
</head>
OK, so now can I get a flash file ON that page to read that variable?
Is there a different way that I don't know of?
I've searched the net for help (and have found and learned a lot) but my time is running out and this is the final step that I need. If I can get flash to read that variable (or find a different way of pasing a variable from page to page(w/ flash) then I'll be a happy chappy.
Cheers,

New Topic/Question
Reply



MultiQuote





|