Witam jak pobrać adres do .flv wysłanej za pomocą metody "POST" (może być też "GET").
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <!-- A minimal Flowplayer setup to get you started -->
<!--
include flowplayer JavaScript file that does
Flash embedding and provides the Flowplayer API.
-->
<script type="text/javascript" src="../flowplayer-3.2.12.min.js"></script>
<!-- some minimal styling, can be removed -->
<link rel="stylesheet" type="text/css" href="style.css">
<!-- page title -->
href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv"
style="display:block;width:520px;height:330px"
id="player">
<!-- this will install flowplayer inside previous A- tag. -->
flowplayer("player", "../flowplayer-3.2.16.swf");
Próbowałem
href="
<?php echo $_POST['link'];?>"
Ale nie działa.