[Flashcoders] Re: I Must Be Asking This Question Wrong... (beno -)

2010-02-03 Thread Brian Weil
+1 Ban beno ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Re: lightweight AS2 combobox?

2008-02-24 Thread Brian Weil
, 2008 at 3:31 PM, Brian Weil [EMAIL PROTECTED] wrote: Does anybody have a good, lightweight AS2 combobox? The default flash AS2 combobox is around 50k in an otherwise 5k swf. I just need to display the 50 USA states in a flash form and the added 50K is way too much. Thanks, Brian

[Flashcoders] lightweight AS2 combobox?

2008-02-22 Thread Brian Weil
Does anybody have a good, lightweight AS2 combobox? The default flash AS2 combobox is around 50k in an otherwise 5k swf. I just need to display the 50 USA states in a flash form and the added 50K is way too much. Thanks, Brian ___ Flashcoders

RE: [Flashcoders] swfobject still preferred method?

2007-10-19 Thread Brian Weil
If you're already using a javascript framework check for swf support. Mootools has this in the upcoming release: http://svn.mootools.net/trunk/Source/Swiff/Swiff.js No sense in using swfobject if your framework has it built in. Brian -Original Message- From: [EMAIL PROTECTED]

[Flashcoders] RE: OT: Extract flv metadata using php

2007-05-31 Thread Brian Weil
something useful out of them. http://blog.netxus.es/projects/flv4php looks like an flv module for getID3, it might very well be included, can't be certain though... http://getid3.sourceforge.net/source/module.audio-video.flv.phps hope this helps some, Dunc On 5/30/07, Brian Weil [EMAIL PROTECTED

[Flashcoders] OT: Extract flv metadata using php

2007-05-30 Thread Brian Weil
Does anybody know how to extract flv metadata using php(without ffmpeg or other binaries)? I can do it on the client side with flash, but I'm generating playlists via php and I would like to include the duration of the movie in the playlist xml file. Thanks, Brian

[Flashcoders] RE: Zombie symbol - can't get rid of some text

2007-05-09 Thread Brian Weil
Maybe you are not viewing the entire work area in the flash IDE? If the text is not showing up in the library it may just be some accidentally pasted text somewhere off stage that is not in a symbol. Open the file in flash and go to View-Work Area then look around your stage for the offending

[Flashcoders] * Paid Project * - FLV Player Skin, enhancements

2007-04-19 Thread Brian Weil
I'm looking for an actionscript developer to customize the flv player here: http://www.jeroenwijering.com/?item=flash_video_player All of the graphics are complete and I have a prototype of the skin working with an older version of the source code, but need further enhancements within a tight

[Flashcoders] RE: Seeking in a Progressively Downloaded FLV

2007-02-07 Thread Brian Weil
Jeff, This can be done with some clever server-side code, a properly coded media player and flv's with metadata injected. All the sources you need are here: http://www.jeroenwijering.com/?item=Flash_Video_Player including a php implementation of the server-side script. Read his code for that

[Flashcoders] FFMPEG - On2 VP6 support

2006-12-05 Thread Brian Weil
Has anybody successfully compiled FFMPEG with the On2 VP6 codec to produce VP6 compressed flv's on the fly? I'm using FFMPEG on the server to convert videos to flv and deliver them to my streaming provider. I'm trying to add VP6 support to the compressor so I can get higher quality video files

[Flashcoders] RE: VitalStream Bandwidth detection

2006-10-05 Thread Brian Weil
I solved this. This is actually part of the final solution. The problem is, the code returns an empty value for onBWCheck and onBWcomplete never fires. I finally discovered the key piece of code after a lot of trial and error. There is a boolean being passed to the server in the following code:

[Flashcoders] VitalStream Bandwidth detection

2006-10-03 Thread Brian Weil
Does anybody have code to detect users bandwidth on VitalStream? I'm using the custom player source provided by vitalstream but it only works with single bitrate streams. When I try to use a multi bitrate stream as the sname parameter in the m_XMLURI string the player fails. Looking through the

RE: [Flashcoders] VitalStream Bandwidth detection

2006-10-03 Thread Brian Weil
Hey Brian. Can you give a little more info? Are you passing a smil xml file to the flv player or are you trying to detect based on the bandwidth profile being returned from the server? I think you would have to be familiar with the vitaltream service to really understand my question. I'm

[Flashcoders] Loaded Jpegs dissapear after loop

2006-08-23 Thread Brian Weil
I have a flash movie that plays a small intro text while a slideshow of 5 images are being loaded into 5 instances of a container movieclip. The goal is to play the intro, then start the slideshow but when the last slide is viewed, loop back to the first slide, skipping the intro text. I have the