- change how we add the VERSION as it screws up ant dev build

This commit is contained in:
Richard Alam 2010-07-04 10:38:33 -04:00
parent 3dd62cd0ee
commit 5d7e4473c7

View File

@ -66,7 +66,7 @@ if ( hasProductInstall && !hasRequestedVersion ) {
// see. http://stackoverflow.com/questions/313966/mousewheel-not-working-when-published-movie-has-wmodetransparent
// ralam (mar 31, 2010)
AC_FL_RunContent(
"src", "BigBlueButton-VERSION",
"src", "BigBlueButton.swf?v=VERSION",
"width", "100%",
"height", "100%",
"align", "middle",
@ -182,12 +182,12 @@ function getLanguage(){
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="BigBlueButton" width="100%" height="100%"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="BigBlueButton-VERSION.swf" />
<param name="movie" value="BigBlueButton.swf?v=VERSION" />
<param name="quality" value="high" />
<param name="bgcolor" value="#869ca7" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<embed src="BigBlueButton-VERSION.swf" quality="high" bgcolor="#869ca7"
<embed src="BigBlueButton.swf?v=VERSION" quality="high" bgcolor="#869ca7"
width="100%" height="100%" name="BigBlueButton" align="middle"
play="true"
loop="false"