SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Nov 19, 2008, 06:15 #1
- Join Date
- Jan 2005
- Location
- blahblahblah
- Posts
- 1,447
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Is it possible to have a .swf file only play, without being downloadable?
Hi,
I'm working on a tut website, which will rely heavily on video. I'd like users to subscribe to download the video, even though they can watch it online.
Is that feasible? If not, why? How can .swf files be reached?
Regards,
jj.
-
Nov 19, 2008, 06:37 #2
- Join Date
- Jun 2006
- Location
- Wigan, Lancashire. UK
- Posts
- 523
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Nov 19, 2008, 08:58 #3
- Join Date
- Jan 2005
- Location
- blahblahblah
- Posts
- 1,447
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks for your reply
Where would a .swf be transferred to? I've seen websites where .swf were playing, and I had to trace of it on my comp.
-
Nov 19, 2008, 11:53 #4
- Join Date
- Jun 2006
- Location
- Wigan, Lancashire. UK
- Posts
- 523
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Nov 19, 2008, 12:41 #5
- Join Date
- Sep 2005
- Location
- Sydney, NSW, Australia
- Posts
- 16,875
- Mentioned
- 25 Post(s)
- Tagged
- 1 Thread(s)
I don't know if it can be done with .swf files but it can be done with audio and video viles using a process called streaming. You need streaming software installed on your server that will deliver the video and audio files in a way that means they play as they are downloaded (and therefore don't need to be saved) rather than needing to be downloaded first. If you are going to use that option then the simplest way is to get hosting where streaming software is already installed.Stephen J Chapman
javascriptexample.net, Book Reviews, follow me on Twitter
HTML Help, CSS Help, JavaScript Help, PHP/mySQL Help, blog
<input name="html5" type="text" required pattern="^$">
-
Nov 19, 2008, 19:26 #6
- Join Date
- Nov 2006
- Location
- UK
- Posts
- 2,559
- Mentioned
- 40 Post(s)
- Tagged
- 1 Thread(s)
If it's a case you want to protect your video from redistribution - if you stream over rtmp to a swf video player (as opposed to pseudo streaming over http often referred to as progressive download), the video file doesn't cache locally.
It can still be ripped to a file by certain software applications. However if you use flash media server with rtmpe and swf verification, or wowza media server with secureToken, then these applications can't access it.
If you encode to h.264 video files, you can both stream them to a flash player as described above, but also make them available as normal http downloads (after authentication of course)
Bookmarks