[Flashcoders] Building ActionScript-Only State-of-the-Art Video Players -- An In-Depth How-To Code Walkthrough (Using Codebase of Open Source Strobe Media Playback)

2010-11-15 Thread greg h
Flash Player 10.1 introduced vital new video delivery options: - HTTP Dynamic Streaming (Live and VoD) - RTMFP Groups for Peer Assisted Multicasting (Live) - Flash Access DRM Support (Live and VoD) Each of these 3 new delivery options requires significant logic client-side in the video

[Flashcoders] **TODAY** Developers: Flash Platform -- Building State of the Art Video and Media Players ** Online-only, Public User Group Meeting -- TODAY Wednesday January 20 @ 12:00 NOON PST

2010-01-19 Thread greg h
The online-only OSMF User Group http://groups.adobe.com/groups/7af970e6e4is pleased to have a live presentation **TODAY** on OSMF's new features by a developer from the OSMF Team, Edwin van Rijkomhttp://nl.linkedin.com/in/vanrijkom, Sr. Computer Scientist at Adobe. This meeting is open to all who

[Flashcoders] Flash Video and Media Player Developer User Group Launching (Online-only) | Thur 11/19 @ 10:00 AM PST

2009-11-17 Thread greg h
Build State of the Art Flash Video and Media Players. Targeting worldwide specialists who develop and deploy Flash Video and Media Players, a new online-only, public user group is launching this Thursday 11/19 @ 10:00 AM PST. All are welcome. Please forward notice about this meeting to all who

Re: [Flashcoders] Integrating Flash SWFs with Flex

2007-08-03 Thread greg h
Hi Matt, First, Flex 2 is AS3 only. So if you intend your interactive charting widget to integrate with Flex create it in Flash CS3 using AS3. (The background is ... In Flash Player, AS3 runs in its own AVM2 (ActionScript Virtual Machine 2). AVM2 exists only in Flash Player 9 and higher. In

Re: [Flashcoders] How to use media server alongwith webserver for video streaming

2007-07-24 Thread greg h
Hi Abhishek, Bob's summary is 100% correct. For more detail, you might want to check out the heading About streaming video here on the Delivery options for Flash video page of the Flash video learning guide: http://www.adobe.com/devnet/flash/articles/video_guide_02.html Also this page may help

[Flashcoders] Flash Media Server Component Usage Survey

2007-07-12 Thread greg h
Do you work with the Flash Media Server? If so, the FMS product team would like feedback on how you use the FMS componentshttp://www.adobe.com/devnet/flashmediaserver/articles/components.html. Or, if you do not use them, why not. The product team has opened up a survey at the following link.

[Flashcoders] Alternate ActionScript-centric Support Mailing Lists

2007-07-01 Thread greg h
Just curious, other than FlashCoders, are there any active ActionScript-centric support mailing lists? Recommendations of any good ones would be appreciated ;-) g ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

[Flashcoders] fyi ... Adobe's Marketing Of Flash and Apollo Should Be Copied By Others

2007-06-26 Thread greg h
Following is a link for a blog post that is a nice, feel good piece for the teams at Adobe and for the Adobe community: Adobe's Marketing Of Flash and Apollo Should Be Copied By Others http://blog.streamingmedia.com/the_business_of_online_vi/2007/06/adobes-marketin.html I just hope competitors

Re: [Flashcoders] Flash CS3 Prof copy: missing Tree component.

2007-06-07 Thread greg h
Ian, thank you for the link on Robert Taylor's FlashInterface. Regarding Scott's intuitive response, the responses by Austin, Muzak and Ian pretty much tell the story. When I used the word stupefying the other day this is what I meant. Just to recap: AS2 to AS3 - At runtime can only integrate

[Flashcoders] Flash Remoting for Flash CS3 AS3

2007-06-06 Thread greg h
As yet Adobe has not updated Flash Remoting for Flash CS3 AS3. Following are links to 3 sources documenting how to make remoting calls in AS3 using NetConnection.call(...)http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/NetConnection.html#call%28%29 . NOTE: I have not

Re: [Flashcoders] Flash CS3 Prof copy: missing Tree component.

2007-06-06 Thread greg h
Jason, Regarding How about calling a WSDL - Webservice? Not possible in CS3? First I just want to rephrase that as Flash CS3 AS3 because for the AS2 components (aka V2 components) nothing has changed from Flash MX 2004 to Flash 8 to Flash CS3 (except FLVPlayback being introduced with Flash 8).

Re: [Flashcoders] Exporting a swf to an FLV

