[Flashcoders] FLV metadata standard

2008-09-01 Thread Juan Delgado
Hi list, It seems there isn't a standard for metadata on FLVs, every FLV creator has its own and that's a bit of a pain. Wouldn't be great if all creators shared at least _some_ data? Maybe the simplest would be: width, height and duration. Then add whatever you want, but keep those. Youtube vide

[Flashcoders] flash vars questions.

2008-09-01 Thread Gustavo Duenas
Hi have a swf file which has a flv inserted and I'd like to know a way to pass url variables with the name of the file to the flv. like this: index.html?video=123.flv and I want this to goes to the video.swf, and then to the flv source, any ideas or you know a good tutorial, I've been tryi

Re: [Flashcoders] MouseEvents on overlapping siblings in AS3

2008-09-01 Thread Arka Roy
Here's a very good article about how mouse events propagate. http://www.adobe.com/devnet/actionscript/articles/event_handling_as3.html You should be able to have more than one MC capture a single event, although I haven't tried it. A On Fri, Aug 29, 2008 at 8:03 PM, Matthias Dittgen <[EMAIL PRO

Re: [Flashcoders] flash vars questions.

2008-09-01 Thread Rajiv Seth (Pixelated)
Hi, it's very simple process. you can view this tutorial http://www.permadi.com/tutorial/flashVars/index.html You can view this too http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16417&sliceId=1 hope it will help. Rajiv Seth On Tue, Sep 2, 2008 at 7:39 AM, Gustavo Duenas < [EMAIL