Hello,
Can somebody post the code for embedding a flash player on a web page? Also, do I need to change the file extension from .flv to .swf?
Thank you!![]()
+ Reply to Thread
Results 1 to 11 of 11
Thread
-
Look at Baldrick's guide:
http://forum.videohelp.com/topic355179.html
If you have already made your flash video, just scroll down the tutorial to this section: "Put the video on your site."
the free player listed in the guide will play either. no need to change the extension.
--
"a lot of people are better dead" - prisoner KSC2-303
you can try this http://www.w3schools.com/flash/flash_inhtml.asp
If it's an ambulance...you got a chance. If it's a hearse...it's even worse!!!--Judge Alvin "JP" Valkenheiser
Want to extract audio from .vob files? Read my guide at http://www.dvdrhelp.com/forum/viewtopic.php?t=187078
You guys are the best - thanks so much!
Hello,
Can somebody explain this to me?
If you put the player and video in different folders then add the complete url to to the code like,
Code:
<p id='preview'>Error - You must upgrade your flash player to see this video</p>
<script type='text/javascript' src='http://www.site.com/folder/swfobjects.js'>
</script>
<script type='text/javascript'>
var s1 = new SWFObject('http://www.site.com/folder/player.swf','player','640','360','9.0.115');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=http://www.site.com/folder/test.mp4');
s1.write('preview');
</script>
This is what I had to do. I have the video in the same folder on my site with the player. Why do I have to add the .url as in the example above if they are in the same folder?
And the html page and javascript file in same folder?
Oops.
Thank you, Baldrick!
Oh boy, I knew I'd be back. I can't seem to get more than one player to show up on the page. I am copying and pasting the same code and changing the file name.
What am I doing wrong?
you can't have more than one. but you can make a "playlist". check the JW FLV Media Player website for code examples.
--
"a lot of people are better dead" - prisoner KSC2-303
you could use iframes and make it look like it's one page...
Author, Producer, Composer, Director - Sony HDV, Konica SLR, LG BD burner
Handcoder: HTML, PHP, JS, CSS - In Production: Busker Alley - The Movie
Similar Threads
-
Looking for a good web video/flash player
By dpunkz in forum Video StreamingReplies: 5Last Post: 21st May 2011, 10:54 -
Web Video Player (Flash or HTML 5 ) with Playlist Functionality
By foochuck in forum Video StreamingReplies: 6Last Post: 28th Oct 2010, 20:29 -
web page translator and email full page translator
By juststarting in forum ComputerReplies: 3Last Post: 1st Feb 2010, 09:23 -
embed video in a web page
By shashgo in forum Newbie / General discussionsReplies: 1Last Post: 13th Nov 2008, 20:26 -
embed streaming video on a web page.
By greendesert in forum Video StreamingReplies: 1Last Post: 6th Sep 2008, 09:59
StatisticsNewest guidesLatest tool updatesNew media comments



Quote