Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [FLOW PLAYER] .flv z posta.
yas
post
Post #1





Grupa: Zarejestrowani
Postów: 21
Pomógł: 0
Dołączył: 16.01.2012

Ostrzeżenie: (0%)
-----


Witam jak pobrać adres do .flv wysłanej za pomocą metody "POST" (może być też "GET").

  1. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  2. <!-- A minimal Flowplayer setup to get you started -->
  3.  
  4.  
  5. <!--
  6. include flowplayer JavaScript file that does
  7. Flash embedding and provides the Flowplayer API.
  8. -->
  9. <script type="text/javascript" src="../flowplayer-3.2.12.min.js"></script>
  10.  
  11. <!-- some minimal styling, can be removed -->
  12. <link rel="stylesheet" type="text/css" href="style.css">
  13.  
  14. <!-- page title -->
  15. <title>Player</title>
  16.  
  17.  
  18.  
  19.  
  20. <a
  21. href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv"
  22. style="display:block;width:520px;height:330px"
  23. id="player">
  24. </a>
  25.  
  26. <!-- this will install flowplayer inside previous A- tag. -->
  27. flowplayer("player", "../flowplayer-3.2.16.swf");
  28. </script>
  29.  
  30.  
  31.  
  32. </body></html>


Próbowałem

  1. href="<?php echo $_POST['link'];?>"
Ale nie działa.
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 20.12.2025 - 17:06