Re: [SWFObject] Using LABjs with swfobject

2010-08-17 Thread Aran Rhee
yes, there is an issue with doing that :) swfobject tries to run its magic ondomready, and will be looking for the id's you specify. I If your site already requires js, then you might want to look at the dynamic embed method. It allows a bunch more flexibility as to what to write to the page and

Re: [SWFObject] Alignment problem with SWFOBJECT in IE 7 Comaptibility mode only

2010-08-17 Thread Aran Rhee
So you can the the full 1000px width of the swf on the age, but the content WITHIN the swf is aligned center (half empty on the right), OR you only see 500px of the swf (the other half is off the browser stage to the left) ? I am just trying to narrow what the issue could be. Also, as a quick san

[SWFObject] Using LABjs with swfobject

2010-08-17 Thread BigBear
Hi All, Wondering if anyone has encountered any issues with the following setup: I'm using a parallel .js loader http://labjs.com/ And I am putting the below into an external script: swfobject.registerObject("myId", "9.0.115", "expressInstall.swf"); Everything seems to be working

Re: [SWFObject] Re: Blank video

2010-08-17 Thread Sam Sherlock
replace http://localhost:8080/"; /> with -or- and try then. I could not find the flv or f4v (is that another format of flash video) on server - S On 17 August 2010 23:38, Aran Rhee wrote: > your server seems down, so I cannot check. > > > On Tue, Aug 17, 2010 at 4:11 PM, hcccs wrot

Re: [SWFObject] Re: Blank video

2010-08-17 Thread Aran Rhee
your server seems down, so I cannot check. On Tue, Aug 17, 2010 at 4:11 PM, hcccs wrote: > I have now put the files pawnee.swf, pawnee.f4v in the root folder and > added the BASE parameter to test.php like this: > > classid="clsid:D27CDB6E-AE6D-11cf-96B8-44455354" > width="550px" > heigh

[SWFObject] Re: Blank video

2010-08-17 Thread hcccs
I have now put the files pawnee.swf, pawnee.f4v in the root folder and added the BASE parameter to test.php like this: No change as I can see. Hans On Aug 17, 10:16 pm, Aran Rhee wrote: > Ok, we have some forward motion. > > On your live server, I can now see a grey square

Re: [SWFObject] Re: Blank video

2010-08-17 Thread Aran Rhee
Ok, we have some forward motion. On your live server, I can now see a grey square (pawnee.swf) being displayed. Now, as I mentioned in my earlier post, relative pathing can be a bit strange, so right now, the page is looking for the skin file here: http://www.strahle.eu/SkinUnderPlaySeekStop.swf

[SWFObject] Re: Blank video

2010-08-17 Thread hcccs
It's strange. It is definitely in there. I even recreated it and transferred it again. Even locally, if I run http://localhost:8080/movies/pawnee.swf, it doesn't show but the SkinUnderPlaySeekStop.swf which is referenced in it and resides in the same folder appears. Could it have anything to do wit

Re: [SWFObject] Re: Blank video

2010-08-17 Thread Aran Rhee
Ok, so right now the page is looking for http://www.strahle.eu/movies/pawnee.swf and not finding it (404). Aran On Tue, Aug 17, 2010 at 1:29 PM, hcccs wrote: > Ok, here it is: http://www.strahle.eu/test.php > I don't think I fully understand all of it but it is taken from an > example of static

[SWFObject] Re: Blank video

2010-08-17 Thread hcccs
Ok, here it is: http://www.strahle.eu/test.php I don't think I fully understand all of it but it is taken from an example of static publishing at http://learnswfobject.com/the-basics/static-publishing/ Hans On Aug 17, 3:34 pm, Aran Rhee wrote: > Sorry, I meant a link to your page, so that I can

Re: [SWFObject] Zope document root or where do I keep my swfobject in Zope

2010-08-17 Thread Aran Rhee
If you create a basic index.html page for your application in Zope, can you not view it in the browser? Any application file can live anywhere within your application as long as you give the correct path. (I assume using Zope you know how to add a public interface folder with ZMI. You should then j

[SWFObject] Zope document root or where do I keep my swfobject in Zope

2010-08-17 Thread tapas mishra
I am having a javascript which I am using in my site. My server is Zope I am not able to find where should I keep the javascript in it. Can any one help? -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to swfobj...

Re: [SWFObject] Re: Blank video

2010-08-17 Thread Aran Rhee
Sorry, I meant a link to your page, so that I can debug the http traffic. It is really easy to see where the files are being requested (and if there are any mis-paths etc). Aran On Mon, Aug 16, 2010 at 3:29 PM, hcccs wrote: > This is the actual page. I have now taken the example html file > 'in

[SWFObject] Re: Blank video

2010-08-17 Thread hcccs
This is the actual page. I have now taken the example html file 'index_static.html' and put in my own values and it looks like this: http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en"> test swfobject.registerObject("pawnee", "9.0.0");