Question

I have a video player that loads progressive flv video from a server and applies a reflection to it. I do this by creating a bitmapData object and then drawing the video to it. This worked absolutely fine until we moved our content from testing server to Amazon S3. Now there is no reflection.

Can anyone explain why this is happening and even suggest a solution?

p.s. i am using Flash 8 AS2.

thanks

Was it helpful?

Solution

This most likely has to do with Flash player's security restrictions and domains. If you aren't getting any errors, try installing the debug version of the player and see what comes up.

Also take a look to Handling Crossdomain.xml and 302 Redirects Using NetStream for background info.

HTH

Juan

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top