From: Steve Sutton Date: Mon, 8 Feb 2010 19:54:57 +0000 (+0000) Subject: adding for movie X-Git-Tag: v1.0.0~111 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e69bffab770f4b3ff881f24de84da26a902b0faa;p=web%2FTroutCreek.git adding for movie --- diff --git a/AC_RunActiveContent.js b/AC_RunActiveContent.js new file mode 100644 index 0000000..1faba83 --- /dev/null +++ b/AC_RunActiveContent.js @@ -0,0 +1,126 @@ +//v1.0 +//Copyright 2006 Adobe Systems, Inc. All rights reserved. +function AC_AddExtension(src, ext) +{ + if (src.indexOf('?') != -1) + return src.replace(/\?/, ext+'?'); + else + return src + ext; +} + +function AC_Generateobj(objAttrs, params, embedAttrs) +{ + var str = ' '; + str += '