[Flashcoders] Batch wrapping a bunch of FLV files in SWFs

2009-04-30 Thread Henry Cooke
Anyone know a good way of doing this?
I've got a big stack of FLVs that I need to wrap up in SWFs so I can control
their timelines properly.

I'd love it if there was a command line tool like swfmill or  swftools to do
it, but I'm willing to try anything that works ;)

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


Re: [Flashcoders] Batch wrapping a bunch of FLV files in SWFs

2009-04-30 Thread Muzak

You know you can control flv's right?

- Original Message - 
From: Henry Cooke aninfinitenumberofmonk...@gmail.com

To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Thursday, April 30, 2009 7:23 PM
Subject: [Flashcoders] Batch wrapping a bunch of FLV files in SWFs



Anyone know a good way of doing this?
I've got a big stack of FLVs that I need to wrap up in SWFs so I can control
their timelines properly.

I'd love it if there was a command line tool like swfmill or  swftools to do
it, but I'm willing to try anything that works ;)

h.


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


[Flashcoders] :::: social bookmarking Flash widget

2009-04-30 Thread artur

does one exist out there?

im having issues using ShareThis ( cant create dynamic link content )
and AddThis ( not flash friendly..needs wmode transparency )

thanks
--

*artur :.*

- *www.artur.com*
- *ar...@artur.com*
- *ph:646.797.3320*

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


[Flashcoders] E4X question

2009-04-30 Thread Mendelsohn, Michael
Hi list...

I'm still relatively new with E4X.  I can't get seem to get this function to 
return the name of the floor that the department is on.  I.E., pass a string, 
traverse the xml, get the parent's name attribute.  In my second attempt, I 
figured to test for the property name first, because the root node doesn't have 
@name, but still no luck.  This should be easy, right?  It's probably obvious.

Thanks,
- Michael M.

private function getFloor(deptName:String):void{
// always errors
var theFilteredList:XMLList = FloorplanData..*.(@name==thisLabel);
// this doesn't work either
var f:XMLList = FloorplanData.*.(hasOwnProperty(name)  
attribute(name)==thisLabel);
}


?xml version=1.0 encoding=utf-8?
FloorplanData
floor name=1
dept name=Administration/
dept name=Reception/
/floor
floor name=2
dept name=Human Resources/
dept name=Finance/
/floor
floor name=3
dept name=Marketing/
dept name=Accounting/
/floor
floor name=4
dept name=Sales/
dept name=Legal/
/floor
/FloorplanData

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


RE: [Flashcoders] E4X question

2009-04-30 Thread Mendelsohn, Michael
Thanks for replying, Cor.  Yes, when the xml is loaded, the Event.COMPLETE 
function gets fired.  That part isn't the problem because I'm already doing 
other things with the XML.  It's just this bit that I can't get an XMLList for.

What really happens is Sprites within a ScrollPane component get a 
MouseEvent.MOUSE_UP event, and these sprites contain a TextField that has a 
string.  
Here's the real function below.  The string gets passed no problem.  I just 
can't get an XMLList built.

Thanks!
- Michael M.

private function onClick(m:MouseEvent):void{
// no problem here
var thisLabel:String = TextField(m.target[getChildAt](1)).text;
// should I build an XMLList containing everything first?
// no problem here either
trace(FloorplanData..floor);
// traces nothing
trace(FloorplanData..*.((hasOwnProperty(name))  
(attribute(name)==thisLabel)));
}

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


Re: [Flashcoders] AS3 Papervision Question

2009-04-30 Thread Omar Fouad
No one?

On Sun, Apr 26, 2009 at 8:49 AM, Omar Fouad omarfouad@gmail.com wrote:

 So there is a way to apply multiple movieClips, or material to a sphere?


 On Sun, Apr 26, 2009 at 8:41 AM, Christoffer Enedahl 
 christof...@enedahl.com wrote:

 That site is not using papervision, it's using prerendered clips, which is
 used celeverly with rotation.

 I havn't tried using a viewpoint as a material, but I think it should
 work, performance might be an issue though.

 /Christoffer

 Omar Fouad skrev:

 Hi all,
 I am wondering if I can create a 3D object in papervision, as a
 movieClip,
 and apply it as a material to a Sphere, like, for example some piramids
 placed on the Sphere.
 Another thing, If I would let each piramid on the sphere to have a
 specific
 click event, in this case I think that each piramid should be a different
 material object, so I can give to each one of them a different click
 event.
 Is this possible?
 I've seen this site http://www.bartleboglehegarty.com/, and I think,
 they
 did in a way, what I am trying to ask.

 Thanks in advance.




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




 --
 Omar M. Fouad - Adobe Flashâ„¢ Platform Developer
 www.omar-fouad.net
 Cellular: (+20) 1011.88.534
 Mail: m...@omar-fouad.net

 This e-mail and any attachment is for authorised use by the intended
 recipient(s) only. It may contain proprietary material, confidential
 information and/or be subject to legal privilege. It should not be copied,
 disclosed to, retained or used by, any other party. If you are not an
 intended recipient then please promptly delete this e-mail and any
 attachment and all copies and inform the sender. Thank you.




