FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Displaying videos on static website without knowing programm

 


Dwight
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.
rvec
upload a video to youtube and search for the 'embed' code. an example:

http://www.youtube.com/watch?v=OOkfBf6pTBA
Code:
<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/OOkfBf6pTBA&hl=nl&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OOkfBf6pTBA&hl=nl&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object>


use that code just like you put images in a page (instead of <img src="">). So you paste it in the HTML of the page and the youtube window will appear.
Keaton
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

I am sure you will find your solution here.
rvec
try html-kit
http://www.chami.com/html-kit/download/
it does a bit less but it's free.
albuferque
Open the HTML page where you want to insert your Flash movie. Insert this code:

<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>

Note: This is the minimum code you need to embed a Flash movie in a browser. A broken icon will appear on the Web page if the user does not have the Flash plug-in installed.
Related topics

Videos in your website without using windous media player
Simple steps to build website for a beginner.
How do you show HTML/PHP code on your website?
Carl's Start-to-Finish Professional Website Tutorial
Solved: Need convert php-template to css-html static

Create Web pages without knowing HTML.
Creating an RPG bot in IRC (yes I wrote this)
WinHelp
SMF Forum is not working
Bad ping time, what happen to frihost?

mod_rewrite
need Logo : 120 frih$
Fruityloops
Logo, Free-style: 150 frih$--Forget that, 200 frih$!!
the 9/11 truth
Reply to topic    Frihost Forum Index -> Scripting -> Website Software

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.