Subject: Re: What websites use Lisp?
From: rpw3@rpw3.org (Rob Warnock)
Date: Tue, 09 Dec 2008 22:44:53 -0600
Newsgroups: comp.lang.lisp
Message-ID: <xJudnQ2QzazY1KLUnZ2dnUVZ_tninZ2d@speakeasy.net>
Lars Rune N�stdal  <larsnostdal@gmail.com> wrote:
+---------------
| Rob Warnock wrote:
| > And, yes, I know that some media (e.g., SwF, YT, etc.) can't be
| > delivered without enabling JavaScript
| 
| Hm, I'm pretty sure Flash ("media"?) runs without JavaScript enabled...
+---------------

Oops! Yes, it seems you're right. I'd never looked closely at
what SwF (Shockwave/Flash) requires, since I block it anyway[1],
but peeking at the source of a couple of simple cases it would
appear that all you need is a bit of HTML:

    <object ... >
      <param ... />  <!--- As needed... -->
      <embed src="foo.swf" pluginspage={URL to get plugin} ... >
      </embed>
    </object>


-Rob

[1] I *hate* the user interface [or rather, the lack of one!].
    Plus, it's not even *available* for the browser I use most. (*sigh*)

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607