[tor-commits] [flashproxy/master] Add HTML snippet to embed SWF.

dcf at torproject.org dcf at torproject.org
Sat Jul 9 06:48:53 UTC 2011


commit e32a864df5584e359bc63cec957461205f9f205a
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Jul 8 23:46:29 2011 -0700

    Add HTML snippet to embed SWF.
---
 README |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/README b/README
index ef2cc65..cd6b7dd 100644
--- a/README
+++ b/README
@@ -148,6 +148,14 @@ an HTTP respose.
 	\r\n
 	client=<ip-addr/rtmfp-id>&relay=<relay-ip>
 
+== Embedding in HTML
+
+<object width="70" height="23">
+    <param name="movie" value="swfcat.swf">
+    <param name="flashvars" value="">
+    <embed src="swfcat.swf" width="70" height="23" flashvars=""></embed>
+</object>
+
 == ActionScript programming
 
 A good tutorial on ActionScript programming with the Flex tools, with



More information about the tor-commits mailing list