hmm, not too sure how i would stream flash
here's what i have
HTML Code:
//#CLIENTSIDE
function onCreated() {
temp.url = requestURL("http://www.quantifiedmarketing.com/swf/design_ad.swf");
this.catchEvent(url, "onReceiveData", "onData");
new GuiWindowCtrl("Flash_Window") {
text = "Flash";
position = {30, 30};
extent = {300, 300};
canmaximize = canminimize = false;
new GuiFlash("Flash") {
downloadwebfiles = true;
requiresactivex = true;
position = {5, 5};
extent = {290, 290};
moviename = "copter.swf";
playmovie();
}
}
}
function onData(temp.obj) {
with(Flash) {
moviename = obj.fulldata;
playmovie();
}
}
obj returns
HTML Code:
address,contentlanguage,contentlength,contenttype,
data,downloadcomplete,file,fulldata,initialized,ispaused,
joinedclasses,lastmodified,maxlooplimit,name,port,returncode,
returnmessage,scripterrors,scriptlogmissingfunctions,server,
timeout,url