XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Difference between revisions of "XL3DynamicPicture"
(Created page with "Updates a Picture or Pictures to an image on the internet. ==Syntax== {{Code|XL3DynamicPicture( PictureName, Url )}} ==Parameters== {| class="wikitable" ! Parameter ! Descript...") |
|||
Line 14: | Line 14: | ||
|- | |- | ||
| {{Code|Url }} | | {{Code|Url }} | ||
− | | Web address of the image to use, in the form {{http://www.example.com/logo.jpg}}. | + | | Web address of the image to use, in the form {{Code|http://www.example.com/logo.jpg}}. |
|} | |} | ||
Revision as of 16:08, 22 July 2011
Updates a Picture or Pictures to an image on the internet.
Syntax
XL3DynamicPicture( PictureName, Url )
Parameters
Parameter | Description |
---|---|
PictureName | Name of the Picture to update. If several Pictures have the same name they will all be updated. |
Url | Web address of the image to use, in the form http://www.example.com/logo.jpg. |