InwardHellix
InwardHellix InwardHellix InwardHellix InwardHellix InwardHellix InwardHellix

Reply to topic
Previous topic :: Next topic
Level 7, technical bug
Author Message
Muzozavr 
Blood pressure...

Level: 76
Age: 30
Joined: 25 Apr 2007
Posts: 369
Location: Latvia, Riga
Posted: 2013-12-16, 23:39   Level 7, technical bug

Testing report.

Level 7 has a big ugly white box at top left (before the picture) in Chrome, maybe in other browsers, too, but I haven't checked them.

I have visited levels up to and including level 12 and there are no other white boxes, only level 7 bugs out.

The level itself is, of course, still perfectly solvable, but, considering IH's emphasis on atmosphere, this is a bit distracting.

EDIT: Confirmed to be an SWF file that, for some reason, is not properly hidden.
_________________
Main riddle progress: 76
Bonus levels: solved BTHL, 5007, T, -

Making my own riddle. Progress: 17/60 (no pictures yet)
 
     
Beezqp 
Master of Darkness



Level: 77
Age: 35
Joined: 22 Feb 2007
Posts: 1705
Location: Heaven
Posted: 2013-12-17, 17:33   

Hi, please recheck if still the same.
_________________
Heaven does not exist. There are two Hells instead.
 
     
Muzozavr 
Blood pressure...

Level: 76
Age: 30
Joined: 25 Apr 2007
Posts: 369
Location: Latvia, Riga
Posted: 2013-12-17, 17:57   

Now it works correctly. No white box. :)
_________________
Main riddle progress: 76
Bonus levels: solved BTHL, 5007, T, -

Making my own riddle. Progress: 17/60 (no pictures yet)
 
     
Beezqp 
Master of Darkness



Level: 77
Age: 35
Joined: 22 Feb 2007
Posts: 1705
Location: Heaven
Posted: 2013-12-17, 17:58   

It's very likely that the white box will return on further levels. Please let me know if you spot it!

Thanks
_________________
Heaven does not exist. There are two Hells instead.
 
     
Muzozavr 
Blood pressure...

Level: 76
Age: 30
Joined: 25 Apr 2007
Posts: 369
Location: Latvia, Riga
Posted: 2013-12-17, 19:05   

I think I haven't checked some of the sub-levels, but as for the main pages, I'm climbing back up, got to 45 this morning, before university. No white boxes so far, at least in Chrome. Level 7 was the odd one out so far.

EDIT: Back at 50. No white boxes.
_________________
Main riddle progress: 76
Bonus levels: solved BTHL, 5007, T, -

Making my own riddle. Progress: 17/60 (no pictures yet)
 
     
Beezqp 
Master of Darkness



Level: 77
Age: 35
Joined: 22 Feb 2007
Posts: 1705
Location: Heaven
Posted: 2013-12-17, 19:38   

thanks for checking.

white boxes are the greatest nemesis now.

_________________
Heaven does not exist. There are two Hells instead.
 
     
Xanax 
Tension...


Level: 75
Age: 40
Joined: 24 Oct 2007
Posts: 297
Location: Lodz, Poland
Posted: 2013-12-17, 20:53   

And now let's talk about Opera... :twisted:

Everything is ok (tutorial, main page, HoF) until level 5. The attribute "hidden" is interpreted in a way that turns off music completely. I know you were doing some recoding a year ago, and that is why first levels are working fine. The solution to this is simple - recode all other pages. ;) Or at least replace "hidden" with "width=0 height=0". Or don't do it, and be hated by all the 1% of Opera users. :) The choice is yours...
_________________
 
     
Muzozavr 
Blood pressure...

Level: 76
Age: 30
Joined: 25 Apr 2007
Posts: 369
Location: Latvia, Riga
Posted: 2013-12-17, 21:15   

Whole-game recoding is extremely tedious and there's always a chance to mess something up. I have no idea how high-priority this is to Beezqp.
_________________
Main riddle progress: 76
Bonus levels: solved BTHL, 5007, T, -

Making my own riddle. Progress: 17/60 (no pictures yet)
 
     
Beezqp 
Master of Darkness



