I have a small as3 app which is supposed to be embedded in a page and will push webcam and audio to a fastly ingest server. When I test it using ctrl+enter in flash professional it works perfectly, when I embed it in the html page it acts like its working fine, except fastly doesn't receive the stream.
My understanding is I don't need a crossdomain.xml because I am pushing to fastly and not loading from it.
I feel like I am missing something simple, but for the life of me I don't know what it is.