Author Topic: Version 1.38 - Video doesn't work  (Read 1302 times)

marison

  • Jr. Member
  • **
  • Posts: 42
Version 1.38 - Video doesn't work
« on: July 25, 2009, 12:42:53 am »
Florian,

The videos are not working on 1.38 version. I've tested a megazine with 1.38 and the video stay "loading" all the time... then I replaced the "megazine.swf" with 1.37 version and it works. I'm sending the code I'm using:

<vid  left="133"  top="258"  width="219"  height="145"  src="../../../files/flip/AACD/videos/1247055871361.flv"  title="video institucional - AACD"  nopause="false"  onlywhenactive="true"  restart="false"  overlay="0xBFE9F195"  guicolor="0xBFAC7A78" />

It works on 1.37 , but not on 1.38

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
Re: Version 1.38 - Video doesn't work
« Reply #1 on: July 27, 2009, 05:56:22 pm »
Hmm, did you remember to replace the vid.swf with the new version, too?

Also, you overlay syntax is no longer correct (was changed some versions back), it should read
Code: (xml)
  1. <vid ... overlay="color[0, 0.75, 0xE9F195]"/>
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.

marison

  • Jr. Member
  • **
  • Posts: 42
Re: Version 1.38 - Video doesn't work
« Reply #2 on: July 28, 2009, 04:48:17 pm »
Hoo... you're right, so sorry.. I forgot the vid.swf ;) It's working