I'm using Flash Builder 4 and Flash Media Server 4, the FLV video file is in the directory (C:/Program Files/Adobe/Flash Media Server 4/applications/vod/media).
In my code I've used the instructions: nc.connect("rtmp://localhost/vod/"); and ns.play("FLV:Kung Fu Panda 2");
The file's name is Kung Fu Panda 2 and is of the FLV type.
I tested the code at a university PC and it was working fine, now that I'm testing it on my laptop, it doesn't seem to be working. I'm using Windows 7 (at uni it was XP), do I need to alter the default settings of the FMS? If not what should I do?
In my code I've used the instructions: nc.connect("rtmp://localhost/vod/"); and ns.play("FLV:Kung Fu Panda 2");
The file's name is Kung Fu Panda 2 and is of the FLV type.
I tested the code at a university PC and it was working fine, now that I'm testing it on my laptop, it doesn't seem to be working. I'm using Windows 7 (at uni it was XP), do I need to alter the default settings of the FMS? If not what should I do?