swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] jpeg2swf & php


From: filip sound
Subject: Re: [Swftools-common] jpeg2swf & php
Date: Thu, 30 Jul 2009 14:21:26 +0200

du vermischst die schrägstriche in den dateinamen... einmal / und einmal \ ....

On Thu, Jul 30, 2009 at 1:56 PM, LivingDocs <address@hidden> wrote:
Hello,

I want to use jpeg2swf to convert images to SWFs.

To do that I wrote a php script:

<?php
$toolspath = "c:\swftools\\";                                                                   // Windows
$toolanhang = ".exe"; // Windows
$dummySWF = "dummies/dummy.swf";
$libraryImage = "images/myImage.jpg";


$jpeg2swf = $toolspath . 'jpeg2swf' . $toolanhang . ' ' . $dummySWF . '   ' .  $libraryImage;
$jpeg2swf_meldung = system($jpeg2swf);
?>

This script and the directories "dummies" and "images" are all in the same directory.
All read/write preveleges are correctly set.

The SWF will not be created!
What is wrong with this?

Benedikt



reply via email to

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