473,461 Members | 1,697 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Image display with fade in/out

Hi,

Can somebody help me to create a php function which show an image, fade-out
to another images ?
thx
Jul 17 '05 #1
12 8415
Acer wrote:
Can somebody help me to create a php function which show an image, fade-out
to another images ?


This newsgroup will answer you questions and help you with problems.
This isn't the "we-will-write-your-scripts-for-free" Newsgroup.

Try to do it yourself, and ask when you have problems or offer money.

Thanks, Christian.
Jul 17 '05 #2
i will bring my question in another way, does anyone know a function who
does this ? free or not (i'm willing to pay)

"Christian Fersch" <Ch******@web.de> wrote in message
news:c9*************@news.t-online.com...
Acer wrote:
Can somebody help me to create a php function which show an image, fade-out to another images ?


This newsgroup will answer you questions and help you with problems.
This isn't the "we-will-write-your-scripts-for-free" Newsgroup.

Try to do it yourself, and ask when you have problems or offer money.

Thanks, Christian.

Jul 17 '05 #3

"Acer" <ta******@hotmail.com> wrote in message
news:Q4**********************@phobos.telenet-ops.be...
Hi,

Can somebody help me to create a php function which show an image, fade-out to another images ?
thx


Nope - that's so not PHP I don't even wanna go there.

Garp
Jul 17 '05 #4
On Mon, 31 May 2004 18:47:12 GMT, "Acer" <ta******@hotmail.com> wrote:
Can somebody help me to create a php function which show an image, fade-out
to another images ?


You need to define the 'fade-out' part more clearly.

Are you asking for some sort of animated fade-out? If so, you'll probably need
Flash or similar.

Or an image with 50% of one image and 50% of another mixed in? The GD
functions can do that, see http://php.net/image and in particular
imagecopymerged.

--
Andy Hassall <an**@andyh.co.uk> / Space: disk usage analysis tool
http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space
Jul 17 '05 #5
I noticed that Message-ID:
<AH**********************@phobos.telenet-ops.be> from Acer contained the
following:
i will bring my question in another way, does anyone know a function who
does this ? free or not (i'm willing to pay)


Try a Java applet of Flash. PHP won't do this.

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #6
ok thanks for the information, i will search in the javascript direction
"Andy Hassall" <an**@andyh.co.uk> wrote in message
news:vf********************************@4ax.com...
On Mon, 31 May 2004 18:47:12 GMT, "Acer" <ta******@hotmail.com> wrote:
Can somebody help me to create a php function which show an image, fade-outto another images ?
You need to define the 'fade-out' part more clearly.

Are you asking for some sort of animated fade-out? If so, you'll probably

need Flash or similar.

Or an image with 50% of one image and 50% of another mixed in? The GD
functions can do that, see http://php.net/image and in particular
imagecopymerged.

--
Andy Hassall <an**@andyh.co.uk> / Space: disk usage analysis tool
http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space

Jul 17 '05 #7
In article <pe********************************@4ax.com>,
bl******@ckdog.co.uk says...
I noticed that Message-ID:
<AH**********************@phobos.telenet-ops.be> from Acer contained the
following:
i will bring my question in another way, does anyone know a function who
does this ? free or not (i'm willing to pay)


Try a Java applet of Flash. PHP won't do this.


Ineed - PHP just moves data from point a to point b.

I remember fondly a class I took for Flash MX. They were pushing a
simple Hi My Name is database coupled with PHP and Flash MX. We'd pass
data back and forth between the three until I finally looked at the guy
teaching the class and told him that Flash was redundant. PHP and MySQL
work just fine. He took the point rather well.

Jul 17 '05 #8
In article <vf********************************@4ax.com>,
an**@andyh.co.uk says...
On Mon, 31 May 2004 18:47:12 GMT, "Acer" <ta******@hotmail.com> wrote:
Can somebody help me to create a php function which show an image, fade-out
to another images ?


You need to define the 'fade-out' part more clearly.

Are you asking for some sort of animated fade-out? If so, you'll probably need
Flash or similar.


He's definitely thinking Flash. All he'd need to do is step the alpha
property down to zero to fade it out.

Jul 17 '05 #9

"Tony P." <kd**@nospamplease.verizon.reallynospam.net> wrote in message
news:MP************************@news.verizon.net.. .
In article <pe********************************@4ax.com>,
bl******@ckdog.co.uk says...
I noticed that Message-ID:
<AH**********************@phobos.telenet-ops.be> from Acer contained the
following:
i will bring my question in another way, does anyone know a function whodoes this ? free or not (i'm willing to pay)


Try a Java applet of Flash. PHP won't do this.


Ineed - PHP just moves data from point a to point b.

I remember fondly a class I took for Flash MX. They were pushing a
simple Hi My Name is database coupled with PHP and Flash MX. We'd pass
data back and forth between the three until I finally looked at the guy
teaching the class and told him that Flash was redundant. PHP and MySQL
work just fine. He took the point rather well.


You're sure you didn't miss the point? You were supposed to learn MX, not
explain the flaws in the training harness. 8)

Garp
Jul 17 '05 #10
In article <r4******************@news-text.cableinet.net>, garp7
@no7.blueyonder.co.uk says...

"Tony P." <kd**@nospamplease.verizon.reallynospam.net> wrote in message
news:MP************************@news.verizon.net.. .
In article <pe********************************@4ax.com>,
bl******@ckdog.co.uk says...
I noticed that Message-ID:
<AH**********************@phobos.telenet-ops.be> from Acer contained the
following:

>i will bring my question in another way, does anyone know a function who >does this ? free or not (i'm willing to pay)

Try a Java applet of Flash. PHP won't do this.


Ineed - PHP just moves data from point a to point b.

I remember fondly a class I took for Flash MX. They were pushing a
simple Hi My Name is database coupled with PHP and Flash MX. We'd pass
data back and forth between the three until I finally looked at the guy
teaching the class and told him that Flash was redundant. PHP and MySQL
work just fine. He took the point rather well.


You're sure you didn't miss the point? You were supposed to learn MX, not
explain the flaws in the training harness. 8)


That was the problem with this class. I'd already taken the intro to
Flash and ActionScript classes. This one was odd - the book they sold
was for Director MX, but we were told via the syllabus that it would be
Flash MX again.

Thing was, the class had very little direction. It has since changed.

Jul 17 '05 #11
Tony P. <kd**@nospamplease.verizon.reallynospam.net> wrote in
news:MP************************@news.verizon.net:
Thing was, the class had very little direction. It has since changed.


little direction can be a good thing. personally I like the freedom. but
different people like different methods.

was the class specifically named 'director'? or some sorta 'media' class?
in a couple of mine the particular program had changed. but the purposes
did not. like taking a game programming class and learning that it would be
in directx instead of opengl. its still game programming. :o)
Jul 17 '05 #12
Tony P. <kd**@nospamplease.verizon.reallynospam.net> wrote in
news:MP************************@news.verizon.net:
He's definitely thinking Flash. All he'd need to do is step the alpha
property down to zero to fade it out.


explorer has some functions that will do it (fadeouts and crossfades), but
of course they dont work on other browsers.
Jul 17 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Shelly | last post by:
This is driving me crazy and makes no sense. Any suggestions will be appreciated. I upload an image to a staging area. I have written software to look at the images, and if accepted it is...
3
by: Terry Carroll | last post by:
I've got a small batch image-processing program (it adds the time a digital photo was taken to the lower right of the image), and as a feature, I wanted to show a thumbnail of each image it was...
2
by: Tyrone Slothrop | last post by:
I am coding a site which involves uploading images. All of the PHP and display is OK but the client wants to be able to display the image thumbnail on the upload page and show the full image on...
1
by: Qindong Z. | last post by:
My asp.net application send image to web browser. The browser begin to display part of image before download finished. (In Slow Network). How can I force brower to display image after the image fully...
1
by: Fahad Aijaz | last post by:
Hi, I am trying to display a Png image via ASP .NET. I get the image from the stream, creates the Bitmap, set the content type to Image/Png, but it give an error. If I set the content type to...
1
by: NH | last post by:
Hi, I'm struggling to display an image on asp.net webform (vb.net). The image is stored in a image field in a sql server database. I have read a good few solutions to it and still havnt got it...
9
by: tshad | last post by:
This was posted before but the message got messed up (all NLs were stripped out for some reason). I have 2 labels that hold the name of different images on my .aspx page. <asp:Label ID="Logo"...
0
by: adubra | last post by:
Hi there, I am using a device context (DC) and a buffer to successfully draw to screen. However, when I update the DC at very high frame rate and drag the frame containing the image very quickly...
1
by: shotokan99 | last post by:
i have this issue: showpic.php ================================================ $ch = curl_init(); $timeout = 0; curl_setopt ($ch, CURLOPT_URL, $xmyurl); curl_setopt ($ch,...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.