Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash doesn't play on explorere 5.5

Status
Not open for further replies.

ssphoenix

IS-IT--Management
Jan 22, 2001
306
US
What am I missing? Flash does not want to display. I have the plug-in installed from macromedia website. I was able to see their flash but the local intranet flash does not want to work.

Thanks much..
 
Calling the .swf directly or through an html? And if so, what does your html look like?

Regards,
new.gif
 
I am still in the testing phase of my IIS. The page is a simple HTML with one imported flash. From an NTworkstation the flash plays fine. But nothing from the server or any win98/95. Wird.

I am calling an HTML page. The flash is part of the page.
What am I doing wrong?

Thanks for your help.
 
I am on a secure site but here is the code.
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>

<body bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot;>

<table width=&quot;781&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;>
<tr>
<td width=&quot;781&quot; height=&quot;156&quot;></td>
</tr>
</table>
<table width=&quot;781&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;>
<tr>
<td width=&quot;781&quot; height=&quot;200&quot; valign=&quot;top&quot;><object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;807&quot; height=&quot;200&quot;>
<param name=movie value=&quot;peter.swf&quot;>
<param name=quality value=high>
<embed src=&quot;peter.swf&quot; quality=high pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;807&quot; height=&quot;200&quot;>
</embed>
</object></td>
</tr>
</table>
<table width=&quot;532&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; mm:layoutgroup=&quot;true&quot;>
<tr>
<td width=&quot;258&quot; height=&quot;12&quot;></td>
<td width=&quot;274&quot;></td>
</tr>
<tr>
<td height=&quot;47&quot;></td>
<td valign=&quot;top&quot;>
<p><font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;><b>We will miss you
..</b></font></p>
</td>
</tr>
<tr>
<td height=&quot;15&quot;></td>
<td></td>
</tr>
</table>
</body>
</html>
 
If you are using windows 2000 and do not have administrative rights on your pc yo will not be able to view flash on IE 5.5. Bill in his infinite wisdom set up a security protocol that prohibits the viewing of flash with out administrative or power user rights. The only way I know around this is to use Netscape, or have IT dept. set you up as a power user.
 
The funny thing is I log onto the IIS server with admin rights and cannot see the flash. Same happens with all the win98/95 PCs. Works fine from win2000 however, as you said I am logged on with admin rights.

I am inclined to think that the line pointing to the macromedia website should not be there. I believe that the cgi should be loaded locally. The fact that 2000 works makes me think that 98/95 pcs are trying to rezolve the plugins by going out to macromedia site and times out eventually without displaying flash.

I have setup IISes before but never worked with flash. I am very new dreamwaver/ultradev/flahs and looking to get the IIS recognizing all these formats.

Your help is greatly appreciated.
 
Fellows,

Please help. This is an easy question for someone who's done this before. Yet I cannot find what am I doing wrong and can't find the answer either.

Thanks
 
Would like to help... But I'm on W98, and your exact html works fine from my server (did change your movie and dimensions for mine!), and on My IE5.5


Only thing I can think of is, outside of a problem with your versions of IE, are you sure your peter.swf is in the main directory, or is it in some other folder?

How about calling the .swf directly, and not through the html, does that work?

Regards,
new.gif
 
Thanks oldnewbie of your help,

I upgraded to IE6 also SP2. If i poing to directly to the .swf works fine. The darn think doesn't want to execute through html.

Is that line pointing to macromedia website suppose to be there? Can't understand why.

Thanks
 
Yeah! That line can be there (as it is in my link), and only automatically directs the user to their download site if Flash is not installed, or if it's an earlier version than Flash 5, player that is.
Although your html works for me, maybe the fact that linking to the .swf directly works fine, points to some problem within it or with IE. Have you tried using the Publish feature of Flash to output a regular html, and then tried that one?

Regards,
new.gif
 
I did a debug in browser and came up with this warning:

Warning: Attributes and values for the <EMBED> tag vary by plug-in. Please check that all attributes and values are valid.
Microsoft Internet Explorer 5.0

It doesn't like the <embed src=&quot;peter.swf&quot; .....

However, there is no option to chose Explorer 6. 5 is the highest option.

 
Well, to my knowledge, IE5.x doesn't use the <embed> tag.
It uses the <object> tag, and activeX!

Regards,
new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top