Click here to Skip to main content
15,880,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I want one help.

I am normally using flash player to show my swf file in my view page.

The task assigned for me is have to develop flash player as user control in mvc4.
that flash player wont allow to play the swf video using cache for security purpose.

the first thing is I have to develop user control of flash player..

Is it possible in MVC..or give me any other solution for playing swf file that have to protect the video from users and not to download the video.


Can anyone help me please and give any solution.

Thanks in advance...
Posted
Updated 14-Jul-14 23:28pm
v4

1 solution

Ummm...wrapping the Flash Player in a user control isn't going to accomplish anything. You're not actually wrapping the control, but the content that's being sent. The control is already installed on the users machine, so you're not gaining anything with a user control.

Also, the only way to protect the content is to stream it and not send it as a file like you normally would in Flash content. To do that you need a streaming media server to stream the content. Adobe used to have Flash Media Server that supported encryption, but since they went all Cloud on everything I have no idea what they provide now.
 
Share this answer
 
Comments
premkumar.r 15-Jul-14 5:23am    
is there any other solution for this instead of using streaming media server?
Dave Kreskowiak 15-Jul-14 8:08am    
No.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900