Community Support Forums — WordPress® ( Users Helping Users ) — 2011-07-27T16:56:58-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14201 2011-07-27T16:56:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14201&p=29338#p29338 <![CDATA[Re: Dynamically Load protected FLV into protected SWF]]>

Statistics: Posted by Cristián Lávaque — July 27th, 2011, 4:56 pm


]]>
2011-07-27T15:32:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14201&p=29314#p29314 <![CDATA[Re: Dynamically Load protected FLV into protected SWF]]>
I loaded my .swf file and the two .xmls files (that get pulled in as flashvars) under the s2member-files/ directory. The .flv file got dumped in a non-secure directory, since that's the one that I couldn't make work "under protection".

The Wordpress page that displays the embedded .swf is also protected by s2Member. If a logged-in user were to view sourcecode on the embedded swf, they could figure out how to get to the unprotected .flv. But I'm 1) banking that most customers aren't savvy enough to do that (or care to do that), and 2) even if they did, the .flv itself isn't a big government secret, so no crying.

Like I said, not an elegant solution, but I ran out of time to problem solve it and just needed it to work.

Statistics: Posted by cdils — July 27th, 2011, 3:32 pm


]]>
2011-07-27T14:17:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14201&p=29306#p29306 <![CDATA[Re: Dynamically Load protected FLV into protected SWF]]>

Statistics: Posted by Cristián Lávaque — July 27th, 2011, 2:17 pm


]]>
2011-07-27T07:08:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14201&p=29289#p29289 <![CDATA[Re: Dynamically Load protected FLV into protected SWF]]>

Statistics: Posted by cdils — July 27th, 2011, 7:08 am


]]>
2011-07-26T04:43:42-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14201&p=29160#p29160 <![CDATA[Re: Dynamically Load protected FLV into protected SWF]]> viewtopic.php?f=4&t=2937 Although they're talking about using plugins for this, the information there may help you do what you want.

I hope it helps. :)

Statistics: Posted by Cristián Lávaque — July 26th, 2011, 4:43 am


]]>
2011-07-25T15:03:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14201&p=29061#p29061 <![CDATA[Re: Dynamically Load protected FLV into protected SWF]]> Statistics: Posted by cdils — July 25th, 2011, 3:03 pm


]]>
2011-07-22T10:46:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14201&p=28921#p28921 <![CDATA[Dynamically Load protected FLV into protected SWF]]>
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:
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:
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:
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!

Statistics: Posted by cdils — July 22nd, 2011, 10:46 am


]]>