Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mac problem

Status
Not open for further replies.

Ekstrom

Programmer
Joined
Feb 13, 2001
Messages
9
Location
SE
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(&quot;intNewsID&quot;, &quot;<%= Request.Querystring(&quot;id&quot;)%>&quot;)
}
<object NAME=&quot;theMovie&quot; ID=&quot;theMovie&quot;...<param NAME=&quot;movie&quot; VALUE=&quot;newsPopUp.swf&quot;>...</object>
________________________________
From flashfile newspopup.swf we request the newsid variable like this;

doc.load (&quot;

...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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top