Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 48701 invoked from network); 7 Dec 2010 16:21:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Dec 2010 16:21:39 -0000 Received: (qmail 36475 invoked by uid 500); 7 Dec 2010 16:21:38 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 36253 invoked by uid 500); 7 Dec 2010 16:21:36 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 36246 invoked by uid 99); 7 Dec 2010 16:21:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 16:21:36 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [195.130.137.74] (HELO juliette.telenet-ops.be) (195.130.137.74) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 16:21:29 +0000 Received: from [192.168.1.3] ([94.227.99.174]) by juliette.telenet-ops.be with bizsmtp id gGM81f00A3llHAu06GM8xg; Tue, 07 Dec 2010 17:21:08 +0100 Message-ID: <4CFE5EF4.6050702@pandora.be> Date: Tue, 07 Dec 2010 17:21:08 +0100 From: Jos Snellings User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Thunderbird/3.0.10 MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: Flash .swf in Cocoon 2.1.11 References: <4CFE2D3D.3040107@didm.co.uk> <4CFE5150.6090000@didm.co.uk> In-Reply-To: <4CFE5150.6090000@didm.co.uk> Content-Type: multipart/alternative; boundary="------------030702000904020507090408" X-Virus-Checked: Checked by ClamAV on apache.org --------------030702000904020507090408 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Hi Peter, Your page is ok, the element says "movie not loaded". It looks to me like your problem is not cocoon related. I have a similar flash on a site. It has the parameter "play". Here is a sample: (classid not right). Thanks Jasha, > > The html page displays correctly, except that the .swf file is not > displayed, see http://www.chezmuta.com/flashTest.htm. However, > http://www.chezmuta.com/images/plan-de-pistes-bernex-v3.swf displays > the .swf correctly. The browser source page for flashTest.htm appears > correct. > > In my sitemap.xmap file I have > > > src="resources/images/{1}.swf"/> > > > Regards > > Peter > >> >> On 7 December 2010 13:49, Peter Sparkes > > wrote: >> >> Hi, >> >> I am trying, without success, to display a flash .swf files using >> Cocoon 2.1.11 >> >> Help please >> >> Peter >> >> What's the problem? Is it the HTML or do you see 404-not found >> responses for certain resources that have anything to do with the >> swf? Providing more information leads more likely to a solution ;) >> >> Jasha Joachimsthal >> >> j.joachimsthal@onehippo.com - >> jasha@apache.org >> >> Hippo >> Europe � Amsterdam Oosteinde 11 � 1017 WT Amsterdam � +31 >> (0)20 522 4466 >> USA � San Francisco 755 Baywood Drive Second Floor � Petaluma >> CA 94954 � +1 877 414 4776 (toll free) >> Canada � Montr�al 5369 Boulevard St-Laurent #430 � Montr�al QC >> H2T 1S5 � +1 (514) 316 8966 >> www.onehippo.com � www.onehippo.org >> � info@onehippo.com >> >> > --------------030702000904020507090408 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit Hi Peter,

Your page is ok, the element says "movie not loaded".� It looks to me like your problem is not cocoon related.
I have a similar flash on a site.
It has the parameter "play".
Here is a sample:� (classid not right).
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="460" HEIGHT="345">
                                    <PARAM NAME="movie" VALUE="images/plan-de-pistes-bernex-v3.swf">
                                    <PARAM NAME="quality" VALUE="high">
                                    <PARAM NAME="bgcolor" VALUE="#FFFFFF">
                                    <PARAM NAME="play" value="true">
                                    <EMBED src="images/plan-de-pistes-bernex-v3.swf" quality="high" bgcolor="#FFFFFF" WIDTH="460" HEIGHT="345" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT
Hope it helps.

Jos



On 12/07/2010 04:22 PM, Peter Sparkes wrote:
Thanks Jasha,

The html page displays correctly, except that the� .swf file is not displayed, see http://www.chezmuta.com/flashTest.htm. However, http://www.chezmuta.com/images/plan-de-pistes-bernex-v3.swf displays the .swf correctly. The browser source page for flashTest.htm appears correct.

In my sitemap.xmap file I have

<map:match pattern="images/*.swf">
��� ��� ��� ��� <map:read mime-type="application/x-shockwave-flash" src="resources/images/{1}.swf"/>
</map:match>

Regards

Peter


On 7 December 2010 13:49, Peter Sparkes <peter@didm.co.uk> wrote:
Hi,

I am trying, without success, to display a flash .swf files using Cocoon 2.1.11

Help please

Peter

What's the problem? Is it the HTML or do you see 404-not found responses for certain resources that have anything to do with the swf? Providing more information leads more likely to a solution ;)�

Jasha Joachimsthal

j.joachimsthal@onehippo.com�-�jasha@apache.org

Hippo
Europe � � � Amsterdam �Oosteinde 11 �� �1017 WT Amsterdam �� �+31 (0)20 522 4466
USA � � � San Francisco �755 Baywood Drive Second Floor��� �Petaluma CA 94954 � ���+1 877 414 4776 (toll free)
Canada �� � Montr�al �5369 Boulevard St-Laurent�#430��� �Montr�al QC H2T 1S5 �� �+1 (514) 316 8966
www.onehippo.com��� �www.onehippo.org��� �info@onehippo.com




--------------030702000904020507090408--