FLACCESS update
2004-12-09 10:15:38
Just releasing version 1.3, that includes some changes respect the original explaination to understand how to use the script, parameters, etc (changes have been updated there too):
- There is a "lite" version too, that works with DOM browsers only and will insert the flash on the fly (no delay option in this lite version)
- Flash object id now has to be passed in the path string (i.e.: "fl1,in,out"). Since lite version will only work in DOM browsers, it will only need a flash id and the parent id, not the complete path (that we needed for ns4 to work).
- The id will be appended to the object and embed elements. To avoid duplication between them, embed will use the id in the name and "name"+id in its id.
- The path string will also be automatically passed as a flashvar, so we can retrieve it from javascript.
- Parent element will get same size as flash object when it's inserted (to adjust page flow)
Get the last compressed file with examples to see it working.