Neither of your sites actually implement the swfobject library. One of them links the (old v1.5) swfobject.js library but does not actually use any swfobject functionality.
The reason your flash files aren't showing up in Firefox is that you do not have the required markup to display correctly. Please read the documentation on swfobject or check out the tutorials at http://learnswfobject.com/ Aran On Tue, May 31, 2011 at 5:04 PM, steal_away <[email protected]> wrote: > My website homepage has 3 swf objects which worked fine until a couple > of weeks ago, now they no longer work properly in Firefox or Safari, > although they still work fine in IE and Chrome. > > http://richardashcroftonline.com > > The same thing has also happened on my other site which has 4 swf > objects, now no longer working in Firefox. > > http://theverveonline.com/bittersweetstory.html > > Here is an example of the code I'm using for one of my swf objects: > > <object data="myjukebox2.swf" type="application/x-shockwave-flash" > width="25" height="25"> > <param name="movie" value="myjukebox2.swf" /> > <param name="quality" value="high" /> > <param name="scale" value="noscale" /> > <param name="salign" value="lt" /> > <param name="bgcolor" value="#3A0112" /> > <param name="wmode" value="opaque" /> > </object> > > Any help from anyone would be highly appreciated as I'm fairly new to > web-design and self-taught so have a lot to learn still. > > Thanks very much. > > -- > 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. > > -- 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.
