On Wed, 8 Jun 2011 16:49:05 -0300 Frederico <[email protected]> wrote:
> Done with: > > swfcombine -T freepaper2.0.9.0.swf output.swf > > The swf was merged, but not as I desired. What happens is that the > output.swf is now in top of all my freepaper, having all its size. Good start. Now take it a step further.. > I just would like to get some PNG (got it) then change it (got it) and > finally put it exactly on the place of the original (failed). .. and reading the manual page for swfcombine which tells you what to do? (failed)! ;o) Take another look, http://www.swftools.org/swfcombine.html in particular, −x, −−movex xpos x Adjust position of slave by xpos pixels −y, −−movey ypos y Adjust position of slave by ypos pixels −s, −−scale scale Adjust size of slave by scale percent (e.g. 100% = original size) etc, etc. Ahh well, you'd need to locate details of the original asset using swfdump. http://www.swftools.org/swfdump.html In both cases I think the later versions have more options. Check with [swfcommand] --help Regards, Chris. > 2011/6/8 Chris <[email protected]> > > > On Wed, 8 Jun 2011 15:06:58 -0300 > > Frederico <[email protected]> wrote: > > > > > Ok, > > > > > > png converted to swf using png2swf. Now I'm trying: > > > > Good start. ;o) > > > > > swfcombine -o a.swf freepaper2.0.9.0.swf output.swf > > > > > > But I'm getting: > > > WARNING Didn't find anything named output in file. No substitutions > > > will occur. > > > > > > Should I know the internal png object name? > > > > You wnat to merge the two files, i.e. stack them in the same frame. > > The option -T, --stack1 will do that. > > > > The manual page is here, > > > > http://www.swftools.org/swfcombine.html > > > > It's a little verbose, but should answer most questions. > > > > HTH. > > > > Regards, > > > > > > Chris. > > > > > 2011/6/8 Chris <[email protected]> > > > > > > > Well, obvious first thoughts.. > > > > > > > > Convert the images back to to swfs, then use swfcombine to meld them > > > > together? > > > > > > > > A snippet of swfc script to load the images back into the swf? > > > > > > > > > > > > Chris. > > > > > > > > >On Wed, 8 Jun 2011 08:45:27 -0300 > > > > >Frederico <[email protected]> wrote: > > > > > > > > > Could you tell me how can I do this? > > > > > > > > > > 2011/6/8 Chris <[email protected]> > > > > > > > > > > > On Tue, 7 Jun 2011 16:29:38 -0300 > > > > > > Frederico <[email protected]> wrote: > > > > > > > > > > > > > Is this impossible? =P > > > > > > > > > > > > > > 2011/5/30 Frederico <[email protected]> > > > > > > > > > > > > Naah. Not impossible. But, hey, some people like to do strange > > things > > > > just > > > > > > for the heck of it! ;o) > > > > > > > > > > > > > > > > > > >>>>>>>>>>>>>>>> > > > > > > > > > > > > > > > > > > > > Hi all, > > > > > > > > > > > > > > > > I have extracted some images from a swf and would like to put > > them > > > > > > > > into the original swf. Is that possible? > > > > > > > > > > > > > > > > -- > > > > > > > > Thanks, > > > > > > > > Frederico Schardong, > > > > > > > > Linux registered user #500582 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > Thanks, > > > > > > > Frederico Schardong, > > > > > > > Linux registered user #500582 > > > > > > > > > > > > > > > > > > -- > > > > > > Chris <[email protected]> > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Thanks, > > > > > Frederico Schardong, > > > > > Linux registered user #500582 > > > > > > > > > > > > -- > > > > Chris <[email protected]> > > > > > > > > > > > > > > > > -- > > > Thanks, > > > Frederico Schardong, > > > Linux registered user #500582 > > > > > > -- > > Chris <[email protected]> > > > > > > -- > Thanks, > Frederico Schardong, > Linux registered user #500582 -- Chris <[email protected]>
