jaymc Posted October 10, 2006 Share Posted October 10, 2006 You all know what the embed and onbject tags do, display media content within a webpageWell as you will know, it uses the default media player installed on the machine for the associated file type.So it will load in quicktime, windows media player etc..Well, I want to make my own media player, so its a standard. I think this can be done with javascript...It will need a play button, stop, fast forwarded, change volumeIts this achievable, if so, any examples of a working oneThanks! Quote Link to comment https://forums.phpfreaks.com/topic/23564-media-player/ Share on other sites More sharing options...
fenway Posted October 10, 2006 Share Posted October 10, 2006 You can't "make your own" in the way you describe. Sure, you have JS-based controls, but they need to interact with a "real" OBJECT. Quote Link to comment https://forums.phpfreaks.com/topic/23564-media-player/#findComment-106990 Share on other sites More sharing options...
jaymc Posted October 10, 2006 Author Share Posted October 10, 2006 Ah I seeSo basically I can set the embed/object to invisible but use a javascript 'front end' to control the media?If so, where can i get this exact info Quote Link to comment https://forums.phpfreaks.com/topic/23564-media-player/#findComment-107070 Share on other sites More sharing options...
fenway Posted October 10, 2006 Share Posted October 10, 2006 Correct... I haven't done this in years, check MSDN for the methods to interact with the OBJECT. Quote Link to comment https://forums.phpfreaks.com/topic/23564-media-player/#findComment-107100 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.