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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top