| Martin Klasson 2006-01-18, 2:45 am |
| =20
=20
Hi Experienced Flashcomm people (or, yeah, FMS-people)
=20
I have installed the FMS2 on my own machine, and downloaded samples from
the macromedia.com.
It does not work. It doesn't connect. I am testing with the
sample_guestbook.fla
The admin console works, but not the samples
=20
During the installation I let everything be to the default settings,
regarding the ports and the installation folder.
=20
I opened up a sample fla in my Flash 8-IDE.
If I uses rtmpt then it works,
but not with the rtmp -which should work.
=20
This works, and yields "NetConnection.Connect.Success"
_root.main_nc.connect("rtmpt:/sample_guestbook/");
=20
This doesn't work, and DOESN NOT EVEN trigger the onStatus-method=20
_root.main_nc.connect("rtmp:/sample_guestbook/");
=20
=20
=20
I "decompiled" the swf which macromedia has on this link:
http://www.macromedia.com/cfusion/k...m?id=3Dtn_16466
=20
And I changed the host in the file so that it connected to my
//localhost instead of their.
-this was the result when running it on my local machine in which the
fms2 was installed.
=20
WIN 8,0,22,0
=20
RTMP DEFAULT Rejected
RTMP 80 Rejected
RTMP 443 Failed
RTMP 1935 Rejected
HTTP Tunneling DEFAULT Rejected
HTTP Tunneling 80 Rejected
=20
=20
Even if everything does look bad, it works with the rtmpt in the sample
file.
=20
Could you please help me with this guys? Hopefully someone of you has
had this pain before, and solved it!
=20
/ martin
=-----------------------------------------------------------
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
|