Does anybody remember Maynard G. Krebs? He was the beatnik
character played by Bob Denver (Gilligan with a goatee) on the TV
series “The Many Loves of Dobie Gillis.” What did the middle initial
“G” stand for? Maynard said it stood for Walter. Yes, Maynard lived
in his own little world and his logic was always off-center. As a [...]
Function VBGetSwfVer(i) on error resume next Dim swControl, swVersion swVersion = 0 set swControl = CreateObject(”ShockwaveFlash.ShockwaveFlash.” + CStr(i)) if (IsObject(swControl)) then swVersion = swControl.GetVariable(”") end if VBGetSwfVer = swVersion End Function function FlashRequest() {} function Player_DoFSCommand() {}
[...]
Function VBGetSwfVer(i) on error resume next Dim swControl, swVersion swVersion = 0 set swControl = CreateObject(”ShockwaveFlash.ShockwaveFlash.” + CStr(i)) if (IsObject(swControl)) then swVersion = swControl.GetVariable(”$version”) end if VBGetSwfVer = swVersion End Functionfunction FlashRequest() {} function Player_DoFSCommand() {}
 ReplyÂ
 Reply to [...]