Difference between revisions of "Event.VIDEO COMPLETE"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
  
 
=== Example ===
 
=== Example ===
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
mediamanager:addEventListener(Event.VIDEO_COMPLETE, function()
 
mediamanager:addEventListener(Event.VIDEO_COMPLETE, function()
 
print("Video completed")
 
print("Video completed")
 
end)
 
end)
</source>
+
</syntaxhighlight>
  
 
{{Media}}
 
{{Media}}

Latest revision as of 15:26, 13 July 2023