From 34fbb4a469ae0eb87164fa237f83089af904491e Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 19 Apr 2010 20:00:58 -0400 Subject: [PATCH] majorly minimizing the html wrapper markup --- flash_html_wrap.py | 918 ++------------------------------------------- 1 file changed, 35 insertions(+), 883 deletions(-) diff --git a/flash_html_wrap.py b/flash_html_wrap.py index 03e06d4..489a554 100644 --- a/flash_html_wrap.py +++ b/flash_html_wrap.py @@ -73,893 +73,45 @@ VARS = ( TEMPLATE = Template(""" - ${title} - - - - - - - - - - -
-

- To view this page ensure that Adobe Flash Player version - ${version_major}.${version_minor}.${version_revision} or greater is installed. -

- -
- - - + + + + + + + + + + + + + + + + + + + + """)