WebOSS 07: The Event

On 13th October Teknowledge Software conducted the first “Free for All” Open Source Web Technology conference called WebOSS ’07. The event was the first of its kind to be held in Kolkata. Teknowledge Software, a software house based in Kolkata hosted the event along with WBUT as the venue sponsor. Volunteers dressed in white T-shirts […]

Flash and JavaScript Integration

Flash and JavaScript Integration Follow these easy steps to make flash communicate with JavaScript code and vice versa. a) Flash to JavaScript: Making Flash call a JavaScript function JavaScript Function Code. To be put in the HTML <script language=”JavaScript”>function alertMe(){ alert(“Hello, world”);}</script> Flash Code. To be put in any event of button, frame, where ever […]