Formatter
Mon Jan 27 2014 14:49:11 GMT+0100 (Central Europe Standard Time)
enabled
# Let's Code 1. Install chrome plugin for screen capturing https://chrome.google.com/webstore/detail/screen-capturing because native screen capturing option got removed from chrome.
# TODO - resolution - mix streams? OPTIONAL - auto select screenshot stream? - anzeigen - hochladen - upload while recording? - websites gets rendered different with video on it
Record Screen
play
# Lively Questions / Issues - How to directly publish build specs? - screen moves left when clicking into scripts list of object editor
VideoMorph
X

Menu
// changed at Thu Jan 08 2015 17:19:16 GMT+0100 (Central Europe Standard Time) by timfelgentr
eff  
this.addScript(function updateScreenSize() {
    if (!this.video) return;
    this.video.width = this.getExtent().x
    this.video.height = this.getExtent().y
}).tag([]);
X
<lively.morphic.HtmlWrapperMorph#30CEC... - VideoMorph>
Tag:
run
save
Tests

-- ALL --
onLoad
onrestore
play
playCurrent
reset
setAudioURL
setVideoURL
startOrStop
stop
updateScreenSize
Scripts
-
+
-
Connections
+
-- ALL --
extent,AttributeConnection(<lively.morphic.HtmlWrapperMorph#30CEC... - VideoMorph>.extent --> <lively.morphic.HtmlWrapperMorph#30CEC... - VideoMorph>.updateScreenSize)
all
ObjectEditor
X

Menu