Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 11-28-2004, 08:37 PM   #1 (permalink)
 
Newb Techie

Join Date: Nov 2004

Posts: 9

kirkhammet_69

Send a message via Yahoo to kirkhammet_69
Question plz.. help me

I'd like to put an mpeg file on the webpage that i'm making through notepad,,, i tried to use the tag
<a href="(directory)"> but it didn't work can anyone tell me what tag should i use to place mpeg files on my webpage that i'd like to create? thnx
kirkhammet_69 is offline  
Old 11-28-2004, 08:57 PM   #2 (permalink)
TheMajor's Avatar
 
PowerQuest / Opera

Join Date: Jun 2004

Location: Netherlands

Posts: 10,101

TheMajor is on a distinguished road

Default

Code:
<embed>file.mpg</embed>
I think
__________________
TheMajorMMX - Intel P200 MMX @ 225Mhz - V-Tech (PcPartner) Baby-AT mb w/ Intel Triton TX chipset - Nvidia Riva TNT2 M64 w/ 16MB - Still running.....
TheMajor is offline  
Old 11-30-2004, 12:23 AM   #3 (permalink)
 
Newb Techie

Join Date: Nov 2004

Posts: 9

kirkhammet_69

Send a message via Yahoo to kirkhammet_69
Angry omg!!!

I tried to do the code that uyou adviced, but it didn't work..... do you know anyother tag that i could use?
kirkhammet_69 is offline  
Old 11-30-2004, 12:38 AM   #4 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 416

chog

Send a message via AIM to chog
Default

Code:
<embed src="file.mpg">SOme Text</embed>

I believe this is it.
chog is offline  
Old 12-06-2004, 05:57 AM   #5 (permalink)
 
Junior Techie

Join Date: Dec 2004

Posts: 88

developer

Default

[img]xyz.mpg[/img]

and

<embed src="xyz.mpg">

and

<object data="xyz.mpg" type="videos" width="100" height="120">
</object>

<img> with dynsrc is supported by IE and not by netscape. The working of first is also a little different from the last two.
__________________
Somewhere I Belong...
developer is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On