View Full Version : Displaying videos on static website without knowing programming.
MartinMarvin
Jan 6th, 2009, 03:04 AM
Hello,
I am not a programmer and I want to embed flash video player and videos in my static website can anyone give me suggestions or simple method to follow? I would be thankful to you. Await your reply.
Hunter_Ian
Jan 7th, 2009, 12:06 AM
Have you ever heard about development tools? If no, I want to tell you that there are tools available in market which automatically creates websites and upload files, media etc using wizard or simple steps. I would suggest you to go here A4 Desk Pro Flash Website Builder (http://www.a4deskpro.com/)
I am sure you will find your solution here.
shakir
Jan 11th, 2009, 11:28 PM
Better download some good flash player and also o need some script to optimize the vedio and arranging it
codingscape
Mar 17th, 2009, 10:09 PM
Agreed. Don't let anyone try to sell you something to do this. Host the videos off of youtube, or any number of the other video sites out there.
taweb
Apr 2nd, 2009, 01:34 PM
WHat if he doesn't want to see you tube logo on the videos?
semoweb
Apr 3rd, 2009, 10:02 AM
Then thats when the decision come's pay a pretty penny or just use you tube. So many people use you tube there not going to think any more or any less then his site because some you tube link on a video. Infact i think it would be the best idea to do. Why? Because he can upload them on youtube and on his description for each video at youtube he puts the description and links his site. What does that do? Cause more traffic to his site. So its actually a win in my eyes.
Karl Ivan
Apr 13th, 2009, 07:44 AM
I think you can use youtube for this purpose, however there are more references too, Just go to google, there are more.....
lioncross070
Apr 18th, 2009, 09:00 AM
Example:
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
happy
Apr 29th, 2009, 12:31 AM
Step 1: Transfer the player.swf and swfobject.js file from the ZIP to your website. (Make sure that you’ve also uploaded all the necessary videos / songs / images to your site.)
Step 2: Embed the player in your HTML page with the lines of code below. Note: If you place the files in different directories, make sure to set the references in this code accordingly.
<p id='preview'>The player will show in this paragraph</p>
<script type='text/javascript' src='swfobject.js'></script>
<script type='text/javascript'>
var s1 = new SWFObject('player.swf','player','400','300','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=video.flv');
s1.write('preview');
</script>
masudkarim
May 6th, 2009, 05:13 AM
Infact i think it would be the best idea to do. Why? Because he can upload them on youtube and on his description for each video at youtube he puts the description and links his site
jahid420
May 13th, 2009, 04:18 AM
Displaying videos on static website without knowing programming. ... embed flash video player and videos in my static website can anyone give me suggestions
Ferdinand Arnaud
Jul 23rd, 2009, 11:19 PM
Have you ever heard about development tools? If no, I want to tell you that there are tools available in market which
automatically creates websites and upload files, media etc using wizard or simple steps. I would suggest you to go here
A4 Desk Pro Flash Website Builder
jrokk
Jul 24th, 2009, 02:18 AM
u can embedd the swflash file to your code.it works......
FlashTech
Dec 29th, 2009, 11:08 PM
If your video is shorter than 10 minutes and smaller than 100MB in size, you can upload it to youtube and let youtube host the video for you, which is a good way to stream video online.
If you want to host the video by your own, you can convert the video to FLV and make a web-based FLV player to stream the flv video.
You can check this Flash video player (http://www.playerdiy.com/) creator which is a quick solution to this issue. This is tutorial (http://www.playerdiy.com/support/tutorial/customize-flash-video-player.html).
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.