How do you suggest getting cf to serve up the swf? I could push it up to the client with cfcontent, but I need to embed it inside the html page using:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=7,0,19,0" width="650" height="450" id="letter_preview" align=""> <param name=movie value="#request.tmpdatapath##variables.swfFile#"> <param name="quality" value="high"> <param name="bgcolor" value="##E6E6E6"> <embed src="#request.tmpdatapath##variables.swfFile#" quality="high" bgcolor="##E6E6E6" width="650" height="450" name="letter_preview" align="center" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed> </object> On Apr 2, 2005 7:06 PM, Sean Corfield <[EMAIL PROTECTED]> wrote: > On Apr 2, 2005 12:40 AM, Jason Sheedy <[EMAIL PROTECTED]> wrote: > > The problem exists when the request comes in through web1 and the jrun > > connector sends the request to the cfmx server on web2. The jrun > > session sticks on web2 and the NLB requests stick on web1. > > Ah, right. Well you could just decide to serve SWF files via CFMX, or > at least out of that one virtual directory. Not sure how you do that > with IIS (it's easy with Apache). > -- > Sean A Corfield -- http://corfield.org/ > Team Fusebox -- http://fusebox.org/ > Got Gmail? -- I have 50, yes 50, invites to give away! > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
