Zope is VERY case sensitive. Make sure you double check that filename. Thanks, Derek Wilson -----Original Message----- From: Tim Zegir [mailto:trzegir@ncable.net.au] Sent: Monday, January 05, 2004 3:09 PM To: zope@zope.org Subject: RE: [Zope] Flash and zope Thank you all for your help so far. I just tried viewing the flash (with the view tab) and the same thing happens!! I then uploaded a test flash (just some boxes) and it works!!! I downloaded the flash that didn't work and it now does the same thing playing from my machine. I uploaded the working copy again and it happened again!! What is going on??? Every time I upload it, it seems to corrupt the flash file somehow making it unusable. But the test flash still works! Tim Zegir CCX
-----Original Message----- From: Tino Wildenhain [mailto:tino@wildenhain.de] Sent: Monday, 5 January 2004 11:55 PM To: Tim Zegir Subject: Re: [Zope] Flash and zope
Hi Tim,
Tim Zegir schrieb:
Sorry about the last email :) Here's the full thing
Hi all,
I have a simple problem that I cannot seem to solve.
I want to display a Flash (.swf) file in a page template.
I have this code in a page template
---- <html> <head> <title>Flash Test</title> </head> <body> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swfl
ash.cab#version=7,0,0,0" width="550" height="400" id="Map" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="Map.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="Map.swf" quality="high" bgcolor="#ffffff" width="550" height="400" name="Map" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> </body>
----
When I view the page the flash movie is not displayed, but i can right click on where the movie should be and get the flash menu.
Is the mime-type (content-type) of the flash script correct? Does the script run when you "view" the file resource it represents?
Regards Tino
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )