Jump to content
xisto Community
Sign in to follow this  
hulunes

Have You Used This Html Code? very useful

Recommended Posts

how do you do if you want to put a video or audio file on you page...maybe you will use

<object><param name=url value="url"></object>/*simple format*/
<div><embed src="url"></embed></div> /*simple format*/

there is a very familiar code for carring out the video show :
<img dynsrc="http://kenvi9999.googlepages.com/ff7.wmv" border=1>/*an example:FF7*/

have you used this html code...I just knew a <img> tag can achieve video play that is really cooool :)

Share this post


Link to post
Share on other sites

No I have never used those tags.
I don't understand how to use param.
I don't understand how to use embed
I know how to use the image tag but not with dynsrc. All I know how to do with the image tag is:

<img src="image url here">

Share this post


Link to post
Share on other sites

I don't know how to use param.
I know how to use embed and dynsrc
Note: dynsrc only use for internet explorer.

also I know another way we can put a video and audio file on our page.
If you are using intenet Explorer you can do like this

<bgsound src="url">

Edited by vietonline (see edit history)

Share this post


Link to post
Share on other sites

I'm preatty sure IE puts an annoying border around embeded movies and stuff... mabey its only flash, but i could hae sworn i saw one around an avi file once.... hmmmmmmmmmm...

Share this post


Link to post
Share on other sites

^^ for that you need to edit the css. yes i have used this code alot. i used to have a fan site (still there but not being used) with all the bands videos on it. takes up alot of space but that's what got the hits :)

Share this post


Link to post
Share on other sites

Yep I've hear of it and used it i think. But this was quite some time ago and it is very helpful to have it here...I will save it somewhere because it always comes handy when trying to insert video..Thanks for that..Greetz

Share this post


Link to post
Share on other sites

how do you do if you want to put a video or audio file on you page...maybe you will use

<object><param name=url value="url"></object>/*simple format*/
<div><embed src="url"></embed></div> /*simple format*/

there is a very familiar code for carring out the video show :
<img dynsrc="http://kenvi9999.googlepages.com/ff7.wmv" border=1>/*an example:FF7*/

have you used this html code...I just knew a <img> tag can achieve video play that is really cooool :)

that code with dynsrc...is it cross-browser? if it isn't, I don't recommend you use it :P

for valid embedding of audio/video/flash:

http://www.webstandards.org/2006/08/15/val-object-markup/

(follow those links in the first lines of the article)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.