I'm sending this here because this is the first potential problem source.

I have a small SWF I created with swftools. It seems that when its loop is 
restarted, IE jumps back to the top of the window; this doesn't happen with 
Konqueror or Firefox. And it doesn't seem to matter if the plug-in does the 
looping, or if the SWF does the looping (via _root.play()).

One other tidbit: I just noticed the page is being refreshed with "#" appended 
to the URL. This would explain why it jumps to the top of the page.

The demonstrator is: http://www.dhraonline.com/swftools-test.php.

I don't recall this topic arising in recent memory on this list.... I also 
vaguely remember running into this problem a year or two ago.

Has anyone else ever seen this? Any ideas on how to make IE stop annoying 
people viewing my website? (Well, other than telling them to DL Firefox?)

In the meantime, I'll have to switch the button (on the real web pages) back 
to the original ani-GIF.

Thanks!

And thanks for SWF Tools!
-- 
Neal P. Murphy; Website & Information Systems
  Diesel Hot Rod Association, Inc.
  540-384-6159; 540-312-6159 (mobile)
  http://www.dhraonline.com/
.flash bbox=120x60 version=6 fps=30 filename="rfc.swf" compress
  .jpeg bg "teamrfc-logo.jpg" quality=100%
  .put bg x=0 y=0 scale=100%
  .frame 1
  # fonts
  # -----
  .font font1 "/usr/share/fonts/truetype/msttcorefonts/Impact.ttf"

  # text fields
  # -----------
  .text txt1a font=font1 text="Racers for" color=black size=40%
  .text txt1b font=font1 text="Pullers for" color=black size=40%
  .text txt3 font=font1 text="Christ" color=black size=40%
  .put txt1a x=6 y=25 alpha=0% scale=100%
  .put txt1b x=6 y=25 alpha=0% scale=100%
  .put txt3 x=28 y=55 alpha=0% scale=100%

  # 'Racers'
  # fade-in
  .frame 15
  .change txt1a alpha=100% blue=+1+192
  .change txt1b alpha=0% blue=+1+192
  .change txt3 alpha=100% blue=+1+192
  # hold
  .frame 20
  .change txt1a alpha=100% blue=+1+192
  .change txt1b alpha=0% blue=+1+192
  .change txt3 alpha=100% blue=+1+192
  # fade-out
  .frame 35
  .change txt1a alpha=0% blue=-1+0
  .change txt1b alpha=0% blue=-1+0
  .change txt3 alpha=0% blue=-1+0

  # hold a bit
  .frame 45
  .change txt1a alpha=0% blue=-1+0
  .change txt1b alpha=0% blue=-1+0
  .change txt3 alpha=0% blue=-1+0

  # 'Pullers'
  # fade-in
  .frame 55
  .change txt1a alpha=0% blue=+1+192
  .change txt1b alpha=100% blue=+1+192
  .change txt3 alpha=100% blue=+1+192
  # hold
  .frame 60
  .change txt1a alpha=0% blue=+1+192
  .change txt1b alpha=100% blue=+1+192
  .change txt3 alpha=100% blue=+1+192
  # fade-out
  .frame 80
  .change txt1a alpha=0% blue=-1+0
  .change txt1b alpha=0% blue=-1+0
  .change txt3 alpha=0% blue=-1+0

  # Pause
  .frame 350
  .change txt1a alpha=0%
  .change txt1b alpha=0%
  .change txt3 alpha=0%

  .end
_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to