Forum Moderators: phranque

Message Too Old, No Replies

Adding video to my website

         

irishaff

9:56 am on Dec 16, 2003 (gmt 0)

10+ Year Member



Hi Folks,

I want to add video to my websites. I have uploaded a wmv file and at the moment just have a link to it. I use win XP and when I click on the link a frame opens on the side of the browser and the video is opened in small format.

Does anybody know how I can make the video open in its own container at the res inteneded ( without user intervention? ) , I think this is done using javascript?

thanks

bill

2:32 pm on Dec 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



That's the IE Media bar...you can't control when it pops up. That's something your users have to do in their own browsers.

irishaff

3:54 pm on Dec 17, 2003 (gmt 0)

10+ Year Member



thanks, however I have seen examples when clicked on that pop the video up at a set size etc in a special player window .They used Javascript i think..All i could glean from the source code.

any ideas anybody?

thanks

bill

6:52 am on Dec 18, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Oh, you're talking about embedded video then. That requires a plug-in on your user's side in many cases. Embedded video doesn't work consistently across browsers, so be careful. In addition to JavaScript, I've seen this done with Java applets and Flash. It really depends on your audience as to which is best. I tried a few of these methods and finally ended up just providing a link to the file like you are now. Then you don't have to fret about all the possible combinations of browsers and plug-ins out there.

irishaff

10:02 am on Dec 18, 2003 (gmt 0)

10+ Year Member



ok, im not going to re-invent the wheel!
thanks

bill

1:30 am on Dec 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I saw another site doing this yesterday with Shockwave. You'll need some software to accomplish that.

As I said, a static link to the media file should suffice. Just place a screen-grab of one of the frames in there and let the user's setup handle the rest.