can you tell me if this run ok on your browser?

Open discussion about any topic, as long as you abide by the rules of course!
Tsakali_
Posts: 3778
Joined: Sat Feb 12, 2005 5:46 pm

Re: can you tell me if this run ok on your browser?

Post by Tsakali_ »

thanx for the input I'm looking into things, also I don't know of any way that i can make flash immediately active to mouse activity until the mouse gets focus on the flash movie
Tsakali_
Posts: 3778
Joined: Sat Feb 12, 2005 5:46 pm

Re: can you tell me if this run ok on your browser?

Post by Tsakali_ »

kel wrote:Seems to work fine in Safari. Mousewheel doesn't do anything tho.
that's weird do you have another browser you can check it on?

ps

it doesn't work anymore I started working on the other areas of it but thnx for the feed :up:
Geebs
Posts: 3849
Joined: Tue Feb 08, 2005 4:56 pm

Re: can you tell me if this run ok on your browser?

Post by Geebs »

Works ok on Camino, OS X
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: can you tell me if this run ok on your browser?

Post by MKJ »

Tsakali_ wrote:thanx for the input I'm looking into things, also I don't know of any way that i can make flash immediately active to mouse activity until the mouse gets focus on the flash movie
http://www.adobe.com/devnet/flash/artic ... bject.html

comes with its own flashversion detector; if flashversion is lower than x, show html content. else, show swf.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: can you tell me if this run ok on your browser?

Post by ^misantropia^ »

Tsakali_ wrote:thanx for the input I'm looking into things, also I don't know of any way that i can make flash immediately active to mouse activity until the mouse gets focus on the flash movie

Code: Select all

document.getElementById("yourFlashObject").focus();
Though it only works in IE.
Tsakali_
Posts: 3778
Joined: Sat Feb 12, 2005 5:46 pm

Re: can you tell me if this run ok on your browser?

Post by Tsakali_ »

sweet
ajerara
Posts: 742
Joined: Thu May 17, 2001 7:00 am

Re: can you tell me if this run ok on your browser?

Post by ajerara »

not working in safari 3.04 for me, either.
Tsakali_
Posts: 3778
Joined: Sat Feb 12, 2005 5:46 pm

Re: can you tell me if this run ok on your browser?

Post by Tsakali_ »

it's prolly the code I use to include it in the html page, I need to find somethign else
Giraffe }{unter
Posts: 2941
Joined: Fri Mar 17, 2000 8:00 am

Re: can you tell me if this run ok on your browser?

Post by Giraffe }{unter »

SoM wrote:knowing u GH i thought u'd be using the latest version of FF..
This computer is only used with my DJ gear, so it's rarely online.
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: can you tell me if this run ok on your browser?

Post by MKJ »

Tsakali_ wrote:it's prolly the code I use to include it in the html page, I need to find somethign else
see my link. its from adobe himself, and its even valid html.

[lol racism]
User avatar
Eraser
Posts: 19177
Joined: Fri Dec 01, 2000 8:00 am

Re: can you tell me if this run ok on your browser?

Post by Eraser »

^misantropia^ wrote:
Tsakali_ wrote:thanx for the input I'm looking into things, also I don't know of any way that i can make flash immediately active to mouse activity until the mouse gets focus on the flash movie

Code: Select all

document.getElementById("yourFlashObject").focus();
Though it only works in IE.
Isn't IE the only browser that has this "click to active" thing anyway?
Tsakali_
Posts: 3778
Joined: Sat Feb 12, 2005 5:46 pm

Re: can you tell me if this run ok on your browser?

Post by Tsakali_ »

yup so that wont fix the mouse wheel issue
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: can you tell me if this run ok on your browser?

Post by ^misantropia^ »

Ah, like that. Don't quote me on this but I'm fairly sure you can't do that, if only for the fact that each browser handles plugins and their interaction with the system differently.
User avatar
Whiskey 7
Posts: 9709
Joined: Sat Jul 21, 2001 7:00 am

Re: can you tell me if this run ok on your browser?

Post by Whiskey 7 »

Fine for me Tsakali_

I just got my new PC working and am installing all that stuff Adobe/Skype/MSN :smirk:
[color=#FFBF00]Physicist [/color][color=#FF4000]of[/color] [color=#0000FF]Q3W[/color]
Post Reply