lovesmith Posted January 3, 2008 Share Posted January 3, 2008 Well i have embeded windows media player in my page. I have download accelerator installed in my machine as well. Each time i click the link to play video file in the embeded movie player in my page..my download accelerator pop ups and ask me to download it. How can i fix this? I want user to view video in embeded media player..i dont want them to download, as they will be annoyed everytime they want to watch video. Here is the code i used <EMBED WIDTH="320" HEIGHT="260" TYPE="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/download/default.asp" autostart=1 showcontrols=1 showdisplay=0 showstatusbar=1 DEFAULTFRAME="Slide" src="<?php echo "user_space/".$user_id."/".$file_name; ?>" name="movie1" enablejavascript="true"> </EMBED> Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted January 3, 2008 Share Posted January 3, 2008 this tutorial may be useful to you: http://www.webmonkey.com/01/49/index2a.html if the end user/viewer has the right plug-ins on their computer; it will not download the movie, but instead - it will play in the page. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.