On Apr 6, 3:02 pm, "Getify Solutions, Inc." <[email protected]> wrote:
> Try swfobject.getObjectById() instead.
Sorry; could you clarify alittle? Thanks for helping:
I've tried just having both:
function getFim()
{
fimObj = swfobject.getObjectById
(fimIdName);
}
error is:
swfobject is not defined
(I've got the swobject,js file included etc)
and also:
function getFim()
{
fimObj = document.getElementById(fimIdName).getObjectById
(fimIdName);
}
error is:
document.getElementById(fimIdName).getObjectById is not a function
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---