No. src="mysite.com /movie.swf" will request the flash file with a regular HTTP 
request, the max information you'll (sometimes) be able to get is the 
HTTP-Referer, wich can tell you the site where the flash is refered from and 
maybe used into. There's no way to tell your apache in wich case or technic the 
requested file will be used.

On the other hand... Where's the problem? The requesting program (i.e. 
webbrowser) see the "embed", requests the flash file, and than embeds it. Just 
like inserting a simple image, or background-musicfile. Why telling apache for 
what reason it has to send the file?

Side-Note: <embed> is nonsence, it is no official standard. You'll like to use 
<object> [1].

Maybe you can generate a (java-)script, that transmits a form with several vars 
such as **$use-ref-file-within = 'embed';** or something to your apache. Sorry, 
no better ideas, and I'll wonder if a jscript can do what you want.

Regards,
Peter.

(ps: sorry for this 'english'... german sounds better ^^")

[1] http://www.w3.org/TR/html4/struct/objects.html#edef-OBJECT


>
> eg: if i were to embed a flash movie like so on
> some-other-site.com  "<embed src="mysite.com /movie.swf"></embed>".
> can apache on mysite.com tell that the requested file is embeded?
> 
> 
> On 4/24/06, Nick Kew <[EMAIL PROTECTED]
> > wrote:On Monday 24 April 2006 03:12, switch grass wrote:
> > is there a way for apache to recognize a request from the <embed> tags of
> 
> > an html page?
> 
> There's no <embed> tag in any published HTML version.
> You must be using some proprietary vendor-markup.
> 
> Is the kind of processing described in the examples at
> http://apache.webthing.com/mod_publisher/macro.html
> what you're looking for?
> 
> --
> Nick Kew
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> 
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> 
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED]
> 
> 
> 

---------------------------------------------------------------------- 
Teisendorfer Str. 3
81825 München
049 Germany

mobil (de): +491757539365
mobil (ch): +41795335039
telefax: +491212626031983

e-mail:[EMAIL PROTECTED](privat)
internet: http://dark-chiaki.net/ (privat)
internet: http://www.djg-muenchen.de/ (verein)
----------------------------------------------------------------------

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to