Re: SWFBitmap::__construct filetype

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

 



Hey Klaus,

i solved it, it was a my Mistake.
i forget. the fact that windows likes to put Thumbs.db files into folders.
so my php got the folder content and puts it into an array including the 
Thmbs.db file.
now i check the filextensions and everything is ok.

thanks anyway...

//robert


Klaus Rechert wrote:
> Hi Robert,
>
> could you find out the ming version you are using? 
> <hint>php_info()</hint>. Also helpfull would be the image file name...
>
> Cheers
>    Klaus
>
>
>>> yesterday i did a php script which worked very well on my xampp.
>>> the script takes an imagesequence and puts it into the swf file.
>>> today i wanted to look at the script, but it gave me an error:
>>> SWFBitmap::__construct() [swfbitmap.--construct
>>> <http://localhost/ming/name/swfbitmap.--construct>]: Unrecognised file
>>> type in......
>>> i changed nothing. the image files and the folders are the same.
>>>
>>> did someone had similar problems in the past? what can this be?
>>> any ideas?
>>>
>>> /robert
>> maybe i should describe my script a bit more.
>> i open the images with this function:
>>
>> function getFile($image){
>>          //$img = file_get_contents($image);
>>          $img = fopen($image,"rb");
>>          $c = new SWFBitmap($img);
>>          return $c;
>>      }
>>
>>
>>
>> ------------------------------------------------------------------------------ 
>>
>> 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
>> _______________________________________________
>> Ming-users mailing list
>> Ming-users@xxxxxxxxxxxxxxxxxxxxx
>> https://lists.sourceforge.net/lists/listinfo/ming-users
>
>


------------------------------------------------------------------------------
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
_______________________________________________
Ming-users mailing list
Ming-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/ming-users

[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux