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 <[email protected]> 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
>> [email protected]
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>>
> _______________________________________________
> use-revolution mailing list
> [email protected]
> 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.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to