Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Simpleviewer and Firefox (help with compatibility)
I am using firefox 1.0 for Mac.
and I am trying to implement a simpleviewer application
at minismith.com
As you can see in IE or Safari its working fine. It all validates. BUT
I am not getting any images in Firefox.
Here is my code:
<code>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0” width=“100%” height=“90%” align=“top”>
<param name=“wmode” value=“transparent” />
<param name=“movie” value=“viewer.swf” />
<param name=“quality” value=“high” />
<param name=“scale” value=“noscale” />
<param name=“BGCOLOR” value=”#FFFFFF” />
</object>
</code>
*this is the default code given by simpleviewer.
I have also tried this:
<code>
<object type=“application/x-shockwave-flash” data=“viewer.swf”>
<param name=“movie” value=“viewer.swf” />
<param name=“bgcolor” value=”#ffffff” />
<param name=“menu” value=“false” />
</object>
</code>
this code is used by Nathan Smith at olgasmith.com
Any Ideas, I’m stumped.
This part of the forum is generally the most adept at sorting out browser issues, so I am posting here, let me know if you suggest I post elsewhere.
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
Re: Simpleviewer and Firefox (help with compatibility)
http://sonspring.com/journal/textpattern-simpleviewer
^ That should help you out. Please note that I’ve done up a static page for her photos, styled to look like the rest of the TXP-managed page templates. This was the only way I could put all the files within a “real” directory. You might also want to change the image paths. Just look for imagePath
and thumbPath
in the imageData.xml file.
Are we all figments of God’s imagination?
Offline
Re: Simpleviewer and Firefox (help with compatibility)
Nathan,
What you are describing here, doesn’t effect the reason it is not showin up in Firefox and IS showing up in Internet Explorer and Safari for instance.
I wish it did :)
I have debugged, and debugged, to no avail.
I need some insight into why an swf won’t show up in firefox.
EDIT Also, Nathan, recognize the avatar? It’s artiswork. Matthew Smith :) You and I were stumped on this already. I just thought I’d try the larger forum.
Last edited by ma_smith (2006-01-16 19:39:48)
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline