Reputation: 517
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
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