| Author |
Converting JPG to SWF
|
|
|
| Anybody know of a way to do this? The problem I'm trying to solve is that I
need to be able to have the JPG resized dynamically dependent on how big the
window is.
TIA - J.
| |
|
| You can do that with javascript, I believe
"UJ" <fred@nowhere.com> wrote in message
news:O8i6L4DlFHA.976@TK2MSFTNGP10.phx.gbl...
> Anybody know of a way to do this? The problem I'm trying to solve is that
> I need to be able to have the JPG resized dynamically dependent on how big
> the window is.
>
> TIA - J.
>
>
| |
| Hans Kesting 2005-07-29, 9:05 am |
| UJ wrote:
> Anybody know of a way to do this? The problem I'm trying to solve is
> that I need to be able to have the JPG resized dynamically dependent
> on how big the window is.
>
> TIA - J.
Can't you just specify "width=100% heigth=100%" (or whatever)?
One di vantage: if the window dimensions do not have the same ratio
as the image, that image is distorted.
Hans Kesting
| |
| Rob Amos 2005-07-29, 5:05 pm |
| You could create a flash file that dynamically loads the jpg passed in via a
query string, the flash would contain the action script to resize the image.
"UJ" <fred@nowhere.com> wrote in message
news:O8i6L4DlFHA.976@TK2MSFTNGP10.phx.gbl...
> Anybody know of a way to do this? The problem I'm trying to solve is that
> I need to be able to have the JPG resized dynamically dependent on how big
> the window is.
>
> TIA - J.
>
>
| |
| Bruce Barker 2005-07-29, 5:05 pm |
| why bother. you would then have to resize the swf object. just resize the
image with client script or specify size as a percent.
-- bruce (sqlwork.com)
"UJ" <fred@nowhere.com> wrote in message
news:O8i6L4DlFHA.976@TK2MSFTNGP10.phx.gbl...
> Anybody know of a way to do this? The problem I'm trying to solve is that
> I need to be able to have the JPG resized dynamically dependent on how big
> the window is.
>
> TIA - J.
>
>
| |
|
| Bruce - the problem with a jpg is distortion. Plus as somebody else posted,
the next problem is if the aspect ration is wrong.
"Bruce Barker" <brubar_nospamplease_@safeco.com> wrote in message
news:u68YW6FlFHA.572@TK2MSFTNGP15.phx.gbl...
> why bother. you would then have to resize the swf object. just resize the
> image with client script or specify size as a percent.
>
> -- bruce (sqlwork.com)
>
>
> "UJ" <fred@nowhere.com> wrote in message
> news:O8i6L4DlFHA.976@TK2MSFTNGP10.phx.gbl...
>
>
|
|
|
|