Sadly no, the flash does not have any dependencies.
Do you have the flash file stored as an object in Zope? Yes in a file object. If so what happens if you store the .swf outside Zope and embed it with
an absolute URI? Sounds good..... How???
-tim zegir
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of David Ashley-Smith Sent: Tuesday, 6 January 2004 10:49 AM To: zope@zope.org Subject: Re: [Zope] Flash and zope
I remember having the same problem a while back. If I remember correctly, my problem was caused by a text file that was accessed by the movie.
I put the file in the same folder as the movie, but flash was searching from the html base. Does your movie have any dependencies?
Double checked and triple checked! I even added a link to download the flash and it works (the download that is, when the flash is downloaded it doesn't work).
-tim zegir
-----Original Message----- From: Wilson, Derek [mailto:dwilson@abrazohealth.com] Sent: Tuesday, 6 January 2004 9:16 AM To: Tim Zegir; zope@zope.org Subject: RE: [Zope] Flash and zope
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 )
_______________________________________________ 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 )
_______________________________________________ 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 )
_______________________________________________ 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 )