A Flash Developer Resource Site

Search:

Type: Posts; User: psychlonex

Page 1 of 20 1 2 3 4

Search: Search took 1.81 seconds.

  1. Replies
    1
    Views
    1,330

    Flash/flashcom alone can't save the frame as a...

    Flash/flashcom alone can't save the frame as a jpeg, but you can use flashcom to save it as a separate, 1-frame flv file, using server-side code:



    var snap = Stream.get("singleFrame");...
  2. Replies
    2
    Views
    729

    Hey - I've seen text-only chat's with over 500...

    Hey -

    I've seen text-only chat's with over 500 users without any trouble, though video might be a different story.

    I think the first thing to look at with video/audio is bandwidth. I haven't...
  3. Replies
    2
    Views
    664

    I moved your thread to the "scripting & backend"...

    I moved your thread to the "scripting & backend" board. Hopefully someone here will be able to help.

    psx
  4. Replies
    4
    Views
    830

    My bad, I mis-read your code the first time....

    My bad, I mis-read your code the first time. You're right, that will give the method only to that one client. But you shouldn't return anything in the onConnect method. Try it like so:


    ...
  5. Replies
    4
    Views
    830

    You need a "clearPresentationStreams" function...

    You need a "clearPresentationStreams" function defined on your server. I'm not sure what you're trying to do with the onConnect?

    Try something like this:


    ...
  6. You guys should be using the app inspector, not...

    You guys should be using the app inspector, not the admin panel to view your traces. Both have a live-log, but they do different things.. The admin panel live-log shows connections, rejections, etc....
  7. First you'll need a socket server. Do a search...

    First you'll need a socket server. Do a search here for socket servers and you should turn up some good links to some free or demo servers that you can play with. Most of them come with examples to...
  8. You can do it 2 ways. The first is to duplicate...

    You can do it 2 ways. The first is to duplicate the AVPresence in the library, and then change it's name to something else, like MyAVPresence. Then set your duplicate's linkage id to something else...
  9. I'm not too versed with php these days, but you...

    I'm not too versed with php these days, but you can use 'amfphp' (search google) for remoting, which will let your flashcom server talk to php. You can also use php to handle the upload, and then...
  10. Replies
    1
    Views
    695

    You can download them here: ...

    You can download them here:

    http://www.macromedia.com/support/flashcom/downloads_updaters.html

    They install just like any other components in flash. You need to copy the server-side files into...
  11. Are you also using the SetBandwidth component?...

    Are you also using the SetBandwidth component? I'm not sure, but I think if that's present, it'll over-ride any settings made to the AVPresence component. If you are using it, try taking it out and...
  12. Replies
    3
    Views
    2,046

    What version of linux is your server? Redhat 7.3...

    What version of linux is your server? Redhat 7.3 and redhat 8 are the only supported versions I believe, but some folks have gotten it running on others. I know folks have had trouble with Redhat 9...
  13. You should download the linux version and try...

    You should download the linux version and try installing that :)

    I don't think it takes too much work to install. The download should have a readme telling you how to do it.

    psx
  14. Replies
    1
    Views
    912

    This might be close to what you're looking for: ...

    This might be close to what you're looking for:

    http://www.jessewarden.com/archives/000213.html

    psx
  15. Replies
    4
    Views
    888

    I don't think I've ever touched that example......

    I don't think I've ever touched that example... if it's not on the SimpleConnect component, check on the main timeline for something that looks like:

    nc.connect("rtmp:/sample_panel_presentation");...
  16. Wow.. that is some old looking code! Here's...

    Wow.. that is some old looking code!

    Here's something that should work:




    this.cdID = setInterval(this,"countDown", 1000);// run once every second
    this.count = 300; // 5 mins.
  17. FCS doesn't use any features of php or your...

    FCS doesn't use any features of php or your web-server so it shouldn't care what versions you have installed. The only thing to really watch out for is linux versions. FCS is supported (works) on...
  18. Replies
    1
    Views
    706

    The default settings are pretty decent. The one...

    The default settings are pretty decent. The one thing I've seen that helps, though not neccessarily usable with the AVPresence is to set your camera quality like so:

    cam.setQuality(12000, 0);
    ...
  19. Replies
    1
    Views
    742

    You could do a few things: a) Make a second...

    You could do a few things:

    a) Make a second connection from the room swf back to the roomList instance and connect to the shared-object.

    b) Make a proxy-connection from the room instance on the...
  20. It depends on your capture card. Does it show up...

    It depends on your capture card. Does it show up in the list of available cameras (right-click--> settings--camera tab)? If so, then it should work.

    I had an ATI All-In-Wonder card a while back...
  21. The components support what's called "lurker...

    The components support what's called "lurker mode". Basically you connect with a username of "null", but it has to actually be null, not the string "null". I'm not sure really how to do it though......
  22. Replies
    1
    Views
    1,168

    At first glance, it looks like your connection...

    At first glance, it looks like your connection string... the server knows to automatically point you to the applications folder, so you should be able to use:
    ...
  23. Replies
    4
    Views
    685

    I moved your thread here to the games forum... no...

    I moved your thread here to the games forum... no idea if you're working on a game or not, but a lot of folks in the game forum have used Electroserver and may be able to help.

    psx
  24. Replies
    4
    Views
    888

    In the sample file, find the simple_connect...

    In the sample file, find the simple_connect component and change the rtmp to:

    rtmp://yourip/sample_guestbook

    basically, if the server isn't running on the same machine as the webserver, you...
  25. Replies
    1
    Views
    692

    I moved your thread to the scripting & backend...

    I moved your thread to the scripting & backend forum.

    Hopefully to answer your question (my php is rusty..) try this:



    <?
    echo "coordinates=80";
    ?>
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center