[RESOLVED] need to load multiple videos on many pages, but only one SWF
Basically I have a SWF video skin with the contentPath pointing to a FLV file. I have a few hundred different videos on several pages. Right now I make a new SWF for each video and then I embed it on each page with SWFObject .
What I would like to do is have one SWF file without the contentPath specified that I can embed on every page and then in the code on that page I would tell the SWF what video to load.
Does anyone know how to do this? I was thinking that SWFObject would have a way to do it with flashvars or something, but I am not sure how to do it.
Bookmarks