A Flash Developer Resource Site

Search:

Type: Posts; User: Ultimate99

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,381

    the only site with flashcom tutes (that I know...

    the only site with flashcom tutes (that I know of):

    www.flashcomguru.com
  2. Replies
    3
    Views
    708

    The top part goes in the main.asc on the server...

    The top part goes in the main.asc on the server side in the application directory, and the bottom part goes in the fla file.
  3. Replies
    1
    Views
    619

    I'm pretty sure you can't do this. I've heard...

    I'm pretty sure you can't do this. I've heard somewhere (never tested personally) that the drive must be local to the server... but I could be wrong. Either way I've also never worked with linux...
  4. Replies
    3
    Views
    708

    Not too hard I think. What you'll need to do...

    Not too hard I think. What you'll need to do though is study up a bit on server side code. Using the application.onConnect method on the server side, you can accept a username and password (other...
  5. Replies
    1
    Views
    671

    embed the fonts. This is a question for the...

    embed the fonts. This is a question for the flash forum though.

    myTextBox_txt.embedFonts=true;

    hope it helps a bit
  6. Actually this is a bug of FCS, and you MUST build...

    Actually this is a bug of FCS, and you MUST build a work around for it. It's not so much that they are idle and get disconnected, it can also be that they are idle, not disconnected but it seems...
  7. Replies
    3
    Views
    794

    You have posted a question that can be answered...

    You have posted a question that can be answered if you read the pdf's that come with the program AND you post it on the 31st of December... when nobody is watching the boards and then complain "as...
  8. Replies
    1
    Views
    895

    It can't be done at this time. You'll have to...

    It can't be done at this time. You'll have to remake all the functions in IRC chat in Flash/FCS.
  9. You have to edit the peoplelist component to get...

    You have to edit the peoplelist component to get this to work (hope you're using it). Make sure to connect a sound to the root by attachSound() then you'll play that when the userList get's updated....
  10. Replies
    11
    Views
    1,453

    It's not impossible to emulate an instant...

    It's not impossible to emulate an instant messenger in Flash with FCS in the backend. No matter what you are going to need a server of some sort to keep your info, login status and whatnot. It most...
  11. Replies
    8
    Views
    953

    it's not working yet is it? and I don't see...

    it's not working yet is it? and I don't see netStream.play() in there :P You're not busy enough.

    You don't need this:
    webcam.attachVideo("prewiev");
    The cam sends out info, not take it in which...
  12. Replies
    8
    Views
    953

    Have you looked through the documentation or...

    Have you looked through the documentation or sample applications? There is a lot of information in there. If you had searched the forums you would have found your answer I think as there are tons...
  13. Replies
    2
    Views
    647

    Why don't you just test it with the sample apps...

    Why don't you just test it with the sample apps that come with the server? If you are looking for advice on how to make 'your first app', there are tons of resources on MM's site,...
  14. Replies
    8
    Views
    953

    I strongly suggest searching the forums a bit,...

    I strongly suggest searching the forums a bit, I'm pretty sure this has come up a few times before.
  15. Replies
    1
    Views
    704

    You don't need flashcom for that code. You have...

    You don't need flashcom for that code. You have it all using localconnection which connects to another open flash movie on your desktop.

    Is that what you wanted to do? If so, you'll probably...
  16. Replies
    3
    Views
    1,073

    basic games yes. Don't expect to be able to send...

    basic games yes. Don't expect to be able to send across lots of data at lightning speeds though. Live is tough, and unless you have a turn style game, or some type of "smart" application that can...
  17. Last year in April or May or so I think. It's...

    Last year in April or May or so I think. It's been about a year and a half since the first version came out.
  18. Replies
    18
    Views
    2,805

    The thing is with flashcom is that it's limited...

    The thing is with flashcom is that it's limited in what you can use it for, and the pricing is high. A lot of people may want to get into it, but can't afford it. That combined with the fact that...
  19. Replies
    8
    Views
    951

    non-tested but should work. Edit the...

    non-tested but should work. Edit the simpleconnect component and comment out the last line:
    this.serverConnect(_parent.username, _parent.appInstance);

    this will stop if from connecting up as...
  20. Replies
    8
    Views
    951

    let me take a glance and I'll try to post...

    let me take a glance and I'll try to post tomorrow ('tis bed time for me in this country :) )
  21. Replies
    8
    Views
    951

    I never ever use the components myself. Too much...

    I never ever use the components myself. Too much work, heavy, and buggy at times. Usually don't do what I want them to do. They are more designed for true beginners who just want to get something...
  22. Replies
    8
    Views
    951

    hmmm.. that's strange, I could've sworn there was...

    hmmm.. that's strange, I could've sworn there was one in there for it.. but I think what happens is, if it doesn't have the user name it won't log in. So that one tutorial should do it for you (I...
  23. Replies
    8
    Views
    951

    If you have logged in once, then it will login...

    If you have logged in once, then it will login automatically for you from that time on. Even if you have logged in with somebody elses app that has the simple connect component. If you don't desire...
  24. Replies
    7
    Views
    1,053

    OK, I get it. Unfortunately you can't do that. ...

    OK, I get it. Unfortunately you can't do that. An SO is not used in that way. What it is used for is storing data. So what you want to do is store the name of the picture. When you publish the...
  25. Replies
    2
    Views
    740

    When you connect up a vid to flash with flashcom...

    When you connect up a vid to flash with flashcom you have to use the NetStream object. With the NetStream object, it will give you info objects when something happens to it. Whether it is...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center