Re: [Flashcoders] Selling a Flash website

2008-10-05 Thread Mike Duguid
On Mon, Sep 29, 2008 at 4:18 PM, Gert-Jan van der Wel <
[EMAIL PROTECTED]> wrote:

>
> For the last couple of years a friend and I were happily running a project
> on the side called T-signers.com. It's a site where people can design and
> order their own custom t-shirts. It's always been a pleasure to work on it,
> but recently a couple of things have changed and we can't find the time
> anymore to work on it. At this moment we're thinking about selling it or
> finding some enthusiastic developers to continue the project. Does anybody
> know how we should handle this?
>

I'd have a look at sitepoint.com marketplace if you want to sell the site,
there are a lot of serious traders there as opposed to ebay where you'd be
unlikely to get more than beer money for it.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] how to uncompress a compressed bytearray with PHP

2008-10-05 Thread Juan Pablo Califano
No worries!

2008/10/3, Benny <[EMAIL PROTECTED]>:
>
> > There's one problem with using URLVariables: it works on NUL-terminated
> Strings
> You're right, so URLVariables is now out of the picture ;-)
>
> I think your class would indeed do the job but because I want to keep the
> client code as light as possible I think I'll just send one big compressed
> ByteArray to the server inflate it and decode the AMF data using the AMF
> capabilities the Zend Framework will bring in the near future.
>
> Thank you for your time and great input!!
> Cheers, Benny
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-05 Thread Juan Pablo Califano
Hi Andrew,

I'm not sure were the problem could be, but checking both swf's I got
640x480 and 600x200, which seems right. If I open the swf "standalone" (I
mean double clicking on it), the player opens it with those dimensions.
Plus, I've converted the to fla just to check the dimensions and I got back
the same values.

What the swf header contains is the size of the stage, or, in other words,
the size you set for the fla document at author time (if you're using the
Flash IDE; in that case, it's the numbers you set using the size button in
the properties panel).

I've also checked with another player from youtube and the size of the swf
is 480x387, which seems to match with the rebuilt fla and with what I see in
the site.

Maybe those swf's are being scaled, cropped or masked by other means ? (when
embedding, for instance) It's just a thought, anyway, perhaps if you post
the url of the page that contains those swfs, someone is able to figure out
why there's a difference between what you see on the screen and the swf's
stage size.


Cheers
Juan Pablo Califano


2008/10/5, Andrew Sinning <[EMAIL PROTECTED]>:
>
> Hi Juan Pablo,
>
> I just got back to this problem and tested your SwfHeader class.  From the
> few tests that I've run, this returns exactly the same dimensions that the
> LoaderInfo class does.
>
> I'm still stuck.  Here's an example of a swf on YouTube:
>
>   http://www.youtube.com/v/C7PH3GVj104
>
> The LoaderInfo/SwfHeader dimensions are 640x320, but the actual dimensions
> appear to be 320x180.
>
> This swf
>
>
> http://client.shoutlet.com/static/imageplayer/viewer.php?config=http://client.shoutlet.com/file/64/5863.xml
>
> Looks to be actually 400x200 but the LoaderInfo/SwfHeader dimensions are
> 600x200.
>
>
>  Juan Pablo Califano wrote:
>>>
>>>
>>>
 http://pastebin.be/14115   (SwfHeader class)

>>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>
>>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-05 Thread Andrew Sinning

Hi Juan Pablo,

I just got back to this problem and tested your SwfHeader class.  From 
the few tests that I've run, this returns exactly the same dimensions 
that the LoaderInfo class does.


I'm still stuck.  Here's an example of a swf on YouTube:

   http://www.youtube.com/v/C7PH3GVj104

The LoaderInfo/SwfHeader dimensions are 640x320, but the actual 
dimensions appear to be 320x180.


This swf

   
http://client.shoutlet.com/static/imageplayer/viewer.php?config=http://client.shoutlet.com/file/64/5863.xml


Looks to be actually 400x200 but the LoaderInfo/SwfHeader dimensions are 
600x200.




Juan Pablo Califano wrote:



http://pastebin.be/14115   (SwfHeader class)

Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

  


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] How to stream bitmaps, not camera

2008-10-05 Thread Eric Brito

Hi, does anyone knows how to stream (to Flash Media
Server) the content from a MovieClip, not from the Camera?
The main go is to capture the images from the camera, apply some effect on it,
redraw the Bitmaps to a movieclip and stream that content to the
server, creanting an FLV file with camera effects (something like this:
http://www.flameonwebcam.com/).

Thanks in advance,
Eric Alves Brito.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders