Flash video is not working

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
bladi
Posts: 7
Joined: Tue Nov 03, 2009 3:32 pm

Flash video is not working

Post by bladi »

hi
I have in a faq article integrated a flash video but it does not work. I can see the place where the video has to be but it dont plays.
thx for feedbacks at this case. I work with phpmyfaq Version 2.5.3 .
bladi
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Flash video is not working

Post by Thorsten »

Hi,

can you show me your FAQ?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
bladi
Posts: 7
Joined: Tue Nov 03, 2009 3:32 pm

Re: Flash video is not working

Post by bladi »

hi Thorsten

I'm right now installing a new version on a public server. Wenn I'm ready at this case and the videos dont work I will send you here the URL.

By the way I'm Swiss and maby it more easy to write in german 8)

bladi
Last edited by bladi on Thu Nov 05, 2009 9:00 am, edited 1 time in total.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Flash video is not working

Post by Thorsten »

Hi,
bladi wrote:By the way I'm Swiss and maby it more easy to writhe in german 8)
ja, Schwitzerdütsch geht auch. :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
bladi
Posts: 7
Joined: Tue Nov 03, 2009 3:32 pm

Re: Flash video is not working

Post by bladi »

ufff... und ich dachte schon das ich da english rann muss :lol:

Ich habe nun unter http://www.aue.ch/phpmyfaq/index.php?ac ... artlang=de eine Neuinstallation gemacht und einen Artikel erfasst mit Tabelle Bild und eben diesem flash Movie der nicht funktioniert.

Danke fürs anschauen...

Grüess bladi
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Flash video is not working

Post by Thorsten »

Hi,

das ist ja ein .flv... muss das nicht ein .swf sein?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
yamyam
Posts: 162
Joined: Tue Oct 27, 2009 4:55 am

Re: Flash video is not working

Post by yamyam »

Lad doch das Video auf eine tube seite (wie youtube oder myvideo oder so) und binde das video dann mit dem "embed-code" auf deiner seite ein, das funzt 100%!

Bau mal testweise das hier ein:

Code: Select all

<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/vBvUBQWK0w4&hl=de&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/vBvUBQWK0w4&hl=de&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>
Müsste einwandfrei klappen.
bladi
Posts: 7
Joined: Tue Nov 03, 2009 3:32 pm

Re: Flash video is not working

Post by bladi »

Ok.
Leute danke für die Tips ich werde das ausprobieren der Ansatz das es sich um eine flv und nicht swf handelt könnte schon was haben. Die nächste Frage wäre dann wohl wie man flv einpflegen könnte bzw. was man da anpassen muss. Die Idee die Videos auf Youtoube zu stellen finde ich eher nicht praktikabel da diese nicht public sind.

Vielen Dank für euer Informationen
Grüess
bldi
yamyam
Posts: 162
Joined: Tue Oct 27, 2009 4:55 am

Re: Flash video is not working

Post by yamyam »

:?:

Wenn du ein Video auf youtube lädst um es auf deiner seite einzubinden ist es "nicht public" ?
Na ich würde wohl eher sagen das genaue gegenteil :mrgreen:

Du kannst flash video dateien nur in html einbinden, wenn du einen swf-player benutzt.

Das würde dann in etwa (Beispiel) so aussehen:

Code: Select all

<object class="video" width="320" height="240" type="application/x-shockwave-flash" data="flvplayer.swf">
<param name="flashvars" value="file=dein.flv" />
<param name="movie" value="flvplayer.swf" />
<embed src="flvplayer.swf" width="320" height="240" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=dein.flv" />
</object> 

Nen kostenlosen swf player findest du hier:
http://www.longtailvideo.com/players/jw-flv-player/

grüße
yamyam
bladi
Posts: 7
Joined: Tue Nov 03, 2009 3:32 pm

Re: Flash video is not working

Post by bladi »

Hi
Nochmal herzlichen Dank für eure Inputs und Anregungen.
Es war in der Tat so wie Thorsten es gesagt hat, dass ich glat übersehen habe das es sich um ein .flv und nicht ein .swf gehandelt hatte. Ich habe nun verschiedene Video Formate erstellt und es funktionieren nun alle einwandfrei im phpmyfaq :oops: 8) .

Grazie Mille und Grüsse
bladi
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Flash video is not working

Post by Thorsten »

Hi,

fein. :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply