Kevin. The onyl swf I can find reference to is the twitter widget. As you are loading the swf from another domain, you most likely need to change your allowscript access param value. You currently have:
<param name="allowscriptaccess" value="sameDomain"> where you need: <param name="allowscriptaccess" value="always" /> (remember to change it for both IE and non IE code blocks) Cheers, Aran On Fri, Oct 23, 2009 at 11:28 AM, kevin144 <[email protected]> wrote: > > UPDATE > > I've uploaded the site to http://kevingugan.tripod.com > > It seems I have it right for ie6 & ie8 & opera 10, but for chrome and > firefox, the links aren't working in the twitter flash widget. > > I'm using static publishing. (is that the right method?) > I must not be doing something right, but I don't know where to start > looking. > I've checked the code and redone the code generator. > Maybe something with the registration of the swf object? > > Any help would be greatly appreciated > > Kevin > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
