how can display the GIF file and swf file using PHP
hai friends
i am trying to dispaly a banner for my website it contains both gif file and swf files...
to display both using same code what can i do so...
i tried using object tag...but the size of gif is not increasing according to width and height i specified,it display in its default size and i cannot able to give a url link from the image.
please try clear any of u .....
Re: how can display the GIF file and swf file using PHP
what you are trying to do is css/html, not php. :)
Re: how can display the GIF file and swf file using PHP
Why not use a conditional on the server side? You cannot reliably use an object tag to display an image. It may be standard but few browsers support it properly and it triggers various undesirable mechanisms such as Adblock et al.