Since AS3 can read a byte stream, could it be possible to request a wmv file from an http location, convert the incoming data stream to bytes (or just store the bytes until the download is complete), read the completely downloaded file and convert it into a binary byte stream that the flash video player can display as video?
Or is that just crazy. I would love to do a flash version of the flip4mac plugin if possible.