Log in

View Full Version : How can i embed several movies into my site



david1972
08-03-2006, 06:10 AM
i want to use several links for the movies that will open each one of them in the same I frame evrey time i klick on another link
can you help me please?

:)

djr33
08-03-2006, 07:38 AM
<a href="blah.mov" target="framename">

that'll open in the right frame, assuming <iframe name="framename">.

As for embedding movies... you could just do that. With quicktime, it will play in that window. For other formats, it might download instead.

Just google for embedding code.

Really depends on the format... mov wmv or real player.