Questions tagged [flashsocket]

Flash library to facilitate communication between Flex applications and Socket.IO servers.

FlashSocket.IO is a flash library to facilitate communication between Flex applications and Socket.IO servers. This project wraps that and facilitates the heartbeat and en/decoding of messages so they work with Socket.IO servers

11 questions
5
votes
1 answer

node.js forward http request from 'net' server to express

I'm running the flash socket policy server on port 8484. On the same port I need to receive http requests. I'm thinking about checking whether policy-file was requested (inside the if statement below), and if it wasn't - forwarding the http request…
Jacka
  • 2,270
  • 4
  • 27
  • 34
2
votes
0 answers

Socket messages appear to be one behind

I apologize for the vague question title, but I can't think of a better way to describe the issue. I'm connecting to a socket.io server (netty) using redannick's FlashSocket.IO library Everything (connection, handshake, protocol upgrade) seems to…
Marcela
  • 3,728
  • 1
  • 15
  • 21
1
vote
2 answers

Web socket & Flash socket clients connect to one Node.js

I've got problem connecting Flash client to Node.js server. Short story: For a first time I'm building a Node.js server that should be used by both web client (WebSocket) as well as a Flash client (Socket). The web client, of course, works like a…
Andrey Popov
  • 7,362
  • 4
  • 38
  • 58
1
vote
0 answers

FlashSocket.IO, policyfile and Socket.IO Error : Failed to load policy file from xmlsocket://localhost:843

Following my code for creating the server and policyfile server: var app = require('http').createServer(handler) , io = require('socket.io').listen(app), fspfs = require('policyfile') , fs = require('fs'), url = require('url'); flash =…
nish
  • 319
  • 2
  • 4
  • 13
1
vote
0 answers

Which transports does socket.io use on which browsers?

Socket.io states that it selects the most capable transport based on which browser you are using and that it select from WebSocket, Adobe® Flash® Socket, AJAX long polling, AJAX multipart streaming, Forever Iframe, JSONP Polling. Is there a matrix…
Ben McCann
  • 18,548
  • 25
  • 83
  • 101
1
vote
1 answer

Socket.io xdomain https flashsockets

Is it possible to have a secure flashsocket connection with a XDomain socket.io app? On the socket.io-client I see the following comment: * The FlashSocket transport. This is a API wrapper for the HTML5 WebSocket * specification. It uses a .swf file…
scanales
  • 602
  • 1
  • 7
  • 18
1
vote
1 answer

socket.io flashsocket not working

The Websocket or XHR transport works just fine. But not the Flashsocket. The console shows this: debug - setting request GET /socket.io/1/flashsocket/kavSuw7LSfrHmQBM1C8D debug - set heartbeat interval for client kavSuw7LSfrHmQBM1C8D debug…
qdwang
  • 425
  • 1
  • 4
  • 13
1
vote
2 answers

socket.io not sending connect message to client on flashsocket

I'm using node.js server with socket.io plugin to connect between two clients (flash and js) on different devices for the flash integration I'm using the FlashSocket.IO library and have io.set('transports', ['websocket', 'flashsocket']); on my .js…
Yaron U.
  • 7,681
  • 3
  • 31
  • 45
0
votes
1 answer

How to install flash socket policy on server Centos?

What should i do to install flashpolicyd from http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html on Centos. Installation from Python_init folder and ./install.sh start ?. Which step is install it ? Thanks Advance!
Minh Loc
  • 173
  • 1
  • 1
  • 10
0
votes
1 answer

Routing with restify and socket.io in node

I have a node app which routes the request based on the url using restfy. Now in want to bring socket into picture. But app doesnot redirect to the function when when socket.io is used. I am using FlexSocket.IO library in flex. Here's my code…
Sarita
  • 837
  • 11
  • 19
0
votes
1 answer

Socket.IO flashsocket security sandbox error

I have been playing around with node.js and socket.io for the past few days. Everything works fine on my local machine (windows using iss for a webserver), but when uploading it to my remote server (ubuntu box), I get security errors. [trace]…
synergies
  • 71
  • 6