2007-06-06 Thread greg h
Patrick, I know of no way to export swf directly to FLV. Flash CS3 has introduced a new option on export to Quicktime. Once an MOV has been rendered, you can use the Flash Video Encoder (or encoder of your choice) to transcode into FLV. Animators who use Flash for broadcast have long

Re: [Flashcoders] Flash CS3 Prof copy: missing Tree component.

2007-06-05 Thread greg h
Yes, who would have believed that Flash CS3 would yield AS3 components that are: - a reduced set of UI components from AS2 - no data components - elimination of databinding And as Randy points out, all this in the run up to Microsoft's Silverlight release. Based on my decades of

Re: [Flashcoders] Flash CS3 Prof copy: missing Tree component.

2007-06-05 Thread greg h
Yes, Flex has AS3 versions of all of the components that Flash 8 had and then some. That is the point. The message is pretty clear: If you want a comprehensive, state of the art component set use Flex. You can preview the full set of Flex UI components here:

Re: [Flashcoders] Flash CS3 Prof copy: missing Tree component.

2007-06-05 Thread greg h
Regarding Jason's question, NO. As yet Flash CS3 has no AS3 classes/components for WebService or Remoting. And no where have I seen any promised. (I would like to see them, so if anyone from Adobe is on this list and might like to tell us that there one day will be Flash CS3 AS3 Data

Re: [Flashcoders] Flash CS3 Prof copy: missing Tree component.

2007-06-05 Thread greg h
Spot on Austin. Yup. You then get the new software ... and try to port an application and You then cannot ... because you ... have ... components ... missing. Yes sirree, that is how I figured it out. Regarding It would be good if Adobe could make an official statement on this. Like maybe a

[Flashcoders] Error 2152 when selecting Fullscreen Button on Flash CS3 AS3 FLVPlayback component

2007-05-29 Thread greg h
I am wondering if anyone has encountered the following (and if so if you offer any solutions). Flash CS3 includes an AS3 FLVPlayback component which has several skins that support fullscreen. When running the resulting SWF in a browser that has the debug player, when the fullscreen button is

Re: [Flashcoders] Re: should be simple: MovieClip drawing API

2007-04-27 Thread greg h
fyi ... For AS3 examples of Drawing API this link is the bomb: http://www.3gcomm.fr/Flex/PrimitiveExplorer/Flex2PrimitiveExplorer.html Each primative class includes Class Call Sample code. Right-click for View Source. On source page, bottom right has Download source option. Explanation by the

Re: [Flashcoders] Flash 9 CS3 - Key questions

2007-04-26 Thread greg h
Regarding Flash / Flex integration ... As a Flash developer I have felt that Adobe was doing a pretty crappy job explaining Flash / Flex integration. Now I understand that they were just waiting to release Flash CS3. After all, Flex 2 is exclusively AS3 based. So in retrospect it seems fair

[Flashcoders] Adobe to Open Source Flex!!!

2007-04-25 Thread greg h
Oh, my God. Who would ever have thunk it! ADOBE HAS PUT UP AN ANNOUNCEMENT THAT THEY WILL BE OPEN SOURCING FLEX. THE WHOLE KIT AND KABOODLE!!! http://labs.adobe.com/wiki/index.php/Flex:Open_Source It will take time, but likely by this time next year it will all be out there! TRULY, NOW,

Re: [Flashcoders] Controlling flv

2007-03-13 Thread greg h
Adrian, Have you gotten this resolved yet? I am a little rusty on the FLVPlayback component. It wraps the VideoPlayer class. If you look on the docs there are a number of properties on VideoPlayer that you might be able to use to construct the logic you describe. Docs here:

Re: [Flashcoders] gotoandlearn.com (what is he using to capture his input)

2007-02-02 Thread greg h
Back in May 2005, I had asked Lee. At that time he graciously replied. I am confident that Lee won't object to my sharing with you his reply from that time: I have been using Camtasia to record the screen into AVI files. From there I bring them into Premiere and edit them together if there are

Re: [Flashcoders] Flex vs. Laszlo

2007-01-30 Thread greg h
Cort, Thank you very much for your very thoughtful and informed post. This is a great time to be a Flash developer. It is great watching the Flash/SWF ecosystem expanding. I have my hands full with Flash and Flex. But I appreciate having an understanding of how others generate swfs. Your

Re: [Flashcoders] Flex vs. Laszlo

2007-01-29 Thread greg h
William, This came up on FlexCoders last month. Following is a link to a reply I posted there (that in turn includes links out to other sources): http://tech.groups.yahoo.com/group/flexcoders/message/59767 I am interested in a thorough comparison of Flex 2 vs Laszlo, so if anyone can provide a

