diff options
author | Fabio Varesano <fax8@13637.no-reply.drupal.org> | 2006-06-18 14:14:50 +0000 |
---|---|---|
committer | Fabio Varesano <fax8@13637.no-reply.drupal.org> | 2006-06-18 14:14:50 +0000 |
commit | 855c13196c23195583cd526ea1cb35f58a6ab43e (patch) | |
tree | 7daa1813f07e27fcf20d7ef8d17c1770bcc260ae | |
parent | a57ba2e81539c2025bf34efff3775a6390423be0 (diff) | |
download | video-855c13196c23195583cd526ea1cb35f58a6ab43e.tar.gz video-855c13196c23195583cd526ea1cb35f58a6ab43e.tar.bz2 |
Removed file video_insert.js . Replaced by video.js with a more general purpose.
-rw-r--r-- | video_insert.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/video_insert.js b/video_insert.js deleted file mode 100644 index ea66a15..0000000 --- a/video_insert.js +++ /dev/null @@ -1,8 +0,0 @@ -function InsertQuicktimeVideo(vidfile, height, width) -{ - document.writeln('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="' + width + '" height="' + height + '" scale="tofit" codebase="http://www.apple.com/qtactivex/qtplugin.cab">'); - document.writeln('<param name="SRC" value="' + vidfile + '" />'); - document.writeln('<param name="AUTOPLAY" value="true" />'); - document.writeln('<param name="KIOSKMODE" value="false" />'); - document.writeln('<embed src="' + vidfile + '" width="' + width + '" height="' + height + '" scale="tofit" autoplay="true" kioskmode="false" pluginspage="http://www.apple.com/quicktime/download/"></embed>\n</object>'); -}
\ No newline at end of file |