bgreenhouse
Technical User
Hi Folks
I'm trying to pass variables to a flash movie. I have it working on a web server, where I use JS to pull a query string variable and put it into the object tag that references the Flash object. Now I need to figure out a way to do it for a CD. The problem is that I can't use the same method as if I put filename.html?ID=23 in the URL when it's on a disc, it actually looks for a file called "filename.html?ID=23", not filename.html. Of course that file doesn't exist. Right now I'm thinking perhaps a function that sets a cookie when you click on a link and then pulls that cookie down and puts the value in the object tag. My experience with cookies is rather slim though, and I'm not sure that this will work. Any comments, thoughts or ideas?
Thanks
Ben
I'm trying to pass variables to a flash movie. I have it working on a web server, where I use JS to pull a query string variable and put it into the object tag that references the Flash object. Now I need to figure out a way to do it for a CD. The problem is that I can't use the same method as if I put filename.html?ID=23 in the URL when it's on a disc, it actually looks for a file called "filename.html?ID=23", not filename.html. Of course that file doesn't exist. Right now I'm thinking perhaps a function that sets a cookie when you click on a link and then pulls that cookie down and puts the value in the object tag. My experience with cookies is rather slim though, and I'm not sure that this will work. Any comments, thoughts or ideas?
Thanks
Ben