PDA

View Full Version : Video Question



Esstay
05-07-2007, 10:56 AM
Hi,
I recently posted some video on my website www.mypieceofparadise.ino/sedgedev.html. Problem is I have now tried to refresh the video since I had to change them but it doesnt want to. I even removed the video off the site yet the video still plays on my HTML page:confused: . Now Im wondering if this video is still sitting somewhere on the site even though I deleted it and replaced it or if my code is doing something funny.(which I wouldnt be surprised)

Anyone with any ideas would greatly be appreciated!

Thanking you
Este

Chella
05-07-2007, 02:30 PM
It may be your browser's cache. Try clearing it out first, then visit your site again and see if the video is still available.

charlesgan
05-07-2007, 07:08 PM
are you make changes to the right folder? :D
nvm...

let say its cache problem. you also can add some code to your html pages.. before </header>

<META HTTP-EQUIV="Pragma" CONTENT="no-cache">

Esstay
05-08-2007, 01:37 AM
Thanks for the tips but the problem is when I type in the URL to the video alone is still calls up the wrong video so can that be possible that the video on the server is not refreshing??
I can only think that the server has cached the wrong video somewhere and even though Im replacing or deleting or whatever it still points to that wrong video sitting somewhere on the server. I cant imagine how that is possible since I only place the video in one directory, yet the strange thing is when I take the video out of that directory and play it on another page in another directory it works fine??
This is what is baffling me so that I cant make head or tail?
Any thoughts?