automatic-click flash?
am 04.05.2007 11:06:00 von Gustav Wiberg
Hi there!
=20
I searched the Internet about "Click to activate this control"... Why it is=
viewd in IE...
"Q. Why do I see "Click to activate this control."?
Microsoft=AE changed the way ActiveX controls behave so Dynamic HTML (DHTML=
) events related to user interaction, such as onblur and onclick, are autom=
atically blocked. To activate an interactive control, either click it or us=
e the TAB key to set focus on it and then press the SPACEBAR or the ENTER k=
ey. Interactive controls loaded from external script files immediately resp=
ond to user interaction and do not need to be activated.
=20
Basically, you now need to click the control to "approve" it before the Fla=
sh and navigation buttons will work."
and after this reading,... I've been thinking.=20
Is it possible to make an automatic click in Javascript to an embedded flas=
h-object?
=20
=20
/Gustav
=20
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: automatic-click flash?
am 04.05.2007 11:09:53 von Stut
Gustav Wiberg wrote:
> Hi there!
>
> I searched the Internet about "Click to activate this control"... Why it is viewd in IE...
>
> "Q. Why do I see "Click to activate this control."?
> Microsoft® changed the way ActiveX controls behave so Dynamic HTML (DHTML) events related to user interaction, such as onblur and onclick, are automatically blocked. To activate an interactive control, either click it or use the TAB key to set focus on it and then press the SPACEBAR or the ENTER key. Interactive controls loaded from external script files immediately respond to user interaction and do not need to be activated.
>
> Basically, you now need to click the control to "approve" it before the Flash and navigation buttons will work."
>
> and after this reading,... I've been thinking.
>
>
> Is it possible to make an automatic click in Javascript to an embedded flash-object?
Keep searching, there are several solutions to this problem out there.
And it's worth noting that it's not for security reasons, it's because
they would be breaching a patent if it was automatically enabled.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: automatic-click flash?
am 04.05.2007 16:07:52 von Bill Bolte
Here's what we do...
In the head of the html/php file(s):
And in that JavaScript file goes:
var objects =3D document.getElementsByTagName("object");
for (var i=3D0; i
objects[i].outerHTML =3D objects[i].outerHTML;
There are other ways out there, some will validate better, if you need
(x)html validation. But those JavaScript methods result in an extremely
large JavaScript file/Section to be loaded. This is nice and short.
Bill
-----Original Message-----
From: Gustav Wiberg [mailto:gustav@hmn.se]=20
Sent: Friday, May 04, 2007 4:06 AM
To: 'php windows' (php-windows@lists.php.net)
Subject: [PHP-WIN] automatic-click flash?
Hi there!
=20
I searched the Internet about "Click to activate this control"... Why it
is viewd in IE...
"Q. Why do I see "Click to activate this control."?
Microsoft(r) changed the way ActiveX controls behave so Dynamic HTML
(DHTML) events related to user interaction, such as onblur and onclick,
are automatically blocked. To activate an interactive control, either
click it or use the TAB key to set focus on it and then press the
SPACEBAR or the ENTER key. Interactive controls loaded from external
script files immediately respond to user interaction and do not need to
be activated.
=20
Basically, you now need to click the control to "approve" it before the
Flash and navigation buttons will work."
and after this reading,... I've been thinking.=20
Is it possible to make an automatic click in Javascript to an embedded
flash-object?
=20
=20
/Gustav
=20
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: automatic-click flash?
am 04.05.2007 16:35:00 von Gustav Wiberg
Hi there!
Thanx you all for your solutions!
/Gustav
=20
-----Original Message-----
From: Bill Bolte [mailto:billb@hightouchinc.com]=20
Sent: Friday, May 04, 2007 4:08 PM
To: php-windows@lists.php.net
Subject: RE: [PHP-WIN] automatic-click flash?
Here's what we do...
In the head of the html/php file(s):
And in that JavaScript file goes:
var objects =3D document.getElementsByTagName("object");
for (var i=3D0; i
objects[i].outerHTML =3D objects[i].outerHTML;
There are other ways out there, some will validate better, if you need
(x)html validation. But those JavaScript methods result in an extremely
large JavaScript file/Section to be loaded. This is nice and short.
Bill
-----Original Message-----
From: Gustav Wiberg [mailto:gustav@hmn.se]=20
Sent: Friday, May 04, 2007 4:06 AM
To: 'php windows' (php-windows@lists.php.net)
Subject: [PHP-WIN] automatic-click flash?
Hi there!
=20
I searched the Internet about "Click to activate this control"... Why it
is viewd in IE...
"Q. Why do I see "Click to activate this control."?
Microsoft(r) changed the way ActiveX controls behave so Dynamic HTML
(DHTML) events related to user interaction, such as onblur and onclick,
are automatically blocked. To activate an interactive control, either
click it or use the TAB key to set focus on it and then press the
SPACEBAR or the ENTER key. Interactive controls loaded from external
script files immediately respond to user interaction and do not need to
be activated.
=20
Basically, you now need to click the control to "approve" it before the
Flash and navigation buttons will work."
and after this reading,... I've been thinking.=20
Is it possible to make an automatic click in Javascript to an embedded
flash-object?
=20
=20
/Gustav
=20
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: automatic-click flash?
am 07.05.2007 03:34:34 von bedul
nope.. that's can be dangerous
since some activeX today are a food for a worm..
be safe on NET
----- Original Message -----
From: "Gustav Wiberg"
To:
Sent: Friday, May 04, 2007 4:06 PM
Subject: [PHP-WIN] automatic-click flash?
Hi there!
I searched the Internet about "Click to activate this control"... Why it is
viewd in IE...
"Q. Why do I see "Click to activate this control."?
Microsoft® changed the way ActiveX controls behave so Dynamic HTML (DHTML)
events related to user interaction, such as onblur and onclick, are
automatically blocked. To activate an interactive control, either click it
or use the TAB key to set focus on it and then press the SPACEBAR or the
ENTER key. Interactive controls loaded from external script files
immediately respond to user interaction and do not need to be activated.
Basically, you now need to click the control to "approve" it before the
Flash and navigation buttons will work."
and after this reading,... I've been thinking.
Is it possible to make an automatic click in Javascript to an embedded
flash-object?
/Gustav
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: automatic-click flash?
am 07.05.2007 03:34:34 von bedul
nope.. that's can be dangerous
since some activeX today are a food for a worm..
be safe on NET
----- Original Message -----
From: "Gustav Wiberg"
To:
Sent: Friday, May 04, 2007 4:06 PM
Subject: [PHP-WIN] automatic-click flash?
Hi there!
I searched the Internet about "Click to activate this control"... Why it is
viewd in IE...
"Q. Why do I see "Click to activate this control."?
Microsoft® changed the way ActiveX controls behave so Dynamic HTML (DHTML)
events related to user interaction, such as onblur and onclick, are
automatically blocked. To activate an interactive control, either click it
or use the TAB key to set focus on it and then press the SPACEBAR or the
ENTER key. Interactive controls loaded from external script files
immediately respond to user interaction and do not need to be activated.
Basically, you now need to click the control to "approve" it before the
Flash and navigation buttons will work."
and after this reading,... I've been thinking.
Is it possible to make an automatic click in Javascript to an embedded
flash-object?
/Gustav
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: automatic-click flash?
am 07.05.2007 03:42:02 von Stut
bedul wrote:
> nope.. that's can be dangerous
> since some activeX today are a food for a worm..
>
> be safe on NET
It has absolutely nothing to do with security. It's all about patents...
http://channel9.msdn.com/ShowPost.aspx?PageIndex=2&PostID=16 9255
Fight the FUD.
-Stut
> ----- Original Message -----
> From: "Gustav Wiberg"
> To:
> Sent: Friday, May 04, 2007 4:06 PM
> Subject: [PHP-WIN] automatic-click flash?
>
>
> Hi there!
>
> I searched the Internet about "Click to activate this control"... Why it is
> viewd in IE...
>
> "Q. Why do I see "Click to activate this control."?
> Microsoft® changed the way ActiveX controls behave so Dynamic HTML (DHTML)
> events related to user interaction, such as onblur and onclick, are
> automatically blocked. To activate an interactive control, either click it
> or use the TAB key to set focus on it and then press the SPACEBAR or the
> ENTER key. Interactive controls loaded from external script files
> immediately respond to user interaction and do not need to be activated.
>
> Basically, you now need to click the control to "approve" it before the
> Flash and navigation buttons will work."
>
> and after this reading,... I've been thinking.
>
>
> Is it possible to make an automatic click in Javascript to an embedded
> flash-object?
>
>
>
> /Gustav
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: automatic-click flash?
am 07.05.2007 03:42:02 von Stut
bedul wrote:
> nope.. that's can be dangerous
> since some activeX today are a food for a worm..
>
> be safe on NET
It has absolutely nothing to do with security. It's all about patents...
http://channel9.msdn.com/ShowPost.aspx?PageIndex=2&PostID=16 9255
Fight the FUD.
-Stut
> ----- Original Message -----
> From: "Gustav Wiberg"
> To:
> Sent: Friday, May 04, 2007 4:06 PM
> Subject: [PHP-WIN] automatic-click flash?
>
>
> Hi there!
>
> I searched the Internet about "Click to activate this control"... Why it is
> viewd in IE...
>
> "Q. Why do I see "Click to activate this control."?
> Microsoft® changed the way ActiveX controls behave so Dynamic HTML (DHTML)
> events related to user interaction, such as onblur and onclick, are
> automatically blocked. To activate an interactive control, either click it
> or use the TAB key to set focus on it and then press the SPACEBAR or the
> ENTER key. Interactive controls loaded from external script files
> immediately respond to user interaction and do not need to be activated.
>
> Basically, you now need to click the control to "approve" it before the
> Flash and navigation buttons will work."
>
> and after this reading,... I've been thinking.
>
>
> Is it possible to make an automatic click in Javascript to an embedded
> flash-object?
>
>
>
> /Gustav
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: [PHP-WIN] automatic-click flash?
am 07.05.2007 03:45:57 von dmagick
bedul wrote:
> nope.. that's can be dangerous
> since some activeX today are a food for a worm..
Why do you keep cc'ing the php-db list with responses that have nothing
to do with the list?
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[sory] Re: [PHP-DB] Re: [PHP-WIN] automatic-click flash?
am 07.05.2007 04:02:54 von bedul
sory.. that's pure my fault.. i should type for php-win
my mail setting are always to send to php-db
that's wont happen again
> Why do you keep cc'ing the php-db list with responses that have nothing
> to do with the list?
>
> --
> Postgresql & php tutorials
> http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php