Simple answer: No.
Explanation: The request for your CFM page and the request for the embedded
object are two totally different requests. (Even taking into account the
case of a persistant HTTP connection, it's still a distinct request.) And,
since you aren't using CF to generate the embedded object (are you?) then CF
will finish serving up the HTML page and will exit. It'll probably be gone
before the browser even gets around to requesting the media file.
Welcome to stateless programming. (Well, relatively stateless, anyway.)
Time to throw all those old persistant paradigms out the window. ;)
-Rick (Who has now filled his management-weenie quota for use of the word
'paradigm' for the month)
-----Original Message-----
From: Mueller, Ben [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 19, 2000 1:40 PM
To: '[EMAIL PROTECTED]'
Subject: [CF-Talk] using the <embed> tag in a CF page.
If I have an <embed> tag in a .cfm page, and that <embed> tag calls a
sizeable media file, will a CF thread be tied up until that entire media
file is downloaded?
Any knowledge on the subject is greatly appreciated.
Thanks
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.