-- 
Omar M. Fouad - Adobe Flashâ„¢ Platform Developer
www.omar-fouad.net
Cellular: (+20) 1011.88.534
Mail: m...@omar-fouad.net

This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an
intended recipient then please promptly delete this e-mail and any
attachment and all copies and inform the sender. Thank you.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] [OT] Help needed in Bratislava

2009-04-30 Thread Kenneth Kawamoto
I need someone who can help me in Bratislava urgently. I need a voice 
recorded for a corporate Flash piece I am working on.


If you have a microphone and can record voice digitally in Bratislava, 
please contact me off-list.


The job is straightforward and the recording should not take long.

TIA,

Kenneth

--
Kenneth Kawamoto
http://www.materiaprima.co.uk/
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Batch wrapping a bunch of FLV files in SWFs

2009-04-30 Thread Steve Mathews
http://www.ffmpeg.org/ maybe?

On Thu, Apr 30, 2009 at 10:23 AM, Henry Cooke 
aninfinitenumberofmonk...@gmail.com wrote:

 Anyone know a good way of doing this?
 I've got a big stack of FLVs that I need to wrap up in SWFs so I can
 control
 their timelines properly.

 I'd love it if there was a command line tool like swfmill or  swftools to
 do
 it, but I'm willing to try anything that works ;)

 h.
 ___
 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] E4X question

2009-04-30 Thread Gregory Boland
Mike,

take the XMLList that you have and run a for each loop on it looking for a
match at the name attribute

for each (var element:XML in FloorPlanData.floor){
   if(eleme...@name == thisLabel){
   return element

   }

}

or something along those lines

Hope this is what you were asking

greg


On Thu, Apr 30, 2009 at 3:23 PM, Mendelsohn, Michael 
michael.mendels...@fmglobal.com wrote:

 Thanks for replying, Cor.  Yes, when the xml is loaded, the Event.COMPLETE
 function gets fired.  That part isn't the problem because I'm already doing
 other things with the XML.  It's just this bit that I can't get an XMLList
 for.

 What really happens is Sprites within a ScrollPane component get a
 MouseEvent.MOUSE_UP event, and these sprites contain a TextField that has a
 string.
 Here's the real function below.  The string gets passed no problem.  I just
 can't get an XMLList built.

 Thanks!
 - Michael M.

 private function onClick(m:MouseEvent):void{
// no problem here
var thisLabel:String = TextField(m.target[getChildAt](1)).text;
// should I build an XMLList containing everything first?
// no problem here either
trace(FloorplanData..floor);
// traces nothing
trace(FloorplanData..*.((hasOwnProperty(name)) 
 (attribute(name)==thisLabel)));
 }

 ___
 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] E4X question

2009-04-30 Thread Muzak

var floorplan:XML = FloorplanData
floor name=1
 dept name=Administration/
 dept name=Reception/
/floor
floor name=2
 dept name=Human Resources/
 dept name=Finance/
/floor
floor name=3
 dept name=Marketing/
 dept name=Accounting/
/floor
floor name=4
 dept name=Sales/
 dept name=Legal/
/floor
/FloorplanData;

var dep:String = Reception;

trace(floor: , floorplan.floor.dept.(@name == dep).parent().toXMLString());

//output:
floor:  floor name=1
 dept name=Administration/
 dept name=Reception/
/floor

Is that what you're looking for?

regards,
Muzak

- Original Message - 
From: Mendelsohn, Michael michael.mendels...@fmglobal.com

To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Thursday, April 30, 2009 8:43 PM
Subject: [Flashcoders] E4X question



Hi list...

I'm still relatively new with E4X.  I can't get seem to get this function to return the name of the floor that the department is 
on.  I.E., pass a string, traverse the xml, get the parent's name attribute.  In my second attempt, I figured to test for the 
property name first, because the root node doesn't have @name, but still no luck.  This should be easy, right?  It's probably 
obvious.


Thanks,
- Michael M.

private function getFloor(deptName:String):void{
// always errors
var theFilteredList:XMLList = FloorplanData..*.(@name==thisLabel);
// this doesn't work either
var f:XMLList = FloorplanData.*.(hasOwnProperty(name)  
attribute(name)==thisLabel);
}


?xml version=1.0 encoding=utf-8?
FloorplanData
floor name=1
dept name=Administration/
dept name=Reception/
/floor
floor name=2
dept name=Human Resources/
dept name=Finance/
/floor
floor name=3
dept name=Marketing/
dept name=Accounting/
/floor
floor name=4
dept name=Sales/
dept name=Legal/
/floor
/FloorplanData

___
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