Brilliant. That did the trick. Only problem with passing all swf requests to CF is that some need to be handle by IIS. However, the new jrun updater 5 includes an ISAPI mapping for the jrun connector with the cfswf extention. I just change my file extention to cfswf and IIS passed the request to CF. Works like a charm. Thanks Sean.
On Apr 3, 2005 8:50 AM, Sean Corfield <[EMAIL PROTECTED]> wrote: > On Apr 2, 2005 1:51 PM, Jason Sheedy <[EMAIL PROTECTED]> wrote: > > 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: > > No, I just meant have CFMX process .swf requests - it's just a setting in > the connector to do with which file extensions get passed to JRun. CFMX has > a file servlet than can deliver non-CF files. If you were using Apache, I'd > suggest mod_rewrite / mod_proxy to pass requests for .swf files in a > particular directory to the built-in JWS web server. > -- > > 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/
