swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] swfcombine You must have at least one slave entity


From: Matthias Kramm
Subject: Re: [Swftools-common] swfcombine You must have at least one slave entity
Date: Sun, 17 Dec 2006 12:34:13 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Wed, Dec 13, 2006 at 12:51:56PM +1100, Johnny Cussen wrote:
> I'm playing with Xavi Beumala's fdview: http://lists.gnu.org/archive/ 
> html/swftools-common/2006-03/msg00000.html
> 
> When I try to do a swfcombine i get an error:
> 
> % swfcombine fdview/build/fdviewer.swf #1=GA3161.swf
> 
> ERROR   You must have at least one slave entity.
> 
> I've tried a bunch of syntax tweaks to try to get this happening. Can  
> anyone see what I am doing wrong?

It's due to the '#' not being escaped. (and hence treated as
a comment by the shell) 
Try

% swfcombine fdview/build/fdviewer.swf '#1'=GA3161.swf

Greetings

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]