|
-
-
FK Doubt Killer
this link only show a '...Check back soon...'
-
hufersil, thanks for checking it...
you are joking though.... what a pain..... the site should pop up in its own window on top of that 'check back soon' graphic.... I've tested on several different machines and it always worked.... on very few the page pops up quickly, then disappears saying that it can't be displayed... now you not getting either of these woories me....
I don't know much about the DNS settings.... I think I need to look into that...
In Opera - the pop up will open up fine but somehow put itself behind the main window..?!?!
Anyway, here's the direct link, in case you can spare me another minute: http://www.darkchile.freeserve.co.uk/new.html
Thanks again Prisca
___carpe_diem___ 
-
FK Doubt Killer
you should do something like this
code:
// action for the button on top left corner
on(release) {
_root.canDrag = _root.canDrag ? false : true;
}
// action for the trailer
onClipEvent(load) {
x = -10;
y = -10;
}
onClipEvent(enterFrame) {
if(_root.canDrag) {
this._x += (_root._xmouse - this._x) / 10;
this._y += (_root._ymouse - this._y) / 10;
} else {
this._x = x;
this._y = y;
}
}
try this!
And, when I opened your site at last time, it dont opened any window.
I'm using IE 6 under Win 98
I hope this helps.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|