473,386 Members | 1,708 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Response.ContentType = "video/x-ms-asf"

I had a asp file that generated asx files using
Response.ContentType = "video/x-ms-asf"

It was working fine up until a day or so ago. Now all of a sudden it does
not work.

If I take out the Response.ContentType line and copy the source code to a
asx file it works fine. if I copy the URLs out of the code and put them into
the browser it plays. So it is generating the file correctly, it is opening
Windows media player, but it then errors saying it cant fine the file. Yet
copying the URL from the generated asx works fine.

I am puzzled

Jul 22 '05 #1
4 3847
http://www.aspfaq.com/5003

Ray at work

"Slim" <sl**@range.com> wrote in message
news:OM**************@TK2MSFTNGP15.phx.gbl...
I had a asp file that generated asx files using
Response.ContentType = "video/x-ms-asf"

It was working fine up until a day or so ago. Now all of a sudden it does
not work.

If I take out the Response.ContentType line and copy the source code to a
asx file it works fine. if I copy the URLs out of the code and put them into the browser it plays. So it is generating the file correctly, it is opening Windows media player, but it then errors saying it cant fine the file. Yet
copying the URL from the generated asx works fine.

I am puzzled

Jul 22 '05 #2

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:Op**************@TK2MSFTNGP12.phx.gbl...
http://www.aspfaq.com/5003

Ray at work

Don't waste my time, if you don't know move on.

Many people are not here for scoring points or playing childish games, I am
in need of help. I have no time for your petty whinges
Microsoft created this group to help people like me, no to give a life to
people like you

Please stay in your place

"Slim" <sl**@range.com> wrote in message
news:OM**************@TK2MSFTNGP15.phx.gbl...
I had a asp file that generated asx files using
Response.ContentType = "video/x-ms-asf"

It was working fine up until a day or so ago. Now all of a sudden it does
not work.

If I take out the Response.ContentType line and copy the source code to
a
asx file it works fine. if I copy the URLs out of the code and put them

into
the browser it plays. So it is generating the file correctly, it is

opening
Windows media player, but it then errors saying it cant fine the file.
Yet
copying the URL from the generated asx works fine.

I am puzzled


Jul 22 '05 #3
Slim wrote on 22 jun 2005 in microsoft.public.inetserver.asp.general:
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote
http://www.aspfaq.com/5003

Ray at work


Don't waste my time, if you don't know move on.

Many people are not here for scoring points or playing childish games,
I am in need of help. I have no time for your petty whinges
Microsoft created this group to help people like me, no to give a life
to people like you

Please stay in your place


Microsoft put this group on usenet.

So the Netiquette of usenet is in force.

So Ray is right: "Please don't multi-post."

<http://www.aspfaq.com/5003> will help you to understand the "why".

If you "have no time" you should appriciate a request for not wasting the
time of others caused by multiposting.

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

Jul 22 '05 #4
Gazing into my crystal ball I observed "Slim" <sl**@range.com> writing in
news:e9**************@tk2msftngp13.phx.gbl:
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:Op**************@TK2MSFTNGP12.phx.gbl...
http://www.aspfaq.com/5003

Ray at work

Don't waste my time, if you don't know move on.


By multiposting, you are wasting everyone else's time.

Many people are not here for scoring points or playing childish games,
And Usenet is not a 24/7 help desk.
I am in need of help. I have no time for your petty whinges
See above.
Microsoft created this group to help people like me, no to give a life
to people like you
No, Microsoft has a website for developers that might be able to help
people like you. Usenet is for discussion. If you happen to find an
answer to your problem in the discussion, then good for you.

Please stay in your place


Plonk! Stay in yours.

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Jul 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: BennioUK2 | last post by:
Hi all I've been round and round the web and can't find an answer to: How can I make a video file from JPG stills? I need it to be lossless compression as the stills are already lossy enough....
1
by: Ryan | last post by:
Hello, I have a c++ application and I would like to simply play a short video clip (mpg file) as a splash screen when the application first begins to execute. I seem to be having trouble so far. ...
10
by: comp.lang.php | last post by:
echo mime_content_type('/var/www/html/video/small.mov'); // 1.5mb Quicktime video returns "video/quicktime" echo mime_content_type('/var/www/html/video/huge.mov'); // 10.5mb Quicktime video...
6
by: Gary James | last post by:
This may not be a direct C# question, but since I'll be using using C# for development, I thought I'd pose the question here. I'll soon be involved in the design of a new software product that...
42
by: Sabiyur | last post by:
Hi all, one of the recent post gives the macro to do swap #define SWAP(m, n) (tmp = (m), (m) = (n), (n) = tmp) This macro will work, if the execution is from left to right. That is step 1)...
0
by: U S Contractors Offering Service A Non-profit | last post by:
Baby steps to the "New" New Orleans Inbox Reply Craig Somerford to Chasing, Donald, me, (bcc:Discovery), (bcc:Beijing) show details 3:55 pm (0 minutes ago) Our Beloved New Orleans needs you...
4
by: Terry Olsen | last post by:
Here's another odd request. I want to embed the winamp window in my app. I have a panel that I want Winamp to be locked to. Using a couple of API calls, I can set the panel as the parent of the...
4
by: =?Utf-8?B?Tkg=?= | last post by:
This isnt really a pure asp.net question but here goes. I want to create some type of small video file to show users how to do things in my asp.net app. How do you do that? Any suggestions on...
6
by: rahulsengupta895 | last post by:
. #define MIN(a,b) (a<b?a:b) #define MAX(a,b) (a>b?a:b) #include "Video.h" #define NO_HUE -1
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.