Results 1 to 5 of 5

Thread: How To Log Off A Password Protected Directory

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    JohnMorris is offline Certified Glow Sage
    Join Date
    Oct 2007
    Posts
    32

    Default My Simple index.html file -- And Desired Behaviours

    Folks,

    Below here is my simple index.html file, which boots the SWF file. It is NOT in a loop.

    1. SIMPLE LOGOFF -- Is there just a simple line I need to add, or a switch on the SWF line, which will cause a log off to occur?

    2. LOGOFF AS OPTION -- Or better still, give the option of re-playing the SWF OR logging off?

    Thanks!

    John

    <!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->
    <html xmlns="XHTML namespace" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Test 100 Title</title>
    </head>
    <body topmargin="0" leftmargin="0" bgcolor="#000000">
    <object id="presentation" width="100&#37;" height="100%" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=9,0,28,0" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="Test 100 File.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#000000" />
    <param name="allowFullScreen" value="true" />
    <embed src="Test 100 File.swf" quality="high" bgcolor="#000000" width="100%" height="100%" name="presentation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowFullScreen="true" /></object>
    </body>
    </html>
    Last edited by JohnMorris; 01-13-2008 at 09:05 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14