I have PHP script which takes some file (FLV for example) and returns it to Flash player (just opens and reads to end), and I have flash(mxml+as3) app that calls that php script in order to recive a file. Ho to make priorety of that connection so that if user goes to some other web page or dowhloads some file my pair (PHP <-> Flash) will not take over all his http trafik, but share it if it will be needed?
or is bandwath speed limeting on php script side only option?
fell free to edit, sory for my en...