swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] E-Paper Viewer with source for pdf2swf?


From: John Francis Lee
Subject: Re: [Swftools-common] E-Paper Viewer with source for pdf2swf?
Date: Sun, 19 Oct 2008 08:11:26 +0700
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Matthias Kramm wrote:
On Sat, Oct 18, 2008 at 10:54:35PM +0700, John Francis Lee <address@hidden> 
wrote:

It might also be a permission issue- trigvisualizer.html is a local file, maybe Firefox refuses to embed things in remove html pages on your system.

Could you try saving paper5.html to a local file (together with the SWF)
and try to start it from there?

Tried it.

 file:///home/jfl/tmp/paper5.html

Same non-result as loading it from

 http://www.swftools.org/flash/paper5.html

Blank canvas in firefox.

However, inspecting the source from both the over-the-wire version and the local version shows the local version to have

 style="display: none;"

in its <embed> section (and no </embed> at the end of that section).

Deleting the style and adding the </embed> makes it work locally.

(And then deleting the </embed> has no effect.)

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body style="margin: 0px; padding: 0px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  width="100%"
  height="100%">

codebase="http://active.macromedia.com/flash5/cabs/swflash.cab#version=8,0,0,0";
  <param name="MOVIE" value="paper5.swf">
  <param name="PLAY" value="true">
  <param name="LOOP" value="true">
  <param name="QUALITY" value="high">
  <param name="FLASHVARS" value="zoomtype=1">
    <embed src="paper5_files/paper5.swf" width="100%" height="100%"
          play="true" align="" loop="true" quality="high"
          type="application/x-shockwave-flash"
          flashvars="zoomtype=1"
          pluginspage="http://www.macromedia.com/go/getflashplayer";>
          <!--style="display: none;" -->
</object>
</body>
</html>

So maybe my firefox added the style to "protect me" from downloaded "active content"?

Hmmm... paper5 looks interesting. Maybe I'll try to read it :)

--
"This message may have been intercepted and read by U.S. government agencies including the FBI, CIA, and NSA without notice or warrant or knowledge of sender or recipient."

John Francis Lee
1025/37 Thanon Jet Yod
T.Wiang A.Mueang J.Chiangrai 57000





reply via email to

[Prev in Thread] Current Thread [Next in Thread]