Re: [Flashcoders] LoadVars.send() in Flash 9 Player

2007-01-19 Thread greg h
David, Per the link that follows below, the AS2 LoadVars.send() Method is changed in AS3 to flash.net.sendToURL() Source: ActionScript 2.0 Migration: The following table describes the differences between ActionScript 2.0 and 3.0.

Re: [Flashcoders] FlexBuilder/Actionscript 3 Meta Tags

2007-01-02 Thread greg h
Kalani, For code hints, I believe you are looking for the [Inspectable] metadata tag. [Inspectable] is used by both Flash and Flex components. For Flash 8, the doc page on [Inspectable] is here: http://livedocs.macromedia.com/flash/8/main/3033.html For Flex 2, the doc page on

Re: [Flashcoders] Q:AS2 AS3 and loop speed

2006-12-22 Thread greg h
Hi jbach, You ask about differences for as2, and as3. But you preface it with I know this has been discussed ad nauseam for as1. I think any performance comparisons of AS1 to AS3 would be the same for AS2 to AS3. fwiw, my understanding is that *at runtime* AS1 and AS2 are one-and-the-same.

Re: [Flashcoders] 8 sounds maximum limit

2006-12-19 Thread greg h
Patrick, I can not answer this one from experience. However, following is a link into the LiveDocs for Sound object the Flash AS3 preview:

Re: [Flashcoders] Cairngorm

2006-12-18 Thread greg h
Bram, Cairngorm has been used on Flash only projects (although not by me ;-). Following are 3 links related to 2 occasions that this question came up last month here on this list. http://chattyfig.figleaf.com/pipermail/flashcoders/2006-November/175801.html

Re: [Flashcoders] AS3 with Flash Authoring 9

