Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Ikinsey #1
Security issues on Audio Stream
I'm writing a streaming audio player in flex for a client of mine. Everything
is going fine except for the security issues.
I'm using computeSpectrum to draw a sound channel visualization and that
function is one of the one's flash security limits without proper use of a
crossdomain file.
Basically its set up on two servers.
[url]www.clientswebsite.com/somedirectory/AudioPlayer.html[/url] is the page with my .swf.
streamstation.clientswebsite.com is a server with shoutcast set up. I had my
client install IIS on port 80 so now theres a crossdomain file at
streamstation.clientswebsite.com/crossdomain.xml.
The file is on the up and up:
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only" />
<allow-access-from domain="*" />
</cross-domain-policy>
but for some reason I still get security issues poping up in my debug flash
player.
I am not at all a server or hardware guy, I'm a humble flash developer and
this security issue has me stumped. So, I would greatly appreciate any advice
you guys have.
Also, if its relevant, I'm writing this in Actionscript 3.0 and Flex 3.
Ikinsey Guest
-
Audio stream modules
I'm working on an art project for school where im gathering real time audio data. all i want is a page with a simple talk button that people can use... -
Stream live audio from a socket
We have an app that delivers raw PCM encoded audio over a socket. We can control the format of the received audio. Is there a way to stream this... -
Multicast Audio Stream Collection
I want to use flash to create an interface for a *.nsc audio stream coming from Windows Media Server 9. I dont want to use windows media player I... -
Audio Stream distorted when passing audio streams to/from mac andpc
We are having the oddest problem. We have a video conference room of sorts, where a main moderator has video/audio to all other users. All other... -
Sync of Recording Audio with an Audio Stream
Hello, I badly need advice/ views/pointers to information on how one can record through the MIC and maintain syncronization with another file...



Reply With Quote

