Author Topic: VID elements autoplaying on versions 1.30+  (Read 1579 times)

Teko

  • Newbie
  • *
  • Posts: 9
VID elements autoplaying on versions 1.30+
« on: February 10, 2009, 07:28:38 pm »
Hi,

Ive noticed on the last two versions (1.30 & 1.31) that VID elements are just autoplaying as soon as the book is opened even before you navigate beyond the first page. Ie all three videos in a book will start playing immediately over the top of each other. I tested this on version 1.29 and it didnt seem to have the same problem.
Im running this locally. And a section of my xml is below.
....
Code: [Select]
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book SYSTEM "http://megazine.mightypirates.de/megazine.dtd">
<book bgcolor="0x000000" bggradient="false" pagenumbers="false" pagewidth="450" pageheight="600">
<chapter>
<page>
    <img src="elements/1.jpg"/>
</page>
<page>
    <img src="elements/2.jpg"/>
</page>
<page>
    <img src="elements/3.jpg"/>
    <vid src="elements/homevideo.flv" left="250" top="100" />
</page>
.....

Thanks for the help,

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
Re: VID elements autoplaying on versions 1.30+
« Reply #1 on: February 12, 2009, 01:19:38 pm »
Hi,

sorry, but I can't reproduce that bug. Does it also happen when you upload it to a server, and if so would you mind giving me a link? (send it via pm if you want)

Regards,
Florian
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.

Teko

  • Newbie
  • *
  • Posts: 9
Re: VID elements autoplaying on versions 1.30+
« Reply #2 on: February 27, 2009, 12:18:13 am »
Hi,

I just dowloaded the new version 1.32 to try and replicate this to show you but everything seems fine. Not saying anything has changed i was most likely doing something lame.

Thanks,

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
Re: VID elements autoplaying on versions 1.30+
« Reply #3 on: February 27, 2009, 10:16:58 pm »
Good to hear that it works now :)
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.