Component: Video ( Indicator)

From Flowcode Help
Revision as of 14:31, 26 June 2026 by Wiki bot (talk | contribs) (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | MatrixTSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Author MatrixTSL
Version 1.0
Category Indicator


Video component

Web-based video component

Detailed description

No detailed description exists yet for this component

Examples

No additional examples

Macro reference

AttachToDevice

Fc9-comp-macro.png AttachToDevice
Requests permission to use a camera feed. 
Fc9-bool-icon.png - BOOL IncludeAudio
Captures the audio of the camera (if available) 
Fc9-void-icon.png - VOID Return


GetImage

Fc9-comp-macro.png GetImage
Captures a still image from the video. 
Fc9-string-icon.png - STRING Return


GetRecording

Fc9-comp-macro.png GetRecording
Returns the recorded data 
Fc9-string-icon.png - STRING Return


HasMedia

Fc9-comp-macro.png HasMedia
The media is currently available 
Fc9-bool-icon.png - BOOL Return


IsPlaying

Fc9-comp-macro.png IsPlaying
The media is currently playing 
Fc9-bool-icon.png - BOOL Return


JumpBy

Fc9-comp-macro.png JumpBy
Seeks the media to a new position relative to the current position 
Fc9-f32-icon.png - FLOAT Offset
The position offset of the media (in seconds) 
Fc9-void-icon.png - VOID Return


JumpTo

Fc9-comp-macro.png JumpTo
Sseeks the media to the new time 
Fc9-f32-icon.png - FLOAT Position
The position in the media (in seconds) 
Fc9-void-icon.png - VOID Return


Load

Fc9-comp-macro.png Load
Loads new media (or resets the current media if the parameter is blank) 
Fc9-string-icon.png - STRING Source
The source URL for the media (use empty string to keep use current media) 
Fc9-void-icon.png - VOID Return


Pause

Fc9-comp-macro.png Pause
Pauses the media 
Fc9-void-icon.png - VOID Return


Play

Fc9-comp-macro.png Play
Starts or resumes playing the media 
Fc9-void-icon.png - VOID Return


StartRecording

Fc9-comp-macro.png StartRecording
Starts recording the media 
Fc9-void-icon.png - VOID Return


StopRecording

Fc9-comp-macro.png StopRecording
Stops recording the media 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png Video
Fc9-type-10-icon.png Source
The URL of the source media 
Fc9-type-10-icon.png Type
The MIME type of the media (leave blank for auto) 
Fc9-type-7-icon.png Thumbnail
Set an optional image to be shown before the video loads/plays 
Fc9-conn-icon.png Options
Fc9-type-7-icon.png Muted
Set true to mute the audio from the resource 
Fc9-type-7-icon.png Loop
Set true to automatically seek to the start of the media once it has reached the end 
Fc9-type-7-icon.png Show Controls
Shows or hides the default set of controls (e.g. pause/resume, volume, seeking) 
Fc9-type-7-icon.png Autoplay
Automatically begin to play the media as soon as it is available 
Fc9-conn-icon.png Callbacks
Fc9-type-24-icon.png OnAttached
Send when a camera feed is attached to this component 
Fc9-conn-icon.png Advanced
Fc9-type-10-icon.png Custom Attributes
 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_Video.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_Video.fcsx