vikaspa
07-16-2012, 03:20 AM
Dear All need your help
refer link 1 Physics : Fundamentals
on page
http://m2k-education.com/a001.php
Click on this link opens up a video.
Please note the video file name is passed to display the video.
I want to do this in following manner
the link will pass the id of the video to be displayed (to other program)
viz <a href="displayvideo.php?id=<?php $rows['id'];?>><?php $rows['id'];?></a>
displayvideo.php will fetch the video file name and start displaying the video the way it is displayed now
I donto want to display in iframe or div because i donot want to show the video name
Reason to do all this is i donot want user to download the video
any other procedure / method to do this is welcome
Thanks in advance
refer link 1 Physics : Fundamentals
on page
http://m2k-education.com/a001.php
Click on this link opens up a video.
Please note the video file name is passed to display the video.
I want to do this in following manner
the link will pass the id of the video to be displayed (to other program)
viz <a href="displayvideo.php?id=<?php $rows['id'];?>><?php $rows['id'];?></a>
displayvideo.php will fetch the video file name and start displaying the video the way it is displayed now
I donto want to display in iframe or div because i donot want to show the video name
Reason to do all this is i donot want user to download the video
any other procedure / method to do this is welcome
Thanks in advance