PDA

View Full Version : HTML question



Itachi
06-03-2005, 08:50 PM
Greetings everyone, I am trying to figure out how to have this video play on my website but i cant seem to find the src file for it anywhere for my media player embed. Basically it looks something like this:

a name="T"></a> <div id=vpdiv><a href="http://www.angelfire.com/rpg2/0ozeiramo0"><embed name="RAOCXplayer" src=" ??? " type="application/x-mplayer2" width="300" height="300" ShowC.."0" ShowStatusBar="0" loop="true" EnableC.."0" DisplaySize="0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed></div>Video provided by Miyara™</a

Left out some brackets so you could see. Heres a link to the video. http://www.dumpalink.com/media/1045 It's stupid, yes but i want it up anyway. Since its a macromedia flash does that mean something different? Or is there any other HTML i could use just to have it play that video in the flash format it already is in? Thanks.

Kuyuk
06-03-2005, 09:22 PM
I dont know if I understand ya, you're trying to play a flash movie with windows media player?


K.

Itachi
06-03-2005, 09:28 PM
Well the media player is pretty much all I know how to do with like the imbeds. If you would know how to play the flash how it is I would use that.

Kuyuk
06-03-2005, 09:48 PM
you need a flash player to view it [www.macromedia.com] I believe


K.

Back
06-03-2005, 10:03 PM
All I did was this... file name replaced with ???

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="???.swf">
<param name="quality" value="high"><param name="SCALE" value="noborder">
<embed src="???.swf" width="100%" height="100%" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noborder"></embed></object></td>
</tr>
</table>

[edit to disable smilese and to hide my files!]

[Edited on 6-4-2005 by Backlash]

Kuyuk
06-03-2005, 10:04 PM
heh, I like the smiley in the middle.


K.

Back
06-03-2005, 10:05 PM
Yar, edited for that.

Itachi
06-03-2005, 10:05 PM
I'm not having a problem viewing it, I want to play that file on myspace but I dont know how to get it from the link I
gave to someplace other than where it is.

Itachi
06-03-2005, 10:07 PM
Ahh thank you Backlash! I didnt know the macromedia imbed information. Thanks so much, that is exactly what i was looking for.