Hi,
I have two .wmv files embedded in a web page (I use Firefox) using this simple code:
<object data="images/howl2.wmv"
type="audio/x-ms-wmv" height="240" width="320"><param
name="FileName" value="images/howl2.wmv"><param
name="AutoStart" value="0"><object
data="images/howl2.wmv" type="audio/x-mpeg" height="240"
width="320"><param name="AutoStart" value="0"></object></object></p>
The code works fine except that when the page loads, the files appear as blank white squares. If I have a couple page tabs open, if I click on another page and then back to the page with the .wmv files, they come in fine.
It is like I need to tell the page to refresh or requery itself.
I would also like the ability to enlarge the video, like the option one sees in U-Tube and I don't know how to do that.
Any opinions as to how I can accomplish this?
The page in question is
Thanks,
Dan
I have two .wmv files embedded in a web page (I use Firefox) using this simple code:
<object data="images/howl2.wmv"
type="audio/x-ms-wmv" height="240" width="320"><param
name="FileName" value="images/howl2.wmv"><param
name="AutoStart" value="0"><object
data="images/howl2.wmv" type="audio/x-mpeg" height="240"
width="320"><param name="AutoStart" value="0"></object></object></p>
The code works fine except that when the page loads, the files appear as blank white squares. If I have a couple page tabs open, if I click on another page and then back to the page with the .wmv files, they come in fine.
It is like I need to tell the page to refresh or requery itself.
I would also like the ability to enlarge the video, like the option one sees in U-Tube and I don't know how to do that.
Any opinions as to how I can accomplish this?
The page in question is
Thanks,
Dan