neoScreenRecorder - Forum

Forum Navigation
You need to log in to create posts and topics.

neoScreenRecorder

Is there a working example for neoScreenRecorder?

The web Help file gives this (var with quotes):

neoScreenRecorderStart true "high" "[videoData]" "onRecordingComplete"

 

But the program's code generator gives this (var with no quotes):

neoScreenRecorderStart true "high" [videoData] "onRecordingComplete"

 

Neither of them work for me.

.

.

 

@fkapnist both of them should work. I have just tested this and works fine:

neoScreenRecorderStart true "high" [myvideo] "onRecordingComplete"

IMPORTANT: Be sure to execute your app under a safe environment (local web server or https).

fkapnist has reacted to this post.
fkapnist
Quote from luishp on April 19, 2025, 8:52 am

@fkapnist both of them should work. I have just tested this and works fine:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
neoScreenRecorderStart true "high" [myvideo] "onRecordingComplete"
neoScreenRecorderStart true "high" [myvideo] "onRecordingComplete"
neoScreenRecorderStart true "high" [myvideo] "onRecordingComplete"

IMPORTANT: Be sure to execute your app under a safe environment (local web server or https).

I can't compile that code. Is there a working zip file I can download?

 

Uploaded files:
  • You need to login to have access to uploads.
Quote from luishp on April 19, 2025, 8:52 am

@fkapnist both of them should work. I have just tested this and works fine:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
neoScreenRecorderStart true "high" [myvideo] "onRecordingComplete"
neoScreenRecorderStart true "high" [myvideo] "onRecordingComplete"
neoScreenRecorderStart true "high" [myvideo] "onRecordingComplete"

IMPORTANT: Be sure to execute your app under a safe environment (local web server or https).

The plugin does not load into the editor and its icon is always greyed-out. I have the same issue on 2 different computers, with Windows 10 and Windows 11.

.

 

Uploaded files:
  • You need to login to have access to uploads.

@fkapnist you have added code that it's not NeoScript.

You just need this line of code:
neoScreenRecorderStart true "high" [myvideo] "onRecordingComplete"

The plugin is correctly installed but it shows the default icon, because it has not its own icon.

Please download the attached project to see how it works..
Note that the attached project is a commercial app I'm sharing it here for limited time for you to try.

Thank you!

fkapnist has reacted to this post.
fkapnist
Quote from luishp on April 21, 2025, 10:44 am

@fkapnist you have added code that it's not NeoScript.

You just need this line of code:
neoScreenRecorderStart true "high" [myvideo] "onRecordingComplete"

The plugin is correctly installed but it shows the default icon, because it has no its own icon.

Please download the attached project to see how it works..
Note that the attached project is a commercial app I'm sharing it here for limited time for you to try.

Thank you!

It creates a temporary Base64 video that you can save as a download. That's cool. Where is the commercial app sold?

Thanks.

................

P.S. What is ContainerCSS for? I didn't use it in my failed test. Is it required?

Thanks

 

 

@fkapnist please for more info visit:

https://deadeasysoftware.com

The ContainerCSS is not necessary at all, it's just a trick to create dynamic CSS (take a look at it's HTML content)

fkapnist has reacted to this post.
fkapnist
Quote from luishp on April 21, 2025, 12:19 pm

@fkapnist please for more info visit:

https://deadeasysoftware.com

The ContainerCSS is not necessary at all, it's just a trick to create dynamic CSS (take a look at it's HTML content)

deadeasysoftware has a similar app to "Record your Microphone."

Is a special plugin required to build such a tool? What Neoscript Action enables the microphone?

Thanks.

.

 

@fkapnist please check the neoTalk plugin documentation:

https://webhelp.visualneo.com/neoTalk.html

Note that all apps in DeadEasySoftware have been created using VisualNEO Web.
Regards.

fkapnist has reacted to this post.
fkapnist