slancasterfreak Posted April 11, 2006 Share Posted April 11, 2006 I have a client that wants to offer a video on their site for viewing, but they do not want users to be able to get their hands on a copy themselves. Does Flash, PHP programming, (or any other video player -program out there) give the ability to allow a user to VIEW a video without them having it download into a temp folder, or not allow them to download the actual file to their system- so that they cannot get their hands on the file itself to publish, email, or what have you? Thanks you a million for your input!Sally Quote Link to comment https://forums.phpfreaks.com/topic/7149-can-php-flash-or-anything-lock-video/ Share on other sites More sharing options...
DaveLinger Posted April 12, 2006 Share Posted April 12, 2006 [!--quoteo(post=363820:date=Apr 11 2006, 06:20 PM:name=zeder)--][div class=\'quotetop\']QUOTE(zeder @ Apr 11 2006, 06:20 PM) [snapback]363820[/snapback][/div][div class=\'quotemain\'][!--quotec--]I have a client that wants to offer a video on their site for viewing, but they do not want users to be able to get their hands on a copy themselves. Does Flash, PHP programming, (or any other video player -program out there) give the ability to allow a user to VIEW a video without them having it download into a temp folder, or not allow them to download the actual file to their system- so that they cannot get their hands on the file itself to publish, email, or what have you? Thanks you a million for your input!Sally[/quote]Yes. With flash you can load and play an MPEG (probably more formats) from a URL, which only the flash file creator would know. Quote Link to comment https://forums.phpfreaks.com/topic/7149-can-php-flash-or-anything-lock-video/#findComment-26066 Share on other sites More sharing options...
slancasterfreak Posted April 12, 2006 Author Share Posted April 12, 2006 Great, I just got Flash the other day so I will dive in and figure it out.Thanks!Sally[!--quoteo(post=363878:date=Apr 11 2006, 07:35 PM:name=DaveLinger)--][div class=\'quotetop\']QUOTE(DaveLinger @ Apr 11 2006, 07:35 PM) [snapback]363878[/snapback][/div][div class=\'quotemain\'][!--quotec--]Yes. With flash you can load and play an MPEG (probably more formats) from a URL, which only the flash file creator would know.[/quote] Quote Link to comment https://forums.phpfreaks.com/topic/7149-can-php-flash-or-anything-lock-video/#findComment-26299 Share on other sites More sharing options...
ober Posted April 12, 2006 Share Posted April 12, 2006 I'm pretty sure anything that is streamed would also not be available to the user directly from their machine.And I'd be wary of the flash implementation. There are players that can usually play files like that. Quote Link to comment https://forums.phpfreaks.com/topic/7149-can-php-flash-or-anything-lock-video/#findComment-26311 Share on other sites More sharing options...
moberemk Posted April 14, 2006 Share Posted April 14, 2006 Flash Video seems to be the method of choice, yes. Just do a quick google search for "dynamic flash video player tutorial" and you should find a good one for making it. Quote Link to comment https://forums.phpfreaks.com/topic/7149-can-php-flash-or-anything-lock-video/#findComment-26832 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.