Murgh
Murgh

Reputation: 517

Flash Media Server, test RTMP stream from Flash Builder

I have a server with RTMP service but when I publish the SWF from Flash Builder it says stream not found. Server is on the Virtual Machine, so I access it through IP. If I do the same from Flash IDE (ctrl ENTER) it works fine. I know it has something to do with security but how can I actually test the app then.

Upvotes: 1

Views: 1196

Answers (1)

www0z0k
www0z0k

Reputation: 4434

if an swf from local filesystem tries to access a location on the web it's blocked by default. You can manage this behaviour from http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
or maybe you have <use-network>false</use-network> in your flex config

Upvotes: 1

Related Questions