Having an annoying problem, and curious if anyone has experienced something like it…
I used flashvars to input text into a flash video player. Some of the text includes the path to a flv and the path to the skin. I first put it all into the normal embed tag, however, when I used javascript to make a popup window, the flv wouldn’t load. Instead of using flashvars in the embed tag, I used it with SWFObject, thinking everything in javascript might help, but it still won’t work…
This is the video playing fine
http://newmediamill.com/preview/rff/swfobject.html
This is the link to open it in a popup, and then not working
http://newmediamill.com/preview/rff/open.html
I’m really not sure what to do from here…