PG-Designs|Free Webspell Addons and more. Dateien. Webspell Modifikationen.

Besucher: 12 Heute 103 Gestern 1970 Monat 39797 insgesamt 213 registrierte Benutzer 0 Benutzer online 7 Gäste online
2one-designsGamer-Grafixsupreme-webconceptionsAddons-webspellSpellstar
Paused
Featured Content Picture #1 Hier wurde nur eine Anpassung gemacht in der form Xhtml/Css/Valide
Featured Content Picture #2 Hier wurde nur eine Anpassung gemacht in der form Xhtml/Css/Valide
Featured Content Picture #3 Hier wurde nur eine Anpassung gemacht in der form Xhtml/Css/Valide
Featured Content Picture #4 Hier hab ich derzeit nur das Design fertig

Gamer-Grafix

Ovaroo

Aw3some

Clantemplates
Pirates of the Caribbean 4
Moviecat: Filme Aufrufe: 662
TRON
Moviecat: Filme Aufrufe: 572
Transformers 3
Moviecat: Filme Aufrufe: 613
Der Adler der Neunten Legion
Moviecat: Filme Aufrufe: 570
Battle Los Angeles
Moviecat: Filme Aufrufe: 561
Get the Flash Player to see this player.
Du befindest dich derzeit hier:   »  Forum  »  Fragen und Antworten  »  sc_movie 03
Forum » PG Coding » Fragen und Antworten » sc_movie 03

Sortierung:    
  Autor: Mitteilung:  
joelkarn
Rank 2
11 Beiträge
18.06.2011, 19:49 offline
 

i wonder if i have done something wrong when i installed this addon on my website. You can have a look here http://referd.org/webspell


 
  Autor: Mitteilung:  
Pascal Mitglied
Administrator
57 Beiträge
18.06.2011, 20:24 email offline
 

Sorry I was so bad in English

Open sc_movie.php this change can
Code:
1.
2.
$playerwidth = "312"; // the width of the player
$playerheight = "250"; // the height of the player


css data back

Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
.uploadercontent{
     width:720px;
     height:60px;
     padding:5px 5px 5px 5px;
     margin:2px 0px 0px 0px;
     border:1px solid #111;
     background-image:url(../images/playlist.jpg);
     
}
.uploadercontent:hover {
     width:720px;
     height:60px;
     padding:5px 5px 5px 5px;
     margin:2px 0px 0px 0px;
     border:1px solid #111;
     background-image:url(../images/playlist1.jpg);
     
}
.pics{
     width:72px;
     height:50px;
     float:left;
     
}
.uploadertext {
     width:195px;
     height:50px;
     float:left;
     color:#FFF;
     margin:0px 0px 0px 10px;
     
}


Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
.uploadercontent{
     width:280px;
     height:60px;
     padding:5px 5px 5px 5px;
     margin:2px 0px 0px 0px;
     border:1px solid #111;
     background-image:url(../images/playlist.jpg);
     
}
.uploadercontent:hover {
     width:280px;
     height:60px;
     padding:5px 5px 5px 5px;
     margin:2px 0px 0px 0px;
     border:1px solid #111;
     background-image:url(../images/playlist1.jpg);
     
}
.pics{
     width:72px;
     height:50px;
     float:left;
     
}
.uploadertext {
     width:195px;
     height:50px;
     float:left;
     color:#FFF;
     margin:0px 0px 0px 10px;
     
}

http://www.mein-pc.eu/Images/us/Mokway_22356_11.png
(Größe angepasst: 80x468px, )

http://www.speedtest.net/result/1217028327.png
(Größe angepasst: 135x300px, )

 
  Autor: Mitteilung:  
joelkarn
Rank 2
11 Beiträge
18.06.2011, 22:06 offline
 

and when i are looking to the screenshot in the download section, it looks like something in the graphic are missing?


 
  Autor: Mitteilung:  
Pascal Mitglied
Administrator
57 Beiträge
18.06.2011, 22:14 email offline
 

sc_movie.php Search

Code:
1.
 src="../images/movies/`.$ar[movscreenshot].


replace

Code:
1.
 src="images/movies/`.$ar[movscreenshot].


css replace

Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
.uploadercontent{
     width:280px;
     height:60px;
     padding:5px 5px 5px 5px;
     margin:2px 0px 0px 0px;
     border:1px solid #111;
     background-image:url(images/playlist.jpg);
     
}
.uploadercontent:hover {
     width:280px;
     height:60px;
     padding:5px 5px 5px 5px;
     margin:2px 0px 0px 0px;
     border:1px solid #111;
     background-image:url(images/playlist1.jpg);
     
}
.pics{
     width:72px;
     height:50px;
     float:left;
     
}
.uploadertext {
     width:195px;
     height:50px;
     float:left;
     color:#FFF;
     margin:0px 0px 0px 10px;
     
}

http://www.mein-pc.eu/Images/us/Mokway_22356_11.png
(Größe angepasst: 80x468px, )

http://www.speedtest.net/result/1217028327.png
(Größe angepasst: 135x300px, )

 
  Autor: Mitteilung:  
joelkarn
Rank 2
11 Beiträge
18.06.2011, 23:29 offline
 

now are the only the blue scroll missing.


 
  Autor: Mitteilung:  
Pascal Mitglied
Administrator
57 Beiträge
19.06.2011, 01:11 email offline
 

Open youre flexcrollstyles.css

replace

Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
width: 16px;
padding:5px 0px 5px 0px;
background-image:url(images/scroll_02.png);
background-color:black;
}
.vscrollerbar {
background-position:right;
background-repeat:no-repeat;
width: 14px;
background-image:url(images/handle_mid.png);
}
.hscrollerbase {
height: 10px;
background-color:black;
}
.hscrollerbar {
height: 10px;
background-color:black;
}


http://www.mein-pc.eu/Images/us/Mokway_22356_11.png
(Größe angepasst: 80x468px, )

http://www.speedtest.net/result/1217028327.png
(Größe angepasst: 135x300px, )

 
  Autor: Mitteilung:  
joelkarn
Rank 2
11 Beiträge
19.06.2011, 01:42 offline
 

thx for all your help


 
  Autor: Mitteilung:  
joelkarn
Rank 2
11 Beiträge
28.07.2011, 16:27 offline
 

one thing how can i get the blue line where the scroll are


 
Sortierung:    


Um ein Thema zu eröffnen musst du registriert und eingeloggt sein!

Jetzt registrieren
Einloggen
Suchmaschinenoptimierung mit Ranking-Hits Pagerank Baron