Re: [SWFObject] why is swfobject used in head

2010-08-20 Thread Tapas Mishra
> that you can understand and implement what you need yourself. > I would suggest you get a test page working outside of your > Zope/eduCommons environment. Once you have it working on a static page Yes you are right I have been doing that only. Thanks for the links. -- You received this message

Re: [SWFObject] why is swfobject used in head

2010-08-20 Thread Aran Rhee
http://lmgtfy.com/?q=dom+events Tapas, you are creating a bunch of threads (sequential banners, zope, basic object/embed, no head embedding etc), which is hard for anyone to keep a track of / follow all the pieces you are trying to put together. I have given you links on how to lazy load swfobjec

Re: [SWFObject] why is swfobject used in head

2010-08-20 Thread Tapas Mishra
> I do not have the time to explain to you what browser events are, If you have some link to this then pass it on in this thread. > > (please keep in mind that people on this list are volunteers with day jobs > etc. We are happy to help out, but cannot answer questions which are outside > the scope

Re: [SWFObject] Re: using clsid and "application/x-shockwave-flash together

2010-08-20 Thread Tapas Mishra
On Fri, Aug 20, 2010 at 8:41 PM, Aran wrote: > What you have in your code is not JavaScript, but HTML. > > If you are wanting to convert the above for use with swfobject, then > try using the SWFObject code generator: > http://code.google.com/p/swfobject/wiki/generator > > You just enter the value

[SWFObject] Re: using clsid and "application/x-shockwave-flash together

2010-08-20 Thread Aran
What you have in your code is not JavaScript, but HTML. If you are wanting to convert the above for use with swfobject, then try using the SWFObject code generator: http://code.google.com/p/swfobject/wiki/generator You just enter the values such as url, width/height etc, and the generator will cr

Re: [SWFObject] why is swfobject used in head

2010-08-20 Thread Aran Rhee
On Fri, Aug 20, 2010 at 8:59 AM, Tapas Mishra wrote: > On Fri, Aug 20, 2010 at 7:03 PM, Aran Rhee wrote: > > Because swfobject executes its code ondomready > What exactly you meant by above ? > I do not have the time to explain to you what browser events are, or how they are used. You are going

Re: [SWFObject] why is swfobject used in head

2010-08-20 Thread Tapas Mishra
On Fri, Aug 20, 2010 at 7:03 PM, Aran Rhee wrote: > Because swfobject executes its code ondomready What exactly you meant by above ? > before the page is rendered > to the screen. If you defined it somewhere within the body, then you may see > the alt content briefly before the js was executed. Is

Re: [SWFObject] why is swfobject used in head

2010-08-20 Thread Aran Rhee
Because swfobject executes its code ondomready before the page is rendered to the screen. If you defined it somewhere within the body, then you may see the alt content briefly before the js was executed. Aran On Fri, Aug 20, 2010 at 1:12 AM, Tapas Mishra wrote: > Hi, > I want to know why is swfo

[SWFObject] minor problem in using swfobject in body tag

2010-08-20 Thread Tapas Mishra
Hi list, for some constaint my document management system does not allow me to use swfobject in the section. So I added the swfobject.js code in body section but the script did not forced the client browser which was using Flash media player version 6 to install the version 10. Where as I checke

[SWFObject] using clsid and "application/x-shockwave-flash together

2010-08-20 Thread Tapas Mishra
Following is my javascript I am not clear when I have to embed flash for non IE browsers as mentioned on some documentation pages I should have a line http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"; WIDTH="550" HEIGHT="400" id="single1" name="single1">