Author Topic: Youtube / Google Problem (Spaces, Leerzeichen)  (Read 2523 times)

0 Members and 1 Guest are viewing this topic.

Offline tasse

  • Pre-Newbie
  • Posts: 2
    • View Profile
Youtube / Google Problem (Spaces, Leerzeichen)
« on: March 25, 2007, 11:09:55 AM »
BEISPIEL/EXAMPLE/EJEMPLO http://www.party2k.de/details.php?image_id=11408

MOD @ 4homepages.de http://www.4homepages.de/forum/index.php?topic=13557.0

Ich habs mal auch in dieses Forum gepostet da es im Espanol Forum keiner lesen wird.
I added that here because this case won't get attention in the Spanish Board.

====================================


Ich habe immernoch Probleme mit der Mod. Es funktioniert einfach nicht das ich den youtube Player sehe, da ist einfach nur ein weißes Kästchen. Wenn ich bei Opera den Quelltext anzeigen lasse bekomme ich vorne und hinten ein Leerzeichen

also  value="http://www.youtube.com/v/ rKbJZIYwS4s "

also gibt es 2 leerzeichen die das alles verhindern... aber wo kommen sie her?
in der datenbank is die youtube id korrekt eingetragen

das ist der code den ich in der details.html benutze

Code: [Select]
{if youtube_id}
  <object width="476" height="392"><param name="movie" value="http://www.youtube.com/v/{youtube_id}"></param>
                    <embed src="http://www.youtube.com/v/{youtube_id}" type="application/x-shockwave-flash" width="476" height="392" ></embed></object>
  </div>
<div align="center">
                  &nbsp;</div>
<div align="center">
{endif youtube_id}
---------------------------------------------------------------------------------------------------------------------

i still have problems with this mod. there is just no youtube player, only a white square can be seen. if opera displays me the source code of the side that has been rendered, there are two space characters which prevent the correct video.

 value="http://www.youtube.com/v/ rKbJZIYwS4s "

so there are two additional space characters? where do they come from?
if i control my database with php my admin the are no space characters, everything is correct

this is the code i'm using in details.html

Code: [Select]
{if youtube_id}
  <object width="476" height="392"><param name="movie" value="http://www.youtube.com/v/{youtube_id}"></param>
                    <embed src="http://www.youtube.com/v/{youtube_id}" type="application/x-shockwave-flash" width="476" height="392" ></embed></object>
  </div>
<div align="center">
                  &nbsp;</div>
<div align="center">
{endif youtube_id}

--------------------------------------------------------------------------------------------------------------------------

todavía tengo problemas con este mod. el player de youtube no aparece aqui. solo veo un rectángulo blanco. if opera indicar    texto fuente tengo dos carácteres en blanco. estos carácteres causan los problemas.

 value="http://www.youtube.com/v/ rKbJZIYwS4s "

en el base de datos no están los carácteres blancos y todo es corecto.

porque aperarecen estos sustitutos ? esto es mi code de details.html 

Code: [Select]
{if youtube_id}
  <object width="476" height="392"><param name="movie" value="http://www.youtube.com/v/{youtube_id}"></param>
                    <embed src="http://www.youtube.com/v/{youtube_id}" type="application/x-shockwave-flash" width="476" height="392" ></embed></object>
  </div>
<div align="center">
                  &nbsp;</div>
<div align="center">
{endif youtube_id}