I was wondering any of you guys on the board can help me with an issue I’m having on this project I’m working on…
I’m working on this flash video player that loads .flv’s stored on a Flash Media Server through a proxy server. So the swf that’s on server A loads a .flv on server B through a proxy server. The thing is that I built the player in AS 2.0 -using the FLVplayback component, and it’s not working right now (works if it doesn’t have to go through the proxy server), and we have diagnosed that it’s most probably because the ProxyType is not set and it needs to be HTTP because Proxy servers only recognize HTTP. I know you can do it in 3.0, but I’m not sure of an equivalent way to do it in 2.0? Would I have to write something to extend the class?
Help!
Thanks in advance