kismet78
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: auto refresh just imageStill no luck yet…
I’ll keep trying to tweak this, but does anyone else have anything for me to try?
Cheers.
kyletompkins.comForum: Fixing WordPress
In reply to: auto refresh just imageThis is what my .js looks like. Am I close?
newImage = new Image();
function loadNewImage(){
uniq = new Date();
uniq = uniq.getTime();
document.images.imagename.src=newImage.src;
newImage.src=”https://www.kyletompkins.com/wp/webcam/capture1.jpg?”+uniq;
}function initialImage(){
uniq = new Date();
uniq = uniq.getTime();
newImage.onload=loadNewImage;
newImage.src=”https://www.kyletompkins.com/wp/webcam/capture1.jpg?”+uniq;
}function imageError()
{
image = document.images.imagename;
image.onload = “”;
image.onerror = “”;
startstop.disabled = true;
document.images.lescam.src = “https://www.kyletompkins.com/wp/webcam/capture1.jpg?”;
}Forum: Fixing WordPress
In reply to: auto refresh just imageWow, I’ll give that a shot, but to be honest I really have no clue how to implement that…
* After giving it a shot – it seemed to work for about 3 seconds and then nothing? I saw the clock caption commencing. Am I doing something wrong?
Forum: Fixing WordPress
In reply to: rss feeds stopped working 2 days agoThanks. I guess I still don’t understand why would my browser start doing this when it didn’t before, but other than my confusion I suppose this is resolved?
Forum: Fixing WordPress
In reply to: rss feeds stopped working 2 days agoShift+F5 didn’t work, but manually dumping cookies in firefox did work. Weird, I think my shift+F5 clears everything else though. Anyway…
Is this an RSS issue? Why did I need to do this? Why did the atom feed not need to be cleared?
Forum: Plugins
In reply to: error loading mp3 file in Audio Player and Dewplayer?I tracked it down to the cpanel hotlink protection – which for some reason was disabling the flash mp3 players even though it’s not hotlinked (???). I thought it was configured correctly. I have my url set as an exception, so why would it do this? Obviously I don’t want to have to disable my hotlink protection…
Forum: Plugins
In reply to: error loading mp3 file in Audio Player and Dewplayer?I’m still not having any luck. Somebody? If you look at my main page I have a new post trying to use the Asysound flash player too. That’s not working either. Both are giving me a error loading message. What does it mean if both plugins aren’t working for me?
Forum: Plugins
In reply to: error loading mp3 file in Audio Player and Dewplayer?wysiwyg is off. All that’s in the post is:
[audio:Space_Debris.mp3]
that’s it. With the audio player plugin you set the audio folder path under options, but even so, I’ve tried to edit the post to see if putting in the full path would work but it didn’t work either.
Forum: Plugins
In reply to: Can some people view this URL for me please?ERROR: There was an error displaying this video file. You may not have Windows Media Player installed. To view this file, please just download it.
Windows Media – (WMV) – The infamous South Park Tom Cruise closet video
ERROR: There was an error displaying this video file. You may not have Windows Media Player installed. To view this file, please just download it.
Windows Media – (MPG) – I Need more Cowbell
ERROR: There was an error displaying this video file. You may not have Windows Media Player installed. To view this file, please just download it.
Windows Media – (MPG) – Airplane Flares
ERROR: There was an error displaying this video file. You may not have Windows Media Player installed. To view this file, please just download it.
Forum: Plugins
In reply to: error loading mp3 file in Audio Player and Dewplayer?I’m sorry, but are you referring to the flash player in post “Space Debris Test 4” or just the download link in post “Space Debris”. I’m trying to get the flash player to work, downloading the file seems to work fine.
Please clarify. Thanks.
Forum: Fixing WordPress
In reply to: css & link category on sidebar?Thanks. I ended up changing the #sidebar h2 css. That seemed to work. Thanks all.