[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 561: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 617: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 181: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 182: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Silverjuke Forum 2008-11-04T08:26:55+01:00 https://www.f0rum0ld.silverjuke.net/feed.php?f=11&t=2887 2008-11-04T08:26:55+01:00 2008-11-04T08:26:55+01:00 https://www.f0rum0ld.silverjuke.net/viewtopic.php?t=2887&p=9482#p9482 <![CDATA[Re: Button schneller Vor-/Rücklauf?]]> (Funktioniert Super, Danke auch an Frenchi)

Das hätte mir jetzt noch gefehlt, da habe ich so lange an den Buttons gezeichnet ... und dann Sowas :shocked:

Das war jetzt meine Rettung. :-D


Gruß
Werner

Statistics: Posted by Werner — 4. Nov 08, 08:26


]]>
2008-11-04T00:14:16+01:00 2008-11-04T00:14:16+01:00 https://www.f0rum0ld.silverjuke.net/viewtopic.php?t=2887&p=9479#p9479 <![CDATA[Re: Button schneller Vor-/Rücklauf?]]> > Hallo Zusammen
>
> Weiß zufällig Jemand wie sich das Button Target
> für den schnellen Vor/Rücklauf nennt?
> Das target="seek" hideifunused="1" meine ich nicht.
> Ich würde das gerne als Puschbutton einbauen.
> (Die Knöpfe sind schon im Skin, nur ich finde
> einfach das Target nicht)
>
> Danke
>
> Gruß
> Werner

Hallo Werner

geht nur mit script:

<button x="90" y="47" src="ffw.png" onclick="fastfw();"/>
<button x="0" y="47" src="frw.png" onclick="fastbw();"/>

}

function fastbw() { player.time -= 10000; }

function fastfw() { player.time += 10000; }

function kioskUpdate()
{
updateScreen();
}

Ist von Frenchi.

Gruß pelikan

Statistics: Posted by Pelikan — 4. Nov 08, 00:14


]]>
2008-11-03T23:42:47+01:00 2008-11-03T23:42:47+01:00 https://www.f0rum0ld.silverjuke.net/viewtopic.php?t=2887&p=9478#p9478 <![CDATA[Button schneller Vor-/Rücklauf?]]>
Weiß zufällig Jemand wie sich das Button Target für den schnellen Vor-/Rücklauf nennt?
Das target="seek" hideifunused="1" meine ich nicht.
Ich würde das gerne als Puschbutton einbauen.
(Die Knöpfe sind schon im Skin, nur ich finde einfach das Target nicht :oops:)

Danke

Gruß
Werner

Statistics: Posted by Werner — 3. Nov 08, 23:42


]]>