|
Can somebody explain this to a noob?
Im currently reading and studying on embedding videos and audio on pages. I am just trying it locally on my pc as I dont have a server and site up yet. When i use the simple embed code, the video or audio works fine on IE (after accepting an activeX to run) and has the player controls, but on Firefox it just shows the quicktime logo and nothing else? No video, no sound. And also, how do you make it so that it shows the Windows Media style controls, instead of the Quicktime plugin. This is the code I am using just for practice:
<embed src="C:\Documents and Settings\HP_Owner\My Documents\Music Videos\my video name.MPG" width="350" height="350"></embed>
Thanks!
|