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.