View Full Version : i need help
georgerulez
07-13-2001, 10:59 AM
How can i make a pop up on my site and make it play a music video? (i have the place to store the video online)
pixelmonkey
07-13-2001, 11:06 AM
that depends on what format the video is in.
chris<pixelmonkey>:monkey:
georgerulez
07-13-2001, 11:11 AM
i think it's .avi formatt that i put it in!
pixelmonkey
07-13-2001, 11:58 AM
depending one what the client has, you can achive this by adding the code to the window for the windows media player or a quicktime player to activate. 123webmaster should have some helpfull documentation on this as well.
hope it helps!
chris<pixelmonkey>:monkey:
georgerulez
07-13-2001, 12:06 PM
my sote is a "fan" site and i want this: when the visitor enters the site he sees a music video and then he or she closes it when it's done is that possible (for Free)
kevin
07-14-2001, 03:32 AM
You don't have much choice here. You can embed an AVI file into the webpage or use flash. Any other video format will display in a seperate application, like real media or MPG.
If you use an AVI file you can try something like this:
<EMBED SRC="yourfile.avi"
AUTOSTART="TRUE"
LOOP="FALSE"
WIDTH="XX"
HEIGHT="XX">
replace "XX" with dimensions of your choice ("120" for example)
You can use all the basic image tag attributes in addition to the ones above.
Regards,
Kevin
You will need to experiment to get it placed into your HTMl page where you wnat it and to get the correct width and height dimensions.
georgerulez
07-15-2001, 07:28 PM
thanks for the help but how can i do it with .mpeg files?
kevin
07-15-2001, 10:02 PM
hmmmm...I thought I covered that in my previous post. MPG's will display in whatever application a person has installed on their computer. Most windows machines will use the Windows Media player.
As far as I know you can only embed an AVI file.
Regards,
Kevin
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.