Re: [PHP] Flash animation without install Flash!

2007-03-23 Thread Richard Lynch
On Wed, March 21, 2007 4:58 am, Helder Lopes wrote:
 Because the problems with virus in internet the people dont install
 activex
 controls.
 My question is:

 How to put a flash in the website without asking the person to install
 activex control??

A) There is no PHP in this question.
B) Flash does not rely on ActiveX to work in any way.
C) Note that some people (me) have given up completely on Flash, and
never install that either, so you're losing at least one visitor just
by using Flash.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Flash animation without install Flash!

2007-03-21 Thread Helder Lopes

Hi people,

Because the problems with virus in internet the people dont install activex
controls.
My question is:

How to put a flash in the website without asking the person to install
activex control??

/Helder Lopes


Re: [PHP] Flash animation without install Flash!

2007-03-21 Thread Németh Zoltán
2007. 03. 21, szerda keltezéssel 09.58-kor Helder Lopes ezt írta:
 Hi people,
 
 Because the problems with virus in internet the people dont install activex
 controls.
 My question is:
 
 How to put a flash in the website without asking the person to install
 activex control??

I think there is no way to do that

greets
Zoltán Németh

 
 /Helder Lopes

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Flash animation without install Flash!

2007-03-21 Thread Shafiq Rehman

Impossible with flash... You can add GIF for tiny animations.

--
Shafiq Rehman (ZCE)
http://phpgurru.com | http://shafiq.pk

On 3/21/07, Helder Lopes [EMAIL PROTECTED] wrote:


Hi people,

Because the problems with virus in internet the people dont install
activex
controls.
My question is:

How to put a flash in the website without asking the person to install
activex control??

/Helder Lopes



Re: [PHP] Flash animation without install Flash!

2007-03-21 Thread Tijnema !

On 3/21/07, Helder Lopes [EMAIL PROTECTED] wrote:

Hi people,

Because the problems with virus in internet the people dont install activex
controls.
My question is:

How to put a flash in the website without asking the person to install
activex control??

/Helder Lopes


It is not possible to use flash without having the client flash
installed. What you can do is creating things that look like flash,
this would mean some kind of PHP/AJAX script. I don't know if you are
a programmer, if not, forget it :)
If yes, you might think about it, but it's not a script of a few
lines, it would really take you a few months i think.(Unless somebody
else did it already)

Tijnema




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Flash animation without install Flash!

2007-03-21 Thread Mikey

Helder Lopes wrote:

Hi people,

Because the problems with virus in internet the people dont install activex
controls.
My question is:

How to put a flash in the website without asking the person to install
activex control??

/Helder Lopes



Flash is such a ubiquitous form of media these days that I don't think 
you need worry about people installing the control.  More of a concern 
these days is the annoying Click to activate this control message that 
IE now displays.  This can be scripted around with Javascript however, 
and a fix may be found here:


http://www.thefutureoftheweb.com/blog/2006/8/work-around-click-to-activate-and-use-this-control

HTH,

Mikey

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php