So, the site has a few issues: 1) The site is not valid HTML (there are multiple <body> tags etc). for a list of errors, go here: http://validator.w3.org/check?uri=http://www.sypensions.org.uk/&charset=(detect+automatically)&doctype=Inline&group=0 2) You do not actually call any swfobject methods. What you have is a badly formed nested <object> block. have a read of the swfobject documentation and decide whether you are going to use the static or dynamic embed method (it looks like you should be using dynamic), and then use the SWFObject code generator to help you get valid code to put onto your page:
http://learnswfobject.com/the-basics/ <http://learnswfobject.com/the-basics/>http://learnswfobject.com/generator/ <http://learnswfobject.com/generator/>Aran On Tue, Apr 27, 2010 at 6:41 PM, Barnsley Bob <[email protected]>wrote: > hi, > yes flash works in the ie6 browser. > > Here is a link to the page which doesn't work properly (with > swfobject2): > http://www.sypensions.org.uk > > here is a page which works (without swfobject2): > http://www.sypensions.org.uk/AZ/Y/tabid/297/language/en-GB/Default.aspx > > thanks. > > > On Apr 23, 8:35 pm, Sam Sherlock <[email protected]> wrote: > > Do you have a link or sample code? > > > > Have you checked that flash is working in that browser? > > > > - S > > > > On 23 April 2010 16:25, Barnsley Bob <[email protected]> > wrote: > > > > > > > > > > > > > I cant get swfObject to work in ie6. > > > I have tried the advice on faq points 4 and 23 > > >http://code.google.com/p/swfobject/wiki/faq > > > > > but still no luck. > > > > > I get a blank space equal to the size of my orig banner and also the > > > menu fails to load (should be under where the banner is) > > > > > i have v2.2 > > > > > -- > > > 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]<swfobject%[email protected]> > <swfobject%2bunsubscr...@googlegroups.com> > > > . > > > 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]<swfobject%[email protected]> > . > > For more options, visit this group athttp:// > groups.google.com/group/swfobject?hl=en.- 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]<swfobject%[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.
