Calgarypuck Forums - The Unofficial Calgary Flames Fan Community

Go Back   Calgarypuck Forums - The Unofficial Calgary Flames Fan Community > Main Forums > The Off Topic Forum > Tech Talk
Register Forum Rules FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread
Old 05-18-2010, 12:35 PM   #1
surferguy
Monster Storm
 
surferguy's Avatar
 
Join Date: Apr 2007
Location: Calgary
Exp:
Default website wont show in IE

Hey guys,

I am just launching a new website and it wont work in IE. It works in both google chrome and firefox. It is hosted by godaddy. I am defeated and don't know what to do. Anybody ever had this problem?

see if it works for you on your computer.

www.comodesigns.com
surferguy is offline   Reply With Quote
Old 05-18-2010, 12:46 PM   #2
Azure
Had an idea!
 
Azure's Avatar
 
Join Date: Oct 2005
Exp:
Default

Thats interesting.

Works for me in Firefox, but doesn't work in IE8.
Azure is offline   Reply With Quote
Old 05-18-2010, 12:52 PM   #3
KTrain
ALL ABOARD!
 
KTrain's Avatar
 
Join Date: Oct 2003
Exp:
Default

Quote:
Originally Posted by Azure View Post
Thats interesting.

Works for me in Firefox, but doesn't work in IE8.
Same here.

It's probably how you're embedding the Flash. I don't use the stuff in my designs if I can help it.

Could I make one design suggestion? I didn't notice the arrows in your carpentry and artwork portfolios until the 3rd time I looked at the pages. You might want to make them more visible.
KTrain is offline   Reply With Quote
Old 05-18-2010, 12:56 PM   #4
surferguy
Monster Storm
 
surferguy's Avatar
 
Join Date: Apr 2007
Location: Calgary
Exp:
Default

cheers for the feedback, I had a friend design the page for free and she uses flash. I don't know much about it and will make that suggestion for a quick change to the arrows. She is talking to her people about the issue but I figured I'd check out with CP for suggestions
surferguy is offline   Reply With Quote
Old 05-18-2010, 12:56 PM   #5
Sliver
evil of fart
 
Sliver's Avatar
 
Join Date: Sep 2009
Exp:
Default

Yep, not working in IE8 here either. (I realize that's already been established but since I clicked I figured I should reply, too )
Sliver is offline   Reply With Quote
Old 05-18-2010, 12:59 PM   #6
ah123
First Line Centre
 
Join Date: Oct 2001
Location: Here
Exp:
Default

Not working in IE6 either (I know, IE6 is ancient, but that's our corporate standard, so that's what I use when I am at work)
ah123 is online now   Reply With Quote
Old 05-18-2010, 01:04 PM   #7
Azure
Had an idea!
 
Azure's Avatar
 
Join Date: Oct 2005
Exp:
Default

Off topic, but your carpentry page is seriously cool.

A few years ago I worked in a millwork and we did a lot of flashy cabinet work and other complex design stuff. Its awesome to see how it turns out.

Good stuff.
Azure is offline   Reply With Quote
The Following User Says Thank You to Azure For This Useful Post:
Old 05-18-2010, 01:35 PM   #8
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="600" id="como" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="como.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="index.swf" quality="high" bgcolor="#000000" width="800" height="600" name="como" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
That's the HTML code, I've bolded the part that might be wrong, the actual file is index.swf, and if I point IE at index.swf it works, so maybe the movie param tag is used by IE and it's looking for como.swf which doesn't exist?

Just my first guess without researching how to actually embed flash (I never use it either).

ETA: Meaning try changing the page so it says
Code:
<param name="movie" value="index.swf" />
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
The Following User Says Thank You to photon For This Useful Post:
Old 05-18-2010, 01:37 PM   #9
surferguy
Monster Storm
 
surferguy's Avatar
 
Join Date: Apr 2007
Location: Calgary
Exp:
Default

cheers photon, I will pass that along to my developer when she gets back to me.
surferguy is offline   Reply With Quote
Old 05-18-2010, 01:40 PM   #10
OBCT
Powerplay Quarterback
 
OBCT's Avatar
 
Join Date: Oct 2005
Location: Medicine Hat
Exp:
Default

Quote:
Originally Posted by photon View Post
That's the HTML code, I've bolded the part that might be wrong, the actual file is index.swf, and if I point IE at index.swf it works, so maybe the movie param tag is used by IE and it's looking for como.swf which doesn't exist?

Just my first guess without researching how to actually embed flash (I never use it either).

ETA: Meaning try changing the page so it says
Code:
<param name="movie" value="index.swf" />
Interesting. Would make sense.

But why would it work in FF and Chrome if that was the case? Do those browsers default to "index.swf" if the specified parameter is not found? Do they auto-debug on the fly in some sense?

Neat website btw, surferguy.
__________________
OBCT is offline   Reply With Quote
Old 05-18-2010, 01:46 PM   #11
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

Or they use the embed tag. Or in IE the movie param tag overrides the embed tag but not in other browsers.

Frack, stupid browsers are black magic, I hate that stuff
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
The Following User Says Thank You to photon For This Useful Post:
Old 05-18-2010, 02:28 PM   #12
Barnes
Franchise Player
 
Barnes's Avatar
 
Join Date: Aug 2005
Location: Violating Copyrights
Exp:
Default

photon is probably right.

And please don't support IE 6. It is 9 years old and held back the Internet for far too long.

Google, MS, Digg, YouTube and Facebook have all moved on and so should the rest of us.
Barnes is offline   Reply With Quote
The Following User Says Thank You to Barnes For This Useful Post:
Old 05-18-2010, 02:37 PM   #13
Azure
Had an idea!
 
Azure's Avatar
 
Join Date: Oct 2005
Exp:
Default

Even Microsoft has moved on from IE6.
Azure is offline   Reply With Quote
Old 05-18-2010, 03:01 PM   #14
Rathji
Franchise Player
 
Rathji's Avatar
 
Join Date: Nov 2006
Location: Supporting Urban Sprawl
Exp:
Default

Quote:
Originally Posted by Barnes View Post
photon is probably right.

And please don't support IE 6. It is 9 years old and held back the Internet for far too long.

Google, MS, Digg, YouTube and Facebook have all moved on and so should the rest of us.
This. A million times, this.
__________________
"Wake up, Luigi! The only time plumbers sleep on the job is when we're working by the hour."
Rathji is offline   Reply With Quote
Old 05-18-2010, 07:24 PM   #15
surferguy
Monster Storm
 
surferguy's Avatar
 
Join Date: Apr 2007
Location: Calgary
Exp:
Default

Looks like photon wins this thread, all is fixed and now Como Designs is live! Thanks for the help and feedback guys!
surferguy is offline   Reply With Quote
The Following User Says Thank You to surferguy For This Useful Post:
Old 05-18-2010, 08:17 PM   #16
Azure
Had an idea!
 
Azure's Avatar
 
Join Date: Oct 2005
Exp:
Default

Its cause he's a mod.
Azure is offline   Reply With Quote
The Following User Says Thank You to Azure For This Useful Post:
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 08:50 AM.

Calgary Flames
2024-25




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright Calgarypuck 2021 | See Our Privacy Policy