Flash Demo

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a link to a flash demo on one of my web pages. How can I prevent a
user from accessing it without them logging in to the site first? Currently
if they have link to the flash demo, they can simply run it ... any tips are
greatly appreciated. TIA.
 
Hi TIA,

What technology are you using for your web pages?

If it's on ASP.NET, you can use web forms authentication to achieve this
(mainly a configuration issue)... If configured correctly, users who
bookmark/attempt to access the deep URL directly to the flash demo, will be
redirected to your login page first (and are then sent to your flash demo
page only if they successfully login).

Check the following link(s):
http://support.microsoft.com/default.aspx?scid=kb;en-us;323176
http://www.codeproject.com/aspnet/members.asp

Hope this helps...
Patrick
 
Back
Top