I'm trying to use netstream to download and play a 60ish minute video which is around 200mb.
If I create a file of around 120mb it works fine, a file larger than that seems to stop downloading at around 120-140mb.
Is there a timeout for stream downloads or is the file maybe stopped due to...
I would like to create a HTML page of clips, which when you click on a still, replaces the still with a playing movie.
Does the quicktime plugin have a tag to define the still, and how do you create them?
Thanks in Advance
Thanks for the ideas, I tried using just one dimm, then the other, didn't work. Bought another cpu, no change.
Ran out of time, lost the will to live, so went out and bought another PC.
I'll perhaps revisit the problem again (new motherboard etc) at a later date.
Thanks
My PC seems to be having a mid life crisis.
Everytime it is turned on, it seems to either generate a blue screen, or it just reboots of it's own accord at a random interval during the boot.
The blue screen errors are rarely the same, ranging from acpi errors to hard drive errors.
Most strange...
I need to email information entered into fields in a web page.
What is the best way to send secure information from a website via an email?
Do I use CGI?
Thanks in advance
Bigozz
I am trying to change the background colour of all the rows in a table, I started out by using a for loop, but when there is a lot of data in the table it takes a shed load of time to complete.
Is there something like table.rows.all.bgcolor which I can set?
Thanks in advance
I have an IIS server running behind a 12k router. It's only for use by a few people, so investing in a faster connection is unfeasable.
The problem is that sometimes the server is unavailable to the outside world, and when the route is traced, the router shows a ping time of around 600ms...
Don't know whether this is on the right track for you...
<table border="1" width="438" height="212">
<tr>
<td>1</td>
</tr>
<tr id="row2" style="display:none">
<td>2</td>
</tr>
<tr>
<td>3</td>
</tr>...
I'm using the window.CreatePopup() method to display a calendar on top of a page, the problem is that I can't figure out how to put scripts in the popup.
I'm hiding the popup code in an invisible <div> tag, and then copying the div.innerHTML to the popup.innerHTML, but this does not seem to...
I have a few images, which I use as links to other pages.
<a href="[whatever]"><img src="[more whatever]"></a>
The problem is that they have a blue border around the images. How can I turn off these borders?
Thanks in advance
Every time a backup job is run on our 7.3 backup exec, it seems to create numerous directories in the system32 directory, named vfw??. These files seem to be something to do with the virus checker in Backup Exec, as it won't allow me to delete the directories without first stopping the exec...
Set up the ODBC connection on the server, then when you open your ADO Connection use a connection string like:-
set dCon = CreateObject("ADODB.Connection")
dConn.open "Provider=MSDASQL.1;Persist Security Info=False;User ID=[userid];Data Source=[name of ODBC name]"
Hope i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.