Hi, I want load a video on flash, without a GET call to get the video... now the code is something like this:
var Player:FLVPlayback = attachMovie("FLVPlayback", "Player", _root.getDepth()-1); Player.autoPlay=false; Player.bufferingBar=buff; Player.contentPath="myVIDEO.flv";
the problem is when myVIDEO.flv are loaded, this URL appers on firebug... Someone can help me? Thanks Rodrigo