benjamin
11-08-2003, 12:39 AM
By that question i mean can you make java get a picture and display a normal version nest to a mirror imaged version without having to download both pix:confused: :confused: :confused: :confused:
|
Click to See Complete Forum and Search --> : Can Javascript Flip Images? benjamin 11-08-2003, 12:39 AM By that question i mean can you make java get a picture and display a normal version nest to a mirror imaged version without having to download both pix:confused: :confused: :confused: :confused: starrwriter 11-08-2003, 02:19 AM Originally posted by benjamin By that question i mean can you make java get a picture and display a normal version nest to a mirror imaged version without having to download both pix:confused: I've got one word for you, Benjamin. Plastics. PeOfEo 11-08-2003, 02:39 AM Originally posted by benjamin By that question i mean can you make java get a picture and display a normal version nest to a mirror imaged version without having to download both pix:confused: :confused: :confused: :confused: No, I do not believe it is possible with java script. The reason is because It would have to display an image next to the original that would be mirrored. To manipulate files and create images on the fly you need to use a server side language. To do something like mirroring though, I am not even sure if it is possible to do on the fly at this point with active x controls and server side technologies. Anyone familiar with direct draw around here know if its possible? Even if it were possible it would be pretty complicated though. Mr J 11-08-2003, 09:15 AM It is possible to do what you require but it is only IE propriety. I have an example on my site at www.huntingground.freeserve.co.uk/style/rotating.htm See if this helps you Just thought of a simpe way, try the following <img src="pic1.jpg"style="filter:fliph" width="200"> <img src="pic1.jpg" width="200"> PeOfEo 11-08-2003, 09:37 AM Thats neat, I have never seen that one before. Too bad its only proprietary code. webdeveloper.com
Copyright WebMediaBrands Inc., All Rights Reserved. |