hi
we have a problem in mac when we request a variable sent from ASP to flash.
We do it like this (it works fine on pc enviroment):
FROM ASP document:
function init() {
var movie = window.document.theMovie
movie.SetVariable("intNewsID", "<%= Request.Querystring("id"%>"
}
<object NAME="theMovie" ID="theMovie"...<param NAME="movie" VALUE="newsPopUp.swf">...</object>
________________________________
From flashfile newspopup.swf we request the newsid variable like this;
doc.load ("
...but this dont work on a MAC computer. Does someone have an idea how to send a variable from ASP to flash?
thanks in advance!
we have a problem in mac when we request a variable sent from ASP to flash.
We do it like this (it works fine on pc enviroment):
FROM ASP document:
function init() {
var movie = window.document.theMovie
movie.SetVariable("intNewsID", "<%= Request.Querystring("id"%>"
}
<object NAME="theMovie" ID="theMovie"...<param NAME="movie" VALUE="newsPopUp.swf">...</object>
________________________________
From flashfile newspopup.swf we request the newsid variable like this;
doc.load ("
...but this dont work on a MAC computer. Does someone have an idea how to send a variable from ASP to flash?
thanks in advance!