
June 7th, 2004, 06:12 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Client side execution of modules
I am thinking about designing an effect for my website, which includes some basic image processing functions dependent on the cursor position. I am wondering how to implement this idea. These are the requirements I need:
* Client side module execution
* Client file access
* Client input access (mouse position)
The module contains the basic image processing functions. I would prefere to write them in plain C, for extra speed.
Is a flash solution with an embedded *.dll possible? What are other options?
|