Discussion:
Need syntax
(too old to reply)
Me
2009-06-12 15:49:01 UTC
Permalink
Hello,

I am in dire need for syntax to run a wmv file on Internet.

I am not sure if this is the right forum, can someone point one to me
or kindly send me the syntax that I can use in html file
to run this.

Thank you,
-Me
Robert Aldwinckle
2009-06-12 16:03:37 UTC
Permalink
Post by Me
Hello,
I am in dire need for syntax to run a wmv file on Internet.
Can you open a .wmv file from Windows Explorer?

Do you have Windows Media Player installed?

<cmd_output OS="XPsp3">
E:\>assoc .wmv
.wmv=WMVFile

E:\>ftype WMVFile
WMVFile="F:\Program Files\Windows Media Player\wmplayer.exe" /prefetch:7 /Open "%L"
</cmd_output>
Post by Me
I am not sure if this is the right forum, can someone point one to me
or kindly send me the syntax that I can use in html file
to run this.
First you need to make sure you can open .wmv files.

If you can't open .wmv files, it's not.
Post by Me
Thank you,
-Me
HTH

Robert Aldwinckle
---
Me
2009-06-12 16:19:01 UTC
Permalink
Robert,

Yes, I am getting it installed while we speak, I have it on my computer and
I am
able to open the file.

However, I need syntax to use it on internet via html.

Appreciate your quick response.

Thank you very much,
-Me
Post by Robert Aldwinckle
Post by Me
Hello,
I am in dire need for syntax to run a wmv file on Internet.
Can you open a .wmv file from Windows Explorer?
Do you have Windows Media Player installed?
<cmd_output OS="XPsp3">
E:\>assoc .wmv
..wmv=WMVFile
E:\>ftype WMVFile
WMVFile="F:\Program Files\Windows Media Player\wmplayer.exe" /prefetch:7 /Open "%L"
</cmd_output>
Post by Me
I am not sure if this is the right forum, can someone point one to me
or kindly send me the syntax that I can use in html file
to run this.
First you need to make sure you can open .wmv files.
If you can't open .wmv files, it's not.
Post by Me
Thank you,
-Me
HTH
Robert Aldwinckle
---
Loading...