|
Home > Archive > Macromedia Flash Server > August 2005 > FCS Exercise
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Chris Kennon 2005-08-15, 5:45 pm |
| Hi,
Is anyone working through the programming Flash Communication
Publication from O'Reilly?
I've arrived at the 3rd chapter, working through exercise example 3-2
[URL=http://ckimedia.com/exp/fcs/eventHandling2.html]Example 3-2[/
URL]
The connection simply bombs, I'm using the book examples, a simple
connect works fine. Any suggestions for troubleshooting would be
appreciated.
C
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Brian Lesser 2005-08-15, 5:45 pm |
| Hi Chris,
I cleared out my old testLobby directory, downloaded the files and they
all worked on my system. If you have a referrer check on your server and
are trying to run the swf from your desktop that could be a problem but
that doesn't sound right given a simple netconnection test works....
What happens when you add a trace inside onStatus:
function NetConnection_onStatus(info) {
for (var p in info) trace(p + ": " + info[p]);
Yours truly,
-Brian
Chris Kennon wrote:
> Hi,
>
> Is anyone working through the programming Flash Communication
> Publication from O'Reilly?
>
> I've arrived at the 3rd chapter, working through exercise example 3-2
> [URL=http://ckimedia.com/exp/fcs/eventHandling2.html]Example 3-2[/
> URL]
> The connection simply bombs, I'm using the book examples, a simple
> connect works fine. Any suggestions for troubleshooting would be
> appreciated.
>
> C
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
--
________________________________________
______________________________
Brian Lesser
Assistant Director, Teaching and Technology Support
Computing and Communications Services
Ryerson University
350 Victoria St.
Toronto, Ontario Phone: (416) 979-5000 ext. 6835
M5B 2K3 Fax: (416) 979-5220
Office: AB48D E-mail: blesser-6s6ziW1YCwCw5LPnMra/2Q@public.gmane.org
(Enter through LB66) Web: http://www.ryerson.ca/~blesser
________________________________________
______________________________
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Chris Kennon 2005-08-15, 5:45 pm |
| Hi,
Fixed it, threw out the current files, recoded, it is an exercise,
and all is good.
C
On Aug 15, 2005, at 12:19 PM, Brian Lesser wrote:
> Hi Chris,
> I cleared out my old testLobby directory, downloaded the files and
> they all worked on my system. If you have a referrer check on your
> server and are trying to run the swf from your desktop that could
> be a problem but that doesn't sound right given a simple
> netconnection test works.... What happens when you add a trace
> inside onStatus:
> function NetConnection_onStatus(info) {
> for (var p in info) trace(p + ": " + info[p]);
>
> Yours truly,
> -Brian
>
> Chris Kennon wrote:
>
>
>
>
>
> --
> ________________________________________
______________________________
> Brian Lesser
> Assistant Director, Teaching and Technology Support
> Computing and Communications Services
> Ryerson University
> 350 Victoria St.
> Toronto, Ontario Phone: (416) 979-5000 ext. 6835
> M5B 2K3 Fax: (416) 979-5220
> Office: AB48D E-mail: blesser-6s6ziW1YCwCw5LPnMra/2Q@public.gmane.org
> (Enter through LB66) Web: http://www.ryerson.ca/~blesser
> ________________________________________
______________________________
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|