Question
How to reuse the swf file with multiple FLV's??
I am using CS3 with FMSS over the internet. I'm using the skinunderallnocaption.swf file provided with CS3 and wish to publish it, except I need to pull the actual FLV name from the url and not hard-code it into the SWF.
Example: my url would look like this:
http://mydomain.com?file=someflvname
I then wish to pass the "someflvname" variable into the skinunderallnocaption.swf file as a variable so it streams from my FMSS.
I think I see where I need to use actionscript for this but I have no idea what I'm doing.
Thanks
