Hey guys i'm trying to dynamically change the value of a flash movie param via javascript and unfortunately I'm getting no where. Can someone give me some pointers. This is where I'm at now:
Code:
js
function getLim()
{
var blah=32;
return "uploadUrl=Upload.aspx&maxFileSizeTotal="+blah+"&buttonBorderColor=#284A0E");
}
/js
param name="FlashVars" value='javascript:getLim();'
I basically want to dynamically set the value for maxFileSizeTotal. Thanks guys.
grr wont let me put in the param line right, but hope you guys get the idea