revLet image

Andre Garzia andre at andregarzia.com
Wed Aug 12 06:55:37 EDT 2009


if it is a revlet then this would not work since the images would not be
stored locally.

Kenji, try this

put URL "http://kenjikojima.com/Photo/myImage.jpg" into image 1

that might work.

On Wed, Aug 12, 2009 at 11:44 AM, Richard Miller <wow at together.net> wrote:

> Hi Kenji,
>
> This works for a locally-stored image:
>     set the filename of image 1 to "file:///c:/folder1/folder2/myImage.jpg"
>
> You should include the full local path to the image... not just the
> relative path, along with the prefix "file:///"
>
> This should work for an image stored on a server:
>     set the filename of image 1 to "
> http://kenjikojima.com/Photo/myImage.jpg"
>
> I would guess something was incorrect with the http address above... either
> mis-spelled or incorrect capitalization (which must be precise for some
> servers). Otherwise, this has been working fine for me.
>
> Richard Miller
>
>
>
>
> Kenji Kojima wrote:
>
>> Hi,
>>
>> I cannot set image filename of revLet.
>>
>> I tried them.
>> set the filename of image 1 to "myImage.jpg"
>> set the filename of image 1 to "http://kenjikojima.com/Photo/myImage.jpg"
>> And used Network of Standalone Application setting.
>> But I could not show the image. It was just a gray image object.
>>
>> Does anybody know how I can show an image.
>>
>> Thanks,
>> --
>> Kenji Kojima
>> http://www.kenjikojima.com/
>>
>>
>>
>>
>>
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
http://www.andregarzia.com All We Do Is Code.



More information about the use-livecode mailing list