All pastes #655974 Raw Edit

Unnamed

public text v1 · immutable
#655974 ·published 2007-08-13 19:31 UTC
rendered paste body
<SCRIPT LANGUAGE="VBScript">
<!-- 
// Catch FS Commands in IE, and pass them to the corresponding JavaScript function.

Sub flashcontent_FSCommand(ByVal command, ByVal args)
    call flashcontent_DoFSCommand(command, args)
end sub

// -->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript"> 
<!--  
function flashcontent_DoFSCommand(command, args) { 
  if (command == "Build") { 
    BuildNewLayer(args);
  }
}

//-->
</SCRIPT>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" name="flashcontent" width="268" height="100%" id="flashcontent" title="WWM Main Logo!">
    <param name="wmode" value="transparent" />
    <param name="movie" value="PageBuilder.swf" />
    <param name="quality" value="high" />
    <param name="swLiveConnect" value="true" />
    <embed src="PageBuilder.swf" width="268" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" id="flashcontent" name="flashcontent" height="100%"></embed>
  </object>