この記事のURL http://www.dango-itimi.com/blog/archives/2011/001043.html Google App Engine で Python を用いての、バイトストリーム状の SWF データを html 上に表示するためのサンプルです。 処理内で読み込んでいる index.html, sample.swf は main.py と同じディレクトリに配置しているものとします。 main.py #!/usr/bin/env python # -*- coding: utf-8 -*- from google.appengine.ext.webapp import template from google.appengine.ext import webapp from google.appengine.ext.webapp import util U