A Flash Developer Resource Site

Search:

Type: Posts; User: Emphatic

Page 1 of 5 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    53
    Views
    3,239

    I'm not associated with *any* shell, or web...

    I'm not associated with *any* shell, or web hosting provider, so I would be unable to suggest one.

    As with everything there are advantages, and disadvantages. Advantages being i've spent a long...
  2. Replies
    53
    Views
    3,239

    I'm not associated with them, so tell them exaclt...

    I'm not associated with them, so tell them exaclt what you want, and I'm sure they'll come back with what you need.

    If you don't need an IRC server on your box, ie you want to use a free one...
  3. Replies
    53
    Views
    3,239

    hehe well depends what you mean by cheap. I...

    hehe well depends what you mean by cheap.

    I know shellz.net (im not affiliated in any way, just know of them) do a shell account with unlimited webspace, and 2 background processes for $10 a...
  4. Replies
    53
    Views
    3,239

    hmm.. I dont remember ever saying all that you...

    hmm.. I dont remember ever saying all that you need is an irc server.

    The IRC format, as it stands is incompatible with flash. Flash can connect, but not receive or send messages in a format...
  5. Replies
    53
    Views
    3,239

    Yes You need a shell account or a dedicated...

    Yes

    You need a shell account or a dedicated server to run the nexus on the same domain as the website you intend to run it from, unless you are using a projector.

    Steve
  6. Replies
    53
    Views
    3,239

    Hi There's several examples on my site,...

    Hi

    There's several examples on my site, however I will quick link them here.

    This example is very simple, and was designed so. All it does is move a blob around the screen. However as people...
  7. Replies
    53
    Views
    3,239

    I agree. If you can script the backend, do it. ...

    I agree. If you can script the backend, do it.

    The amount i've learnt about the internet, and flash during my nexus projects, has been far greater than any book has taught me.

    I decided to...
  8. Replies
    53
    Views
    3,239

    IRC can be linked to databases with a bot....

    IRC can be linked to databases with a bot. Basically 1 programme, an extension to irc if you like, could overview the way things go in the room. It could be responsible for score keeping, or logging....
  9. Replies
    53
    Views
    3,239

    Yep, flash posts your variables, etc into the...

    Yep, flash posts your variables, etc into the chatroom, then all those in the room will receive that data.

    This is still using xmlSockets, just not using XML data.

    Steve
  10. Replies
    53
    Views
    3,239

    hehe, I see your point at first, but lemme try n...

    hehe, I see your point at first, but lemme try n talk you through it. I'll use bomberman as an example.

    Screen 1: Enter username/password details also rules/how to play are on this page.

    Screen...
  11. Replies
    53
    Views
    3,239

    Hi I'm not sure how aware you are of IRC, but...

    Hi

    I'm not sure how aware you are of IRC, but it allows users to join rooms, send messages to rooms (groups of people), or to individual people.

    What I've got is a gateway, which simply...
  12. Replies
    6
    Views
    1,215

    Try using your servers domain: ...

    Try using your servers domain:

    serverAdd="mydomain.com";

    If this doesnt work, you could post the domain + ip address here, and I can try to connect to it.

    Steve
  13. Replies
    6
    Views
    1,215

    Make sure the .fla is edited for you ip address...

    Make sure the .fla is edited for you ip address for your server.

    Also note that you must be using the flash client on the same domain as your shell which you are running the gateway.

    If you are...
  14. Replies
    6
    Views
    1,215

    Hehe, damn, I knew i should have charged!! ...

    Hehe, damn, I knew i should have charged!!

    I've made what yer after, and it's free. What you will need though, is a linux server, with which to install my nexusIrc gateway onto. This converts IRC...
  15. Hi I'm not a JAVA coder, so if someone is......

    Hi

    I'm not a JAVA coder, so if someone is... can you tell me if this is possible?

    If I were to make a java applet, which sat on the webpage a flash movie did. This applet could listen for a...
  16. Replies
    1
    Views
    1,200

    There's actually a few servers around that now...

    There's actually a few servers around that now use RAW strings, rather than xml.

    Swocket is one, at sourceforge.

    Also, my new one, which uses IRC technology.

    Good Luck!


    Steve
  17. Replies
    5
    Views
    1,803

    You could look at using a linux compatible...

    You could look at using a linux compatible server. (not trying to plug it, but the situation arised).

    What type of server is it you are using? VB, JAVA?

    You could get a standard shell account...
  18. Replies
    4
    Views
    850

    Another option, be it not a nice one would be to...

    Another option, be it not a nice one would be to use the internet explorere active x, in your c++ application, then have that call teh swf.

    Might, might not work, but worth a shot

    Steve
  19. Replies
    4
    Views
    850

    Hi I'm pretty sure this projector you are...

    Hi

    I'm pretty sure this projector you are making, won't be able to do socket connections outside of localhost.

    Having never tried, I wouldn't know, but I expect C++ will use the activex control...
  20. Hi,Yeah the clone thing will be a problem, unless...

    Hi,Yeah the clone thing will be a problem, unless you run your own server,or use one that doesn't restrict clone access.

    I've been trying to think of different ways of doing this, without using...
  21. hey That's a mIRC command, to see the text you...

    hey

    That's a mIRC command, to see the text you receive from the IRC server, your best bet is to trace the incoming! EG:

    socket.onXML = handleXML;
    function handleXML(){
    trace(this.toString());...
  22. Replies
    0
    Views
    546

    Hey I've finished my flash-irc gateway for...

    Hey

    I've finished my flash-irc gateway for test!

    Both the gateway and flash client are available to download,and I'd appreciate any feedback, good or bad.

    Pleae note that the client is only...
  23. Replies
    1
    Views
    671

    hi If you mean a socket server,they're not...

    hi

    If you mean a socket server,they're not hugely hard, but there are plenty of servers available online, I'd probably not re-make one.

    I've got flash running on irc servers, here:...
  24. Hey Thanks :) The link I gave is incoming,it...

    Hey Thanks :)

    The link I gave is incoming,it lets you work out what the server is telling you, ie nick change, topic change,mode change.
    The best place to understand IRC format messages is ...
  25. Hey The bomberman button will eventually load...

    Hey

    The bomberman button will eventually load a bomberman game.
    Basically it was just a test button at this stage to play about with the menu thing.

    The 'title' bit will load the channel topic...
Results 1 to 25 of 123
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center