Dynamic Variable and Query String
Hello all-
Here is a tricky one that has me stumped (I'm no expert so this shouldn't be surprising!)
I have a dynamic variable that gets picked up depending upon which computer is being used and then I turn that variable into a Flashvar to pass into my swf to start loading the video. (Think of this as a different type of username that gets picked up without the client even knowing.)
I have a link that gets clicked and brings you to the swf in a lightbox-like window which loads just fine but only when I define the variable in the querystring such as video.swf?num=1. Is there such a way to pass this flashvar without having to define it since it gets defined dynamically and is always different?
Note: I don't have access to fancy scripting language as our server is quite old... I know I know ![]()