2006-12-16 Thread greg h
Daniel, AS3 requires Flash Player 9. Is that dependency ok for your application? As of the latest FP penetration stats (Sept '06), FP9 is only at around 36% (of the known universe). Some have reported successfully deploying on external facing sites with the express install very easily

Re: [Flashcoders] Flashcoders - Flashcomm

2006-12-08 Thread greg h
Dennis, The Flashcomm list has been back up since Nov 1. My guess is that you need to resubscribe. I think the corruption that brought the list down resulted in the subscriber list being lost. I am guessing that because there has been very low traffic since it came back up. The following

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-07 Thread greg h
I am not at all knowledgeable about 3D. So I offer the following observations only as an observer looking in. Adobe already has 3D in Acrobat. Six weeks ago at MAX there was a sneak peek of an Acrobat 3D / Flash mashup. Here is the description off of

Re: [Flashcoders] Image as intro to FLV

2006-11-27 Thread greg h
Not to detract in any way from Jason's excellent solution. I very much appreciate his sharing. And I love the fotoko.com UI. Very nicely done :-) Just as an fyi ... a solution is also provided in a January 2005 Devnet article by Lisa Larson under the heading Generating Dynamic Thumbnails:

Re: [Flashcoders] migrating to Flex

2006-11-27 Thread greg h
Millie, I think Dave and Kent pretty much answered your question about Flex cost. Since you mention education licenses, one thing I can add is that academic licenses for Flex 2 w/Components are a mere $79! Of course you have to be a student, teacher, professor, etc. One source here:

Re: [Flashcoders] Flash webcam sites ...

2006-11-15 Thread greg h
webcam component: http://parentnode.org/uncategorized/free-webcam-based-barcode-scanner-component/ Does anyone have any other Flash webcam sites they can add to the list? hth, g On 10/2/06, greg h [EMAIL PROTECTED] wrote: Stephen, Following are some sample sites. Not Community sites

[Flashcoders] ActionScript 3 API Poster (PDF download @ Flex.org)

2006-10-18 Thread greg h
ActionScript 3 API PDF at Flex.org www.flex.org/download/AS3API_01.pdf print dimensions 40x28 fyi ... Acrobat Drawing Error has been reported by some on opening the pdfs also ... Flex 2 Framework API PDF at Flex.org www.flex.org/download/FX2API_01.pdf print dimensions 48x36 For sale onsite at

[Flashcoders] Now Shipping: ActionScript 3. 0 Cookbook – Solutions for Flash Platform and F lex Application Developers

2006-10-15 Thread greg h
fyi ... O'Reilly is now shipping: ActionScript 3.0 Cookbook Solutions for Flash Platform and Flex Application Developers By Joey Lott, Darron Schall, Keith Peters http://www.oreilly.com/catalog/actscpt3ckbk/#top ___ Flashcoders@chattyfig.figleaf.com To

Re: [Flashcoders] OT- subscribe to Flashcomm list

2006-10-04 Thread greg h
fyi ... Following was posted a week ago on the bloghttp://www.flashcomguru.com/index.cfm/2006/9/27/flashmedialistover at flashcomguru.com: September 27, 2006 Alternative Mailing List for Flashcom and Flash Videohttp://www.flashcomguru.com/index.cfm/2006/9/27/flashmedialist After I have been

Re: [Flashcoders] Rendering flash 8 to video

2006-10-03 Thread greg h
Alias, SWF2Video was also used in the cases detailed in these two Devnet articles: Migrating Flash Projects to Video by Chris Georgenes www.adobe.com/devnet/flash/articles/flash_to_video.html Taking Flash Animation to DVD Video (Broken Saints) by Brooke Burgess

Re: [Flashcoders] Flashcom mailing list

2006-10-02 Thread greg h
Following was posted last week on the bloghttp://www.flashcomguru.com/index.cfm/2006/9/27/flashmedialistover at flashcomguru.com: September 27, 2006 Alternative Mailing List for Flashcom and Flash Videohttp://www.flashcomguru.com/index.cfm/2006/9/27/flashmedialist After I have been receiving

Re: [Flashcoders] Flash webcam sites ...

2006-10-02 Thread greg h
Stephen, Following are some sample sites. Not Community sites or online chat. Perhaps others can post examples of those? Please post back regarding how you might use webcams in your Flash projects. hth, g Flex Barcode Reader http://renaun.com/blog/2006/05/17/33/ Grant Skinner Flash 8

Re: [Flashcoders] Video chat

2006-09-25 Thread greg h
. And the V1 Communication Components provided by Macromedia have never been updated. There are now some examples around Flex 2, but those are AS3. hth, g On 9/24/06, greg h [EMAIL PROTECTED] wrote: Mike, I believe a server is required for video chat with Flash. Either Flash Media Server

Re: [Flashcoders] How do you manage your classes?

2006-09-25 Thread greg h
Dan, I can not answer your specifc questions, so I hope that others will jump in and add their voices along with details about how they manage the problems you described. I just want to comment generally that Subversion is the successor to CVS. You can find full documentation here:

Re: [Flashcoders] Video chat

2006-09-24 Thread greg h
Mike, I believe a server is required for video chat with Flash. Either Flash Media Server or Red5. The sample apps for Flash Media Server include a Video Conference app, which is essentially video chat. You can download the sample apps here:

Re: [Flashcoders] How to hide my flash communication server address

2006-09-24 Thread greg h
Mudit, Why is the RTMP server address in your HTML? Can you post back the relevant portion of your HTML object or embed tags (masking your RTMP address, of course :-) If you RTMP address is not likely to change, could you embed the RTMP address in your SWF? Or if it might change you could

Re: [Flashcoders] flex simple question call function

2006-09-18 Thread greg h
Missing namespace in your mx:Application tag. Try: mx:Application creationComplete=drawer() xmlns:mx= http://www.adobe.com/2006/mxml; Name spacing the mx: prefix of the Flex components is required in every mx:Application tag (and top level tag in all Flex components). Flex Builder 2

[Flashcoders] Breeze in Acrobat 8 and renamed Adobe Acrobat Connect

2006-09-18 Thread greg h
fyi ... The Flash/Acrobat integration begins ... sort of ... Adobe announced Acrobat 8 this morning. The announcement includes Acrobat Connect. Acrobat 8 Reader now includes menu options for Acrobat Connect which is essentially a rebranded Breeze service! Oh, and Breeze is now the Adobe

Re: [Flashcoders] bandwidth detection...

2006-09-16 Thread greg h
badi, Am I correct that you are NOT using the Flash Media Server? (fyi ... bandwidth detection is a feature of FMShttp://www.adobe.com/products/flashmediaserver/productinfo/features/#f-3-1 .) Normally I would suggest your cross posting your question on the FlashCommlist, but weirdly that list

Re: [Flashcoders] Webcam color tracking

2006-09-14 Thread greg h
Serge, Though I can not provide the source code, I have seen Grant Skinner demo an application that tracks LEDs. You can see it here: http://incomplet.gskinner.com/index2.html#mister In particular, at the link above select MISTER glove video. Grant explained the details. Perhaps others on

Re: [Flashcoders] Scrubber for streamed flv

2006-09-01 Thread greg h
Sammi, You might want to repost this question over on the FlashComm list: http://chattyfig.figleaf.com/mailman/listinfo/flashcomm Some members there have posted AS3/FMS2http://www.webservertalk.com/archive374-2006-5-1384149.html(though as yet, not an AS3 scrubber). The FlashComm list is