[SWFObject] Firefox!!

Aran Rhee aran.rhee at qdc.net.au
Fri Dec 22 16:20:34 PST 2006


Wainer.

I think you'll have to play around with your relative paths. Really, the
only difference between the two browsers, is how it's handling the folder
locations.

Firefox
/..\\runtime/shared.swf

IE
//runtime/shared.swf


As I don't know how you are loading your assets, I can't be much more help
unfortunately.


Aran
 

> -----Original Message-----
> From: swfobject-bounces at lists.deconcept.com 
> [mailto:swfobject-bounces at lists.deconcept.com] On Behalf Of 
> mowglie at libero.it
> Sent: Saturday, 23 December 2006 1:24 AM
> To: swfobject
> Subject: Re: [SWFObject] Firefox!!
> 
> Thanks Aran. 
> Thanks your words I understood what happens. 
> Firefox don't read the runtime shared components. 
> In my site I have 4 languages and a lot of flash files using 
> the same symbols so I made a folder called "runtime" with all 
> the shared symbols. 
> With IE is all ok. 
> 
> I made a test wit Firefox
> Two folders in the root: RUNTIME (with shared symbols) and TEST. 
> 
> A test.swf (a yellow page with a runtime shared symbol) and a 
> test.html normal page (without swfobject, just to test). 
> 
> Well: 
> if the swf and the html are in the root all works: I can see 
> the yellow background and the symbol (code in the symbol 
> linkage: runtime/symbol.swf) 
> 
> if the swf and the html are in the folder TEST I can see only 
> the yellow background without the shared symbol. (code in the 
> symbol linkage: ..\\runtime/symbol.swf) 
> 
> Any idea how to resolve it? For IE all is ok, as it has to 
> be. :) Or I have to put the runtime shared folder in each 
> folder language? But this don't resolve the problem with the 
> other nested folders. It means I have to put all my swf in 
> the same directory and rewrite all the codes! Not bad this 
> solution for more than 100 fla to rewrite and at least 6-10 
> shared symbols in any fla!!! Ehehehe Just thinking to commit suicide! 
> 
> At least now I know I make nothing wrong with swfobject. :) 
> 
> About the 
> > 
> > 
> > Cheers,
> > Aran
> > 
> > 
> > 
> > Firefox
> > 
> > 
> > TIMESTAMP REQUEST CONTENT-TYPE RESPONSE-CODE REQUEST-SIZE 
> > RESPONSE-SIZE RESPONSE-TIME(MS) Fri, 22 Dec 2006 11:17:14 
> > http://www.amikitalia.com/italiano/intro.html text/html 200 405
> > 1709 797
> > Fri, 22 Dec 2006 11:17:15 http://www.amikitalia.com/swfobject.js
> > application/x-javascript 200 358 6780 828 Fri, 22 Dec 2006 11:17:16 
> > http://www.amikitalia.com/italiano/intro.swf
> > application/x-shockwave-flash 200 460 150051 6500 Fri, 22 Dec 2006 
> > 11:17:17 
> http://www.amikitalia.com/italiano/..%5C%5Cruntime/shared.swf
> > application/x-shockwave-flash 200 421 5585 797 Fri, 22 Dec 2006 
> > 11:17:23 http://www.amikitalia.com/favicon.ico
> > image/x-icon 200 317 4562 625
> > 
> > IE (6)
> > 
> > 
> > TIMESTAMP REQUEST CONTENT-TYPE RESPONSE-CODE REQUEST-SIZE 
> > RESPONSE-SIZE RESPONSE-TIME(MS) Fri, 22 Dec 2006 11:24:12 
> > http://www.amikitalia.com/italiano/intro.html text/html 200 208
> > 1709 781
> > Fri, 22 Dec 2006 11:24:13 http://www.amikitalia.com/swfobject.js
> > application/x-javascript 200 257 6780 1203 Fri, 22 Dec 2006 
> 11:24:14 
> > http://www.amikitalia.com/italiano/intro.swf
> > application/x-shockwave-flash 200 266 150051 4859 Fri, 22 Dec 2006 
> > 11:24:16 http://www.amikitalia.com//runtime/shared.swf
> > application/x-shockwave-flash 200 266 5585 1172
> > 
> > 
> > _____
> > 
> > From: swfobject-bounces at lists.deconcept.com
> > [mailto:swfobject-bounces at lists.deconcept.com] On Behalf Of 
> Wainer CM
> > Sent: Thursday, 21 December 2006 8:05 PM
> > To: swfobject at lists.deconcept.com
> > Subject: [SWFObject] Firefox!! 
> > 
> > 
> > 
> > Sorry, maybe you have replied so many time to this question but I'm 
> > new and I've found nothing in my research about it.
> > 
> > So that's the problem: I've made again all the html pages with the 
> > swfobject. All was very well working for my full 
> satisfaction. (except 
> > some pages showing for a bit moment the text in the div 
> flashcontent. 
> > Maybe too much text?)
> > 
> > Then I installed Firefox but it doesn't go over the first 
> page. Only a 
> > full black screen. I installed that damned Firefox on 
> another PC. The 
> > same. And I have the last release, of course.
> > 
> > In Mac all is working perfectly!!! ?????? 
> > 
> > What's that? 
> > 
> > The pages I have not still correct are working with Firefox. Only 
> > those with swfobject are black. It looks like it's able to 
> read only 
> > the root and not to go into a new folder. In fact the home 
> page works. 
> > But it is not possible to see any page into the folders.
> > 
> > Can anyone help me, please? I've to change all the other html pages 
> > for the other languages (4) and I really don't like to 
> waste time to 
> > make again from zero everything if it's my fault. I've made 
> exactly as 
> > the Geoffry explanation and every page is validate.
> > 
> > You can see it at: www.amikitalia.com Only the Italian one is made 
> > with swfobject. If you have firefox try it. And you will 
> see all the 
> > other languages are working except the Italian one.
> > 
> > I putted only one swfobject.js in the root and in the html in the 
> > folders I
> > wrote: 
> > 
> > ../swfobject.js. 
> > 
> > I thought: maybe I have to put the swfobject in every folder. I did 
> > but nothing changed, Firefox always refuse to show the 
> pages. (I even 
> > completely deleted the cache manually).
> > 
> > So I don't know if I made some mistake . 
> > 
> > And of course I'm in trouble having to write again all the other 
> > pages:)
> > 
> > Thanks for every answer. 
> > 
> > Wainer
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> ------------------------------------------------------
> Passa a Infostrada. ADSL e Telefono senza limiti e senza 
> canone Telecom
> http://click.libero.it/infostrada22dic06
> 
> 
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com




More information about the Swfobject mailing list