Arans point is that you are better off using swfobject generated code currently you are using flash ide generated markup
on the richard ashcroft online site you have 2 versions of jquery in the page you have "run active content script" by Adobe and swfobject 1.5 also these both address the same issue so you could use one or the other and then remove the unrequired script swfobject 1.5 is better for the task. As you are currently not using the swfobject lib at all (flash ide markup) you could currently remove this file (with no adverse effects) - like the other site. Although the best most future proof idea is to read up on the basics of swfobject 2.2 which won't take all that long the information on learnswfobject is very basic and clear :) - S On 2 June 2011 09:38, steal_away <[email protected]> wrote: > I'd changed the software generated code for the music players to > remove the embed tags, at least it works and validates with W3C > standards. (I could spend forever 'improving'). > > Thanks for your help, I appreciate it. > > > > On Jun 2, 4:07 am, Aran Rhee <[email protected]> wrote: > > I would still suggest to adjust your code to handle your swf files. It > needs > > "improvement"... > > > > > > > > > > > > > > > > On Wed, Jun 1, 2011 at 7:28 PM, steal_away <[email protected]> wrote: > > > Thanks for your reply. I eventually found out the problem stemmed from > > > when I disabled hotlinking to images on the server. Once I enabled > > > this again the problem disappeared. Now the flash files show as normal > > > again. > > > > > On May 31, 11:45 pm, Aran Rhee <[email protected]> wrote: > > > > 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 > > > athttp://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. > > -- > 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.
