Hey guys,
I'm currently developing an FLV player on AS2.0
so far i'm kinda stuck on the "advanced seeking" where you could "seek" a percentage of the flv which isn't loaded to the flash player yet.
we're not using PHP for the partial FLV to load. We're communicating to the server directly via http request headers.
My question is, how do i initiate an http request from flash?
i need to be able to supply my netstream_obj.play() method an FLV content-type.
edit:
Actually what i meant was how do i add additional headers to an http request. so like i if i want to add 'bytes=0-15999', it would return me the partial FLV byte range.
Thanks
James