MAX/MSP Flash Flosc

kingsize's icon

Hi.

Ive been working with MAX/MSP and Flosc in co-op with Flash, where Ive made a simple app that can send variables from max to flash via udpsend.

However the packet recieved are on different ports when i start/restart the app.

So my question is this - is there a way to specify which port you send from ? So far i believe im only specifying the port to send to via : udpsend 127.0.0.1 31337

But in order to control the settings it would be prefered to also control the port that is send from?

Any idea.

Mannishd's icon

Hi there, I know it has been some time since you posted this but is there any chance you can tell me how you received the data in the Flash in the actionscript code? I am doing a project that needs to take information from Max in to flash and make it do something on the flash interface. I have never used Flash much, I know I need the open sound control object and the udpsend object in Max, I have them connected through terminal on the mac its just the as3 code I need to receive the data and then make that data do something when received.
Thanks