--- In [email protected], "Tracy Spratt" <tr...@...> wrote:
>
> Hmm, maybe some scope or timing issue?
> 
>  
> 
> Change this:
> 
> <%
> String uid = (String)request.getParameter("uid");
> String cid = (String)request.getParameter("cid");
> %>
> 
>  
> 
> Put it in the script block where the flash version variables are declared,
> and debug to make sure they are getting set correctly.
> 
>  
> 
> Also, you can get the passed in parameters directly, like this:
> 
> var _sPassedUrlParms = new String(document.location).split('?')[1];  //Get
> any passed-in querystring parms
> 
>  
> 
> then pass that into the SF in the AC_FL_RunContent() function:
> 
> "flashvars", _sPassedUrlParms,
> 


Using the document.location has done the trick.  Thanks!

Reply via email to