Thanks Sam, I solved it and well I was right, it WAS a simple thing. I had neglected to add the param set for ID when inserting the Flash object. (Get Element By ID, a hint Wayne.) Works spiff. We now return you to normal programming...
On Aug 22, 6:25 am, Sam Sherlock <[email protected]> wrote: > do you have a link to this in action?have you removed any js (sounds like > perhaps you had something in before which after upgrading to swfobject has > gone) > > - S > > 2009/8/22 WayneF <[email protected]> > > > > > > > I was delighted to find SWFObject, after having spent alittle time > > using AC_RunActiveContent.js (which seemed to short-circuit my > > FS_Command functionality). > > > Now that I've begun to implement swfobject (1.5), I find that my JS > > functions for controlling my Flash movies within HTML aren't working. > > Such a simple thing, hate to bug you guys but - from with a JS I had > > previously used: > > > document.getElementById("flashItem").GotoFrame(25); > > > But with the object now embedded using swfobject, I'm getting error > > message: > > "Object doesn't support this property or method" (IE); > > "flashItem.GotoFrame is not a function" (FF); > > > Help on that?- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
