Re: [Flashcoders] blip.tv api?

2009-06-19 Thread Muzak
Their API is explained here: http://wiki.blip.tv/index.php/Blip.tv_API username and password are in the prompt. - Original Message - From: Nate Beck n...@tldstudio.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, June 19, 2009 5:17 AM Subject: Re:

[Flashcoders] hacked? what's missing?

2009-06-19 Thread Anthony Pace
I just got an e-mail saying your were hacked and as a result lost some content. I have almost everything stored in for the past two years. Is there a date range you want? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] hacked? what's missing?

2009-06-19 Thread Anthony Pace
oops wrong list Anthony Pace wrote: I just got an e-mail saying your were hacked and as a result lost some content. I have almost everything stored in for the past two years. Is there a date range you want? ___ Flashcoders mailing list

Re: [Flashcoders] mathematics of an elipse

2009-06-19 Thread allandt bik-elliott (thefieldcomic.com)
thankyou very much - i'll take a look best a On Thu, Jun 18, 2009 at 6:59 PM, Ivan Dembicki ivan.dembi...@gmail.comwrote: Hello Charles, You can build many ellipses through your points. More data needed for ellipse unique define. Also you can see old bezier classes

Re: [Flashcoders] blip.tv api?

2009-06-19 Thread Fabio Pinatti
hello! @Nate: Thank you so much by the so clear explanation.. I don't have much experience with JSON and that's why I didn't get it if blip.tv was possible through flash.. but your last emails were great, and a great step to learn it.. About google, well, I really agree with you that it needs to

Re: [Flashcoders] blip.tv api?

2009-06-19 Thread Muzak
You're not limited to JSON. From what I can tell (only looked at their API real quick), blip.tv supports JSON, REST and RSS (xml). Which one you use is up to you (you can even mix them if you want). regards, Muzak - Original Message - From: Fabio Pinatti fpina...@gmail.com To:

Re: [Flashcoders] blip.tv api?

2009-06-19 Thread Nate Beck
You don't need to register for Blip.TV to get the login and password. When it prompts you for a username and password, read the description in that prompt, it has the username and password in it. They do that to prevent SPAM. Cheers, Nate On Fri, Jun 19, 2009 at 4:55 AM, Fabio

Re: [Flashcoders] blip.tv api?

2009-06-19 Thread Fabio Pinatti
yeah, I saw it.. and it seems rss works well.. I'll just try some tests to check if I'm able to crossdomain load the flv.. will let you know when I'm done, it may be useful for someone that needs it also.. Thanks! On Fri, Jun 19, 2009 at 1:35 PM, Nate Beck n...@tldstudio.com wrote: You don't

[Flashcoders] transparency in flash

2009-06-19 Thread Gustavo Duenas
Hi there, in Illustrator and photoshop you can set the transaparency to overlay, normal, soft light, hardlight, multiply, etc, there is away to set this thing also using action script 3? Regards, Gustavo ___ Flashcoders mailing list

[Flashcoders] AS2 How To Clean getURL before sent

2009-06-19 Thread TS
I just have a getURL triggering after an alert is closed and it's sending all these vars through with it. Is there a way to get rid of these var names and values before sending them out? reset=[type+Function]obj=_level0.depthChild0uploadURL=http%3A%2F%2F

Re: [Flashcoders] AS2 How To Clean getURL before sent

2009-06-19 Thread Karl DeSaulniers
Are you trying to upload to a server, a server database, or upload the files to your server then emailattach? When sending a form I use this format. You can adopt it if you wish. I am not sure on the file transfer, but if you google flash upload AS2 I know you'll find it. EG: on (release) {

Re: [Flashcoders] transparency in flash

2009-06-19 Thread Eric E. Dolecki
Google AS3 blendmode On Fri, Jun 19, 2009 at 4:36 PM, Gustavo Duenas gdue...@leftandrightsolutions.com wrote: Hi there, in Illustrator and photoshop you can set the transaparency to overlay, normal, soft light, hardlight, multiply, etc, there is away to set this thing also using action