Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 50746 invoked from network); 6 Nov 2004 22:47:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Nov 2004 22:47:03 -0000 Received: (qmail 96867 invoked by uid 500); 6 Nov 2004 22:46:43 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 96851 invoked by uid 500); 6 Nov 2004 22:46:42 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 96838 invoked by uid 99); 6 Nov 2004 22:46:42 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=HOT_NASTY,MANY_EXCLAMATIONS,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of disguised.jedi@gmail.com designates 64.233.170.205 as permitted sender) Received: from [64.233.170.205] (HELO rproxy.gmail.com) (64.233.170.205) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 06 Nov 2004 14:46:40 -0800 Received: by rproxy.gmail.com with SMTP id b11so220976rne for ; Sat, 06 Nov 2004 14:46:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=dgJmaFqCtzDXafr/iXvJL/1dsT6V6iOVgOkMFAGgiZ4A+VwsOztnPr4rsq7+9TNoldkqCWP8wNW/HrlkyBdHwkA4AOUBB9AyWYQW6OlcrOGZVUEtdlleMbFTnNcEvSuQvA18/imRptzJ0eIFntKUjhPgSh6HyQiLn8DLkyTHD2Q= Received: by 10.38.207.79 with SMTP id e79mr1171144rng; Sat, 06 Nov 2004 14:46:38 -0800 (PST) Received: by 10.38.162.74 with HTTP; Sat, 6 Nov 2004 14:46:38 -0800 (PST) Message-ID: <654eeaba04110614461892e38c@mail.gmail.com> Date: Sat, 6 Nov 2004 15:46:38 -0700 From: Corey Woodcox Reply-To: Corey Woodcox To: users@httpd.apache.org In-Reply-To: <001b01c4c44e$d2e47fe0$650aa8c0@example.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <654eeaba041104150920824696@mail.gmail.com> <006901c4c2c4$39f8c600$650aa8c0@example.com> <654eeaba04110614022b7a3eb2@mail.gmail.com> <001b01c4c44e$d2e47fe0$650aa8c0@example.com> X-Virus-Checked: Checked Subject: Re: [users@httpd] HELP! PLEASE! X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N What TelNet Client should I use? I've been looking around, can't really find a good one. On Sat, 6 Nov 2004 17:20:29 -0500, Tim Burden wrote: > Open your telnet app, connect to the server name or IP address in question > on port 80 (this differs depending on your version of telnet, so you'll have > to figure it out), and type the following (I'll borrow the syntax from > another fellow recently): > > HEAD /myfile.swf HTTP/1.1 > Host:xxx.xxx.xxx.xxx > > > Then capture that output and paste it here. The idea is to sort of mimic > what your browser is actually sending and get a look at the response > headers. If we're lucky it'll actually send a mime type, a content length > and other goodies. > > > > ----- Original Message ----- > From: "Corey Woodcox" > To: > Sent: Saturday, November 06, 2004 5:02 PM > Subject: Re: [users@httpd] HELP! PLEASE! > > > Could you say that in a little more plain english, or send me a > > sample? I'm afraid I don't really know what you are talking about. > > > > Thanks . . . > > -- > > The Disguised Jedi - Corey Woodcox > > disguised.jedi@gmail.com > > > > PHP rocks! > > > > > > On Thu, 4 Nov 2004 18:15:51 -0500, Tim Burden wrote: > > > Try telnetting to the server on port 80 and issue a HEAD request for the > > > file. Let us see the output of that. > > > > > > > > > > > > ----- Original Message ----- > > > From: "Corey Woodcox" > > > To: "Emyr Tomos" > > > Cc: > > > Sent: Thursday, November 04, 2004 6:09 PM > > > Subject: Re: [users@httpd] HELP! PLEASE! > > > > > > > I didn't write the app, but I have the original source, no other > > > > document is being referenced. If i load the HTML by bypassing apache > > > > altogether (file://C:/[path]) it works great, it all runs, and > > > > everything, which makes me think it's an apache problem. I've read > > > > elsewhere on the web that it sometimes has to do with a MIME > > > > configuration problem, but i've checked and double checked, even > > > > written in a *.flash file type and tried that...no results from > > > > either. > > > > > > > > Thank you all for your responses! > > > > > > > > -- > > > > The Disguised Jedi - Corey Woodcox > > > > disguised.jedi@gmail.com > > > > > > > > PHP rocks! > > > > > > > > > > > > On Thu, 4 Nov 2004 11:13:47 -0000, Emyr Tomos > > > wrote: > > > > > FYI > > > > > this is an accurate description of how Flash is often used, but it > is > > > > > not something built into it; the more general scenario is this: > > > > > 1.EMBED tag instructs built-in client-side plug in to fetch SWF > file > > > > > with src attribute > > > > > 2.SWF code is loaded and runs > > > > > 3.SWF code can contain inside itself certain instructions for the > flash > > > > > plugin to fetch further data and classes from remote sources; these > > > > > sources will be coded in the Flash app unless you use the javascript > > > > > interface to send it instructions, which it doesn't sound as if > you're > > > > > doing. > > > > > > > > > > It's become a convention that a Flash app will first send a loading > > > > > screen + instruction to fetch further classes to improve uer > perception, > > > > > . > > > > > Who wrote the Flash app? Do you have the source code? Where is it > trying > > > > > to load the further classes and data from? > > > > > Is there maybe a path coded in the SWF which isn't under your > docroot? > > > > > (Check error logs to see if you get a 404 for a .swf request) > > > > > Does it point to some other IP/Domain, in which case it won't appear > in > > > > > your error logs. > > > > > Just speculation ... > > > > > em > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Corey Woodcox [mailto:disguised.jedi@gmail.com] > > > > > Sent: 03 November 2004 22:00 > > > > > To: users@httpd.apache.org; vancel@winfreeacademy.com > > > > > Subject: Re: [users@httpd] HELP! PLEASE! > > > > > > > > > > Yes, this is the process as far as I know. However, accessing my > laptop > > > > > from a remote computer (with a different IP) doesn't work either. I > am > > > > > puzzled as to why this won't work, as it just doesn't make sense. > > > > > > > > > > -- > > > > > The Disguised Jedi - Corey Woodcox > > > > > disguised.jedi@gmail.com > > > > > > > > > > PHP rocks! > > > > > > > > > > On Wed, 03 Nov 2004 15:24:46 -0600, Laura Vance > > > > > wrote: > > > > > > Correct me if I'm wrong, but doesn't the "Loading" screen have to > be > > > > > > loaded from the server to even run? Or, a better way to ask the > > > > > > question is, doesn't the loader have to be transmitted from the > server > > > > > > > > > > > before it can start loading its data? This may not be making any > > > > > > sense, so I'll do a scenario. > > > > > > > > > > > > My understanding of flash is this: > > > > > > > > > > > > 1. browser contacts server to request file (in this case, flash > > > > > > application) 2. server sends flash app (loader) back to browser 3. > > > > > > flash app runs then connects back to the server to retrieve the > data > > > > > > (fancy "loading" screen is displayed) 4. server replies by sending > > > > > > data that the flash loader requested. 5. flash animation plays and > > > > > > everyone is happy. > > > > > > > > > > > > It sounds like yours is breaking down somewhere in step 3. If > this is > > > > > > > > > > > true, then your problem is how your flash loader app connects to > the > > > > > > server to retrieve the actual data/classes. > > > > > > > > > > > > Might there be a firewall on your laptop that is not on the > server? > > > > > > Might the flash loader be trying to connect to an IP address and > your > > > > > > laptop doesn't understand since it's on the same machine? > > > > > > > > > > > > If apache never served the loader to your browser, wouldn't it > just > > > > > > show a blank space where the flash was supposed to go? > > > > > > > > > > > > Again, I've never programmed flash myself, but this is my > > > > > > understanding of the flash "handshake" to get an app loaded. > > > > > > > > > > > > > > > > > > Corey Woodcox wrote: > > > > > > > > > > > > >Same thing...just sits on the "Loading..." and Flash says "movie > not > > > > > > >loaded". Thank you for your quick responses! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > Thanks, > > > > > > Laura Vance > > > > > > Systems Engineer > > > > > > Winfree Academy Charter Schools > > > > > > 6221 Riverside Dr. Suite 110 > > > > > > Irving, Tx 75039 > > > > > > Web: www.winfreeacademy.com > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > > > > > > > > > > > The official User-To-User support forum of the Apache HTTP Server > > > > > > Project. See for more > > > > > > info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > > > > > " from the digest: users-digest-unsubscribe@httpd.apache.org > > > > > > For additional commands, e-mail: users-help@httpd.apache.org > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > The official User-To-User support forum of the Apache HTTP Server > > > > > Project. See for more > info. > > > > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > > > > " from the digest: users-digest-unsubscribe@httpd.apache.org > > > > > For additional commands, e-mail: users-help@httpd.apache.org > > > > > > > > > > > > > > > http://www.bbc.co.uk/ - World Wide Wonderland > > > > > > > > > > This e-mail (and any attachments) is confidential and may contain > > > > > personal views which are not the views of the BBC unless > specifically > > > > > stated. > > > > > If you have received it in error, please delete it from your system. > > > > > Do not use, copy or disclose the information in any way nor act in > > > > > reliance on it and notify the sender immediately. Please note that > the > > > > > BBC monitors e-mails sent or received. > > > > > Further communication will signify your consent to this. > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > > > The official User-To-User support forum of the Apache HTTP Server > Project. > > > > See for more info. > > > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > > > " from the digest: users-digest-unsubscribe@httpd.apache.org > > > > For additional commands, e-mail: users-help@httpd.apache.org > > > > > > > > > > --------------------------------------------------------------------- > > > The official User-To-User support forum of the Apache HTTP Server > Project. > > > See for more info. > > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > > " from the digest: users-digest-unsubscribe@httpd.apache.org > > > For additional commands, e-mail: users-help@httpd.apache.org > > > > > > > > > > > > -- > > The Disguised Jedi - Corey Woodcox > > disguised.jedi@gmail.com > > > > PHP rocks! > > > > --------------------------------------------------------------------- > > > > The official User-To-User support forum of the Apache HTTP Server Project. > > See for more info. > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > " from the digest: users-digest-unsubscribe@httpd.apache.org > > For additional commands, e-mail: users-help@httpd.apache.org > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > -- The Disguised Jedi - Corey Woodcox disguised.jedi@gmail.com PHP rocks! --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org