[fpc-devel] Pascal Applets

Daniël Mantione daniel.mantione at freepascal.org
Fri Nov 28 12:56:20 CET 2008



Op Fri, 28 Nov 2008, schreef Leonardo M. Ramé:

> Hi, does anyone knows if somebody is working on something like "Pascal Applets", similar to Java Applets or Flash, but made in Object Pascal.
>
> I need this to be able to record microphone sound through the browser, and I know the only way to do this is by either creating a Java Applet, Flash or ActiveX, but also I need it to be cross platform and ActiveX isn't an alternative in this case.
>
> Why I hope to find a "Pascal Applet"? because I preffer to write Object Pascal code instead of anything different.

How about writing a browser plugin? You should be able to do that in 
Pascal. You may have to do some pioneering work, making the Netscape 
plugin API available in Pascal, otherwise it should work and be 
cross-platform.

Daniël


More information about the fpc-devel mailing list