Level: 77
Age: 35
Joined: 22 Feb 2007
Posts: 1705
Location: Heaven
Posted: 2013-12-17, 21:43   

I can redo this, it is actually not that time-consuming since tag embed is mostly present on main screens of the riddles only, not on each hint screen.

However, I would need a solution that is surely working properly on all browsers. Anyone knows how to format this exactly correctly?
_________________
Heaven does not exist. There are two Hells instead.
 
     
Stray 
Fear of the dark...


Level: 49
Joined: 30 Aug 2010
Posts: 27
Location: England/UK
Posted: 2013-12-17, 23:00   

http://www.w3schools.com/tags/tag_audio.asp

Maybe something like this?

So, for all the mp3 tracks it would look like

Code:

<audio controls autoplay loop>
  <source src="directory/somemusictrack.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>


Although all the .swf are probably alright as they are in their embed tags.

edit: derp, realised that it'll display a little player thing for the mp3 track, you could just hide it with <div style="visibility:hidden"> or maybe push it offscreen with <div style="position: absolute; top:-5000px;"> or something.
 
     
Xanax 
Tension...


Level: 75
Age: 40
Joined: 24 Oct 2007
Posts: 297
Location: Lodz, Poland
Posted: 2013-12-17, 23:44   

<audio> is a bad choice (see supported file formats and browser support on linked site).

I'm pretty sure that replacing "hidden="true"" with "Width="0" height="0"" should solve all compatibility issues, as these parameters are supported by all browsers.
_________________
 
     
Raidmaster 
Master of Darkness



Level: 61
Age: 35
Joined: 22 Feb 2007
Posts: 46
Location: Ninht Hell
Posted: 2013-12-18, 20:42   

Xanax wrote:
And now let's talk about Opera... :twisted:

Everything is ok (tutorial, main page, HoF) until level 5. The attribute "hidden" is interpreted in a way that turns off music completely. I know you were doing some recoding a year ago, and that is why first levels are working fine. The solution to this is simple - recode all other pages. ;) Or at least replace "hidden" with "width=0 height=0". Or don't do it, and be hated by all the 1% of Opera users. :) The choice is yours...


It screams for plugins on firefox also, which we wanted to avoid, so not only opera problem.
After last reactivation (the one at me3.pl) I started fixing html on riddles. Seems like I took care of all tutorial lvls and main ones till 5 (although I thought I went further tbh, maybe it didn't backup or smth).
Anyways, the solution you propose is what I did in previous lvls. We just need time to fix everything, and convert mp3s to swf's.
_________________
I've been to hell and back, and back to hell…and back.
 
     
Muzozavr 
Blood pressure...

Level: 76
Age: 30
Joined: 25 Apr 2007
Posts: 369
Location: Latvia, Riga
Posted: 2013-12-18, 20:53   

Quote:
and convert mp3s to swf's.

What about the few levels where the mp3 is needed to solve the puzzle? QuickTime needs to go, but this is a bit problematic. I have already proposed a solution in the "level 30 ticking bug" topic (use the swf version inside the level itself, and then double it up with an mp3 tag that looks like it should work, but actually fails to play in any browser -- that way you get to see a subtle link to the mp3 that doesn't interfere with the swf version of the music) but let's see what Beezqp thinks...

Though, I have to admit, I'd LOVE to see mp3 converted to swf just to avoid dealing with QuickTime and its loading/looping problems.
_________________
Main riddle progress: 76
Bonus levels: solved BTHL, 5007, T, -

Making my own riddle. Progress: 17/60 (no pictures yet)
 
     
Stray 
Fear of the dark...


Level: 49
Joined: 30 Aug 2010
Posts: 27
Location: England/UK
Posted: 2013-12-19, 04:51   

@Muzozavr

Quicktime is the bane of my existance.
 
     
Display posts from previous:   
Reply to topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Add this topic to your bookmarks
Printable version

Jump to:  

Powered by phpBB modified by Przemo © 2003 phpBB Group
Page generated in 0.03 second. SQL queries: 13