|
|
|
|
| Kenneth W. Binney 2005-10-30, 6:22 pm |
| A quick look at the code of the page you linked calls for a file named
"naturals_junction_NEW.mpeg" which is not in your "videos folder"
There is no call for the Rubik video
Also you have a misplaced ">" for the <embed tag
It seems to have wandered down to just above the </embed>
"MegaDaz" <webforumsuser@macromedia.com> wrote in message
news:dk2goe$3dr$1@forums.macromedia.com...
> Hello,
>
> I am trying to insert a video file into my website. I have some code on
> this
> page that doesn't seem to work -
> http://www.musicapp.com/videos/patc...llenge_NEW.html
>
> Does anyone have some html code for inserting mpegs?
>
> Many thanks!
>
| |
| nettiser 2007-05-24, 8:33 am |
| quote: Originally posted by Kenneth W. Binney
A quick look at the code of the page you linked calls for a file named
"naturals_junction_NEW.mpeg" which is not in your "videos folder"
There is no call for the Rubik video
Also you have a misplaced ">" for the <embed tag
It seems to have wandered down to just above the </embed>
"MegaDaz" <webforumsuser@macromedia.com> wrote in message
news:dk2goe$3dr$1@forums.macromedia.com...
> Hello,
>
> I am trying to insert a video file into my website. I have some code on
> this
> page that doesn't seem to work -
> http://www.musicapp.com/videos/patc...llenge_NEW.html
>
> Does anyone have some html code for inserting mpegs?
>
> Many thanks!
>
| |
| nettiser 2007-05-24, 8:36 am |
| quote: Originally posted by MegaDaz
Hello,
I am trying to insert a video file into my website. I have some code on this
page that doesn't seem to work -
http://www.musicapp.com/videos/patc...llenge_NEW.html
Does anyone have some html code for inserting mpegs?
Many thanks!
Well your code does work! but you missed a comma
use this and just add in your URL making sure you don't remove some of the code.
<object class="objBorder" ID="MediaPlayer" WIDTH="180" HEIGHT="180"
CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.
cab#Version=6,4,7,1112">
<param name="animationatStart" VALUE="true">
<param name="autosize" value="0">
<param name="transparentatStart" VALUE="true">
<param name="showControls" VALUE="true">
<param name="autoStart" value="True">
<param name="filename"
value="http://www.nettiser.com.au/hg/hydrogen.mpeg"
type="application/x-mplayer2"
src="http://www.nettiser.com.au/hg/hydrogen.mpeg";
name="WMP"
width="180"
height="180"
AutoStart="true"
animationatstart="1"
autosize="0"
showcontrols="1"
>
</embed>
</object> |
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |