Homestar Runner Wiki Forum

A companion to the Homestar Runner Wiki
It is currently Sat Sep 20, 2025 12:54 pm

All times are UTC




Post new topic Reply to topic  [ 43 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: Sun May 22, 2005 10:11 am 
Offline

Joined: Sat May 15, 2004 12:07 am
Posts: 414
Location: Middlesbrough, UK
Noamuth wrote:
*narrows eyes* I can't seem to get the "seek bar for IE" to work. I tried dragging the linked button into my Favourites bar, but it won't let me. Should I maybe just add the button to my Favourites and see if it works that way?


That's what you're supposed to do, put the seek bar for IE into your favourites.

TOTPD! :eekdance:


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 22, 2005 10:13 am 
Offline
User avatar

Joined: Thu May 12, 2005 10:30 am
Posts: 10
Location: Australia
It doesn't do anything when I click it. It just makes the click noise.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 22, 2005 10:44 am 
Offline

Joined: Sat May 15, 2004 12:07 am
Posts: 414
Location: Middlesbrough, UK
Noamuth wrote:
It doesn't do anything when I click it. It just makes the click noise.


Click the link itself or click it when it's in your favourites? You have to be on a page with something that's flash on it. Then you click on the seek bar link in your favourites.


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 29, 2005 2:03 pm 
Offline

Joined: Mon Mar 28, 2005 4:23 pm
Posts: 335
It says I have a runtime error, and it won't work. Weird.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 01, 2005 7:38 am 
Offline

Joined: Mon May 24, 2004 1:19 pm
Posts: 146
copy this to the address bar and click enter (works on IE, at least)

javascript:(function(){%20var%20s%20=%20document.createElement("script");%20s.src%20=%20"http://www.squarefree.com/bookmarklets/flashSeekBar.js";%20s.type="text/javascript";%20document.body.appendChild(s);%20})()

If you're using Mozilla, copy this on the address bar and click enter

javascript:(function(){setTimeout(initFlashControls,100);function%20initFlashControls(){var%20count=0;function%20tt(elem){if(typeof%20elem.TotalFrames!="undefined"){addFlashControls(elem);++count;}}var%20i,x;for(i=0;x=document.getElementsByTagName("object")[i];++i)tt(x);for(i=0;x=document.getElementsByTagName("embed")[i];++i)tt(x);if(!count)alert("No%20scriptable%20flash%20on%20this%20page.");}function%20addFlashControls(flash){var%20controlsDiv=document.createElement("div");var%20where=flash;while(where.parentNode.tagName.toLowerCase()=="object")where=where.parentNode;where.parentNode.insertBefore(controlsDiv,where.nextSibling);var%20table=document.createElement("table");controlsDiv.appendChild(table);var%20row=table.insertRow(-1);var%20pauseButton=document.createElement("button");pauseButton.appendChild(document.createTextNode("Pause"));var%20buttonCell=row.insertCell(-1);buttonCell.appendChild(pauseButton);var%20slider=row.insertCell(-1);slider.width="100%";var%20visibleSlider=document.createElement("div");visibleSlider.style.position="relative";visibleSlider.style.height="10px";visibleSlider.style.width="100%";visibleSlider.style.MozBorderRadius="4px";visibleSlider.style.background="#aaa";slider.appendChild(visibleSlider);var thumb=document.createElement("div");thumb.style.position="absolute";thumb.style.height="20px";thumb.style.width="10px";thumb.style.top="-5px";thumb.style.MozBorderRadius="4px";thumb.style.background="#666";visibleSlider.appendChild(thumb);var sliderWidth;var paused=false;var dragging=false;table.width=Math.max(parseInt(flash.width)||0,400);addEvent(pauseButton,"click",pauseUnpause);addEvent(slider,"mousedown",drag);addEvent(slider,"drag",function(){return false;});window.setInterval(update,30);function pauseUnpause(){paused=!paused;pauseButton.style.borderStyle=paused?"inset":"";if(paused)flash.StopPlay();else flash.Play();}function update(){sliderWidth=parseInt(getWidth(slider)-getWidth(thumb));if(!paused&&!dragging)thumb.style.left=parseInt(flash.CurrentFrame()/totalFrames()*sliderWidth)+"px";}function dragMousemove(e){var pageX=e.clientX+document.body.scrollLeft;var pos=bounds(0,pageX-getX(slider)-5,sliderWidth);var frame=bounds(1,Math.ceil(totalFrames()*pos/sliderWidth),totalFrames()-2);thumb.style.left=pos+"px";flash.GotoFrame(frame);}function release(e){removeEvent(document,"mousemove",dragMousemove);removeEvent(document,"mouseup",release);if(!paused)flash.Play();dragging=false;}function drag(e){addEvent(document,"mousemove",dragMousemove);addEvent(document,"mouseup",release);dragging=true;dragMousemove(e);}function bounds(min,val,max){return Math.min(Math.max(min,val),max);}function totalFrames(){if(typeof flash.TotalFrames=="number")return flash.TotalFrames;else if(typeof flash.TotalFrames=="function")return flash.TotalFrames();else return 1;}function getWidth(elem){if(document.defaultView&&document.defaultView.getComputedStyle)return parseFloat(document.defaultView.getComputedStyle(elem,null).getPropertyValue("width"));else return parseFloat(elem.offsetWidth);}function getX(elem){if(!elem)return 0;return(elem.offsetLeft)+getX(elem.offsetParent);}function addEvent(elem,eventName,fun){if(elem.addEventListener)elem.addEventListener(eventName,fun,false);else elem.attachEvent("on"+eventName,fun);}function removeEvent(elem,eventName,fun){if(elem.addEventListener)elem.removeEventListener(eventName,fun,false);else elem.detachEvent("on"+eventName,fun);}}})()


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 01, 2005 10:07 pm 
Offline

Joined: Sun May 22, 2005 1:37 am
Posts: 24
I didn't get that Headless Homestar, but when I rightclick-play'd at the end, I saw Strong Bad in shadow portraying an old H*R Homepage where Homestar would run up and down some hills, only Strong Bad cartwheeled through them.

_________________
Oh, this is hilarious.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 01, 2005 10:22 pm 
Offline

Joined: Mon Mar 28, 2005 4:23 pm
Posts: 335
That happens if you press o as well.


I copied that into my address bar, and nothing loaded. (I use IE.)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 02, 2005 12:34 am 
Offline
User avatar

Joined: Fri May 20, 2005 2:40 am
Posts: 515
Location: Its not for me its 4u2.
if you have flash decomplier you could see it

_________________
What idiot thought the idea of putting the hole on the BUTT of them?Take a look one day!Notice those holes on top?Well thats where the Salt come out right?Well if you put the opening on butt guess what!When you go to fill them it is is going to spill and make a freaking mess all over myfloor!-Didy


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 13, 2005 4:28 am 
Offline
User avatar

Joined: Mon May 09, 2005 9:39 pm
Posts: 502
Location: Underside of a forgotten, dusty crash cymbal
what software do you need to view the site in the format that you would see little miss hh here...cause i don't know what yall is talk bout.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 13, 2005 3:32 pm 
Offline
User avatar

Joined: Sun May 09, 2004 10:36 pm
Posts: 4328
Location: The island. Where and when that is I cannot say...
You just need this here seek bar. Just drag it into your bookmarks, open a toon, and then click on the bookmarklet. Or, as Frotzer said, you could import the toon into Flash.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 13, 2005 5:16 pm 
Offline
User avatar

Joined: Fri Apr 01, 2005 1:10 am
Posts: 677
Location: Australia
For those of you who still can't see it, here's what it looks like

_________________
<link rel="signature" type="text/hilarious" href="/signature.txt" />


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 17, 2005 10:52 pm 
Offline
User avatar

Joined: Mon May 02, 2005 9:05 pm
Posts: 388
Location: How should I know? You tell me.
Thanks for the link I needed help seeing it!

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 08, 2005 6:13 pm 
Offline
User avatar

Joined: Thu Jun 02, 2005 12:35 pm
Posts: 530
Location: Japan, I wish
Well, I finally got Firefox (The only thing holding me back was the Google Toolbar, and they just released it for FIrefox) and now I can see Señor Decapitated! yay!

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 43 posts ]  Go to page Previous  1, 2

All times are UTC


Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group