swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] jpeg2swf & php


From: LivingDocs
Subject: [Swftools-common] jpeg2swf & php
Date: Thu, 30 Jul 2009 13:56:07 +0200

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]