Archive for May 3rd, 2007

The Gospel according to Maynard G. Krebs

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 [...]

OUR STEPS ARE TRULY ORDERED!

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() {}
 

 
 

 

 

[...]

Pass it on!

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 [...]