|
|
|
HOW DO I EMBED MOVIES INTO MY WEBPAGES? Go to www.youtube.com and create an account. Upload your movies (use a Flip Video Camera) and embed them in your pages with the code youtube gives you. How do I embed them? On SharePoint Designer or FrontPage's menu click on Insert, Web Component, chose Advance Control under component type choose HTML. As soon as a box appears, paste the code coming from Youtube.
THE HARD WAY TO DO IT: MAKE IT ON YOUR OWN
You will need two things: a movie and the code Just put a MOV, AVI or a WMV in an Active X Code: <object width="212" height="175"><embed src="lipo.wmv" type="application/x-shockwave-flash" wmode="transparent" width="212" height="175"></object>
Or just embed the stuff
Even an easier piece of code:
IF YOU ARE USING FRONTPAGE, GO TO: INSERT > WEB COMPONENT > ADVANCED CONTROLS > ACTIVE X CONTROL > WINDOWS MEDIA PLAYER (ADD IT IN CUSTOMIZE IF YOU DO NOT HAVE IT)
Or You can just copy the code above, and rename it to your movie.
|
NAVIGATION
|