What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Embedding .flv file into a website

Embedding .flv file into a website
Author: Message:
Th3rmal
Veteran Member
*****

Peek-a-boo! I see you!!

Posts: 1226
Reputation: 26
32 / Male / Flag
Joined: Aug 2005
O.P. Embedding .flv file into a website
I need help on embedding a .flv file into a website. I have tried the following two codes to no avail:

code:
<html>
<body>


<script type="text/javascript" src="https://media.dreamhost.com/ufo.js"></script>
<p id="simpsons_CUT.flv"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>

<script type="text/javascript">
  var FO = { movie:"http://www.th3rmal.com/dana/simpsons/simpsons_CUT.flv",width:"575",height:"400",majorversion:"7",build:"0",bgcolor:"#FFFFFF",
             flashvars:"file=http://www.th3rmal.com/dana/simpsons/simpsons_CUT.flv&showdigits=true&autostart=false" };
UFO.create(FO,"simpsons_CUT.flv");
</script>


</body>
</html>

and

code:
<html>
<body>

<div id="mvcontainer"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<script type="text/javascript" src="http://www.th3rmal.com/dana/simpsons/simpsons_CUT.flv"></script>
<script type="text/javascript">
var s1 = new SWFObject("http://www.th3rmal.com/dana/simpsons/simpsons_CUT.flv","ply","320","260","9","#FFFFFF");
s1.addParam("allowfullscreen","true");
s1.addParam("allowscriptaccess","always");
s1.addParam("flashvars","file=http://www.th3rmal.com/dana/simpsons/simpsons_CUT.flv&#8465;=https://media.dreamhost.com/mp4/preview.jpg");
s1.write("mvcontainer");
lt;/script>


</body>
</html>

The file is located at http://www.th3rmal.com/dana/simpsons/simpsons_CUT.flv

With the first code, the movie doesnt seem to load at all, while with the second code, the error of "Get Flash Player" seems to come up.

Any help would be appreciated :)
You have the intellect comparable to that of a rock. Be proud.
01-22-2009 05:02 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Embedding .flv file into a website - by Th3rmal on 01-22-2009 at 05:02 AM
RE: Embedding .flv file into a website - by WDZ on 01-22-2009 at 05:46 AM
RE: Embedding .flv file into a website - by Th3rmal on 01-22-2009 at 07:32 AM
RE: Embedding .flv file into a website - by WDZ on 01-22-2009 at 08:02 AM
RE: Embedding .flv file into a website - by Th3rmal on 01-22-2009 at 08:23 AM
RE: Embedding .flv file into a website - by Ezra on 01-22-2009 at 02:57 PM
RE: Embedding .flv file into a website - by prashker on 01-22-2009 at 09:17 PM
RE: Embedding .flv file into a website - by Mike on 01-22-2009 at 09:41 PM
RE: Embedding .flv file into a website - by prashker on 01-22-2009 at 09:51 PM
RE: Embedding .flv file into a website - by Mike on 01-22-2009 at 10:01 PM
RE: Embedding .flv file into a website - by Ezra on 01-23-2009 at 02:47 AM
RE: Embedding .flv file into a website - by prashker on 01-23-2009 at 04:59 AM
RE: Embedding .flv file into a website - by toddy on 01-23-2009 at 05:26 AM
RE: Embedding .flv file into a website - by ShawnZ on 01-23-2009 at 05:59 AM
RE: Embedding .flv file into a website - by toddy on 01-23-2009 at 06:41 AM
RE: Embedding .flv file into a website - by Jarrod on 01-23-2009 at 01:02 PM
RE: Embedding .flv file into a website - by Spunky on 01-23-2009 at 03:09 PM
RE: Embedding .flv file into a website - by toddy on 01-23-2009 at 03:17 PM
RE: Embedding .flv file into a website - by djdannyp on 01-23-2009 at 03:30 PM
RE: Embedding .flv file into a website - by Mike on 01-23-2009 at 03:43 PM
RE: Embedding .flv file into a website - by tony on 01-23-2009 at 04:16 PM
RE: Embedding .flv file into a website - by NanaFreak on 01-23-2009 at 11:53 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On