From e69bffab770f4b3ff881f24de84da26a902b0faa Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 8 Feb 2010 19:54:57 +0000 Subject: [PATCH] adding for movie --- AC_RunActiveContent.js | 126 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 AC_RunActiveContent.js 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 += '