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
			
		- 
	
- 
	Look at Baldrick's guide: 
 
 https://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 https://www.videohelp.com/forum/viewtopic.php?t=187078
- 
	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? 
- 
	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... 
Similar Threads
- 
  Looking for a good web video/flash playerBy dpunkz in forum Video Streaming DownloadingReplies: 5Last Post: 21st May 2011, 11:54
- 
  Web Video Player (Flash or HTML 5 ) with Playlist FunctionalityBy foochuck in forum Video Streaming DownloadingReplies: 6Last Post: 28th Oct 2010, 21:29
- 
  web page translator and email full page translatorBy juststarting in forum ComputerReplies: 3Last Post: 1st Feb 2010, 10:23
- 
  embed video in a web pageBy shashgo in forum Newbie / General discussionsReplies: 1Last Post: 13th Nov 2008, 21:26
- 
  embed streaming video on a web page.By greendesert in forum Video Streaming DownloadingReplies: 1Last Post: 6th Sep 2008, 10:59


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 Visit Homepage
				Visit Homepage
			 
 
			
			 
			

 Quote
 Quote 
			 
 
			
			 
			 Thank you, Baldrick!
  Thank you, Baldrick!   
						