Syndicate

Feed

Javascript

Jan
13

STEP 3 of 3 : Javascript calls Flash

At this point, we’ll finally make good use of the id value of our Flash <object> (and, again, that’s not the id attribute of its placeholder element). We will call Actionscript functions from our *.js file using very basic Document Object Model scripting :

document.getElementById("flashMovieId").functionNameInOurJavascript(someValue);

 Read more →

One file is attached to this posting. Login or register to download this file.


Jan
13

STEP 1 of 3 : Preparation time

We can use a Javascript library to properly embed a Flash “object” on a web page, or we can simply use W3C-compliant (X)HTML markup. Read more →

Dec
15

New DOM scripting book

[] This ebook comes in a PDF format, has 53 pages and is fully illustrated. The size of the file is approximately 2 MBytes. Attached are the table of content and a free sample of the book, containing these pages : the cover, the last page, and in between pages 1, 3, 23-25, 28, 30, 35, 37, 39-40, 43-45. The code for all exercises and two of the final exam questions are attached. Read more →

Because you are not logged in, you cannot see the 3 files attached to this posting. Login or register to download these files.


Feed