Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3300_mobile_apps:110_mobile_applications [2022/08/25 00:00] – removed - external edit (Unknown date) 127.0.0.1docs:3300_mobile_apps:110_mobile_applications [2022/09/13 18:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +{{tag>Manuals Mobile_Applications Files Video}}
 +[<10>]
 +====== Embedding Video ======
 +
 +The process is the same as for a desktop application. You will need to define an attribute of the Document type in some object and then add an HTML cell to your form with the following contents:
 +
 +<code aim><div style=”width:400px;height:400px”><<MyObject.DocumentAttribute>></div> </code>
 +
 +The div element is just to give width and height to the video. The actual video is embedded by a reference to the document attribute ''MyObject.DocumentAttribute''
 +
 +