Hi Armin, Hi All!!

We're working with mapserver 5.4, Pmapper 4.0 beta 1 and a server based on
linux-debian (stable). We have activated the debug 3 level and fixed the
whole warnings and errors we found on. We are still working with
pMapper-Demo-Data in order to develop some plugins and avoid mistakes
related with mapfile configuration.

We have compiled a new Mapserver with Ming 0.4.2 Library and now our
php_mapscript.so supports SWF output files. We are sure it works fine cause
the default configuration works without any problem.

Our problem is related with SWF files, when we setup SWF files on the
mapfile and pMapper files the pMapper-Demo-Data is rendered but the SWF
files doesn´t appear. If we setup a new mapfile with just one SWF layer we
see nothing and mapserver doesn't show any error. We made several attempts
with our layers but it doesn't seem to work. We have tried a lot of
different setups but without success. We have searched on MapServer forum
and other ones but nothing.

So Armin and guys, could you please help us? We are lost.  Do you have any
example using SWF files as main source??? Any help?? Thanks a lot, if you
need more technical information please let us know. In brief, what we need
is to publish a SWF file as described on
http://mapserver.org/output/flash.html

The basic configuration is the next one:
#
# Image formats for SWF
#
OUTPUTFORMAT
 NAME swf
 DRIVER "SWF"
 MIMETYPE "application/x-shockwave-flash"
 EXTENSION "swf"
 IMAGEMODE PC256
 FORMATOPTION "OUTPUT_MOVIE=SINGLE"
END
OUTPUTFORMAT
 NAME swf
 DRIVER "SWF"
 MIMETYPE "application/x-shockwave-flash"
 EXTENSION "swf"
 IMAGEMODE PC256
 FORMATOPTION "OUTPUT_MOVIE=MULTIPLE"
END
#
# Layer configuration
#
LAYER
  NAME "DEMO_SWF"
  TYPE polygon
  DATA "/home/diana/public_html/pmapper_demodata/ejemplo/aenaflash.swf"
  PROJECTION
  END
  METADATA
   "SWFDUMPATTRIBUTES" ""
  END
END

We have followed all steps described in mapserver.org/output/flash.html
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to