I'm embedding a .swf file and using flashvars to dynamically load different .flv and .xml files. (As a quick background note, I am NOT using any video plugins such as JW, Kimili, or swfObj for Wordpress - I tried them all, but opted instead to go with good ole HTML and Javascript and am loading my page into Wordpress as a template page)
The .swf embed works flawlessly using:
- Code: Select all
http://www.MyDomain.com/?s2member_file_download=MyMovieScreen.[b]swf[/b]&s2member_skip_confirmation&s2member_file_inline=yes
The .xml file I'm passing as a flashvar works flawlessly using:
- Code: Select all
http://www.MyDomain.com/?s2member_file_download=MyMovie_transcript.[b]xml[/b]&s2member_skip_confirmation&s2member_file_inline=yes
My problem is with the .flv file. Feeding it as a flashvar using an identical call as the .xml file, it won't load.
- Code: Select all
http://www.MyDomain.com/?s2member_file_download=MyMovie.[b]flv[/b]&s2member_skip_confirmation&s2member_file_inline=yes
Under my s2Member Download options, I've included "flv" as a file type to show inline. Can't think of any other reason why this won't work. If anyone has suggestions, I'd love to hear them. Thanks!