compsci
05-15-2008, 07:47 PM
Hello all,
I apologise if my question is nooby, but I am a noob when it comes to Flash. The question is "is the following possible?":
I want to make a snazzy flash player for my site users. I want them to download the SWF and keep it (they can put it in their site too). But for it to work, they need to connect to my IP, using netconnect:
// USES ACTIONSCRIPT 3.0 TO CONNECT TO FMS
var rtmpNow:String = "rtmp:/***.***.***.***/devapp2";
var nc:NetConnection = new NetConnection();
Do i need to put in my IP (of my server) like the above for it to work for the flash player?
Thanks all
I apologise if my question is nooby, but I am a noob when it comes to Flash. The question is "is the following possible?":
I want to make a snazzy flash player for my site users. I want them to download the SWF and keep it (they can put it in their site too). But for it to work, they need to connect to my IP, using netconnect:
// USES ACTIONSCRIPT 3.0 TO CONNECT TO FMS
var rtmpNow:String = "rtmp:/***.***.***.***/devapp2";
var nc:NetConnection = new NetConnection();
Do i need to put in my IP (of my server) like the above for it to work for the flash player?
Thanks all