RE: [Flashcoders] AS 2 Logging Library

2007-01-25 Thread Sönke Rohde
You might also want to look at zeroi: http://osflash.org/zeroi Works with mtasc and trace-replacements and has is compatible with Luminix, Xray, SOS and could be extended easily. Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy

[Flashcoders] External Image smoothing

2007-01-15 Thread Sönke Rohde
Hi, Is it possible to adjust the quality of an external loaded Bitmap/JPG with Flash 8? When I look into the BitmapData class it can only be used with Bitmaps which are already in the library? Cheers, Sönke ___ Flashcoders@chattyfig.figleaf.com To

RE: [Flashcoders] Dynamic url for shared movie clips

2006-11-27 Thread Sönke Rohde
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ellen Sundh Sent: Monday, November 27, 2006 3:56 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Dynamic url for shared movie clips Hi! I want to be able to change the url

RE: [Flashcoders] Dynamic url for shared movie clips

2006-11-27 Thread Sönke Rohde
: Sveavägen 66 | SE-111 34 Stockholm www.greatworks.se Sönke Rohde wrote: Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ellen Sundh Sent: Monday, November 27, 2006 3:56 PM To: flashcoders@chattyfig.figleaf.com Subject

RE: [Flashcoders] Dynamic url for shared movie clips

2006-11-27 Thread Sönke Rohde
Ellen needs here, is to be able to change the path at runtime. Is this possible with swfmill? Jake On 27/11/06, Sönke Rohde [EMAIL PROTECTED] wrote: Yes, just take a swf with set sharedlib, swfmill swf2xml, change the path in the XML, swfmill xml2swf And you got it ;) Cheers

RE: [Flashcoders] Chopping an FLV

2006-11-07 Thread Sönke Rohde
Be sure to download the latest flvtool2.exe while using FLV Knife. The release on my website uses an older version and simply replace the flvtool2.exe. I will release a new version in the near future. Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [Flashcoders] Chopping an FLV

2006-11-07 Thread Sönke Rohde
No, it simply uses the commandline which is also displayed in the gui. Cheers, sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Lynch Sent: Tuesday, November 07, 2006 3:00 PM To: Flashcoders mailing list Subject: RE: [Flashcoders]

RE: [Flashcoders] Freelancer Class

2006-11-07 Thread Sönke Rohde
I don't know if it's a remnant. You may be doing property initialization and need to nail down scope: class Student { private var name:String function Student( name:String ) { this.name = name; } } That's just bad coding. Don't use class variable names as

Re: [Flashcoders] Vob to FLV without Sound

2006-09-05 Thread Sönke Rohde
Handbrake would be: VOB - .mp4 - FLV And some of your other ideas are: VOB - MPEG-1 - FLV VOB is already compressed MPEG-2, so you want to skip any intermediate compression step, especially MPEG-1, with it rigid format structure and wacky audio of its own. On 9/4/06, Sönke Rohde [EMAIL PROTECTED

RE: [Flashcoders] Vob to FLV without Sound

2006-09-04 Thread Sönke Rohde
: [Flashcoders] Vob to FLV without Sound There is a handbrake for Windows. http://prdownloads.sourceforge.net/tivo-mplayer/HandBrake-0.7. 0-cygwin.zip?download On 9/3/06, Sönke Rohde [EMAIL PROTECTED] wrote: Sönke Rohde wrote: Hi, Thanks for clearing this up but I expected

RE: [Flashcoders] Vob to FLV without Sound

2006-09-03 Thread Sönke Rohde
Ok, and which tool offers the best quality? I would consider encode with ffmpeg but it's quite a little obscur in options. Riva is nice and use ffmpeg. Fabio Sonatti has a blog thread that gives you hint about the good options to use with ffmpeg for flv. I wonder in ffmpeg can't

RE: [Flashcoders] Vob to FLV without Sound

2006-09-02 Thread Sönke Rohde
a video editor to export the video track and the audio track back out as a single file and then go to final compression. On 9/1/06, Sönke Rohde [EMAIL PROTECTED] wrote: Hi, I tried to convert a Vob to FLV using Sorenson Squeeze 4.2. The preview plays audio but when I try to encode

[Flashcoders] Vob to FLV without Sound

2006-09-01 Thread Sönke Rohde
Hi, I tried to convert a Vob to FLV using Sorenson Squeeze 4.2. The preview plays audio but when I try to encode it the sound is missing. Thanks, Sönke ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Dynamically Loading JPGs ~ Strange Behavior

2006-09-01 Thread Sönke Rohde
Hi, Do you load the files case sensitive. Maybe this is your problem. Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, September 01, 2006 7:24 PM To: flashcoders@chattyfig.figleaf.com Subject:

RE: [Flashcoders] FLV total time property?

2006-08-24 Thread Sönke Rohde
The totalTime is part of the metadata. Catch the onMetaData-Event and you got it. Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael Sent: Thursday, August 24, 2006 6:57 PM To: Flashcoders mailing list Subject:

RE: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread Sönke Rohde
Hi, Or you build your own projector with visual studio / c#: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp .htm?context=LiveDocs_Partsfile=1975.html Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Flashcoders] Abstract Classes and Interfaces ...

2006-06-21 Thread Sönke Rohde
No, they are not: http://en.wikipedia.org/wiki/Abstract_class http://en.wikipedia.org/wiki/Interface_%28computer_science%29 Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Ford Sent: Wednesday, June 21, 2006 8:49 AM To:

RE: [Flashcoders] Disable all buttons

2006-05-26 Thread Sönke Rohde
Hi, Did you try Button.prototype.enabled = false; MovieClip.prototype.enabled = false; Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Thibault Sent: Friday, May 26, 2006 4:38 PM To: Flashcoders mailing list Subject:

RE: [Flashcoders] FDT weirdness

2006-05-05 Thread Sönke Rohde
Did you try to restart Eclipse? Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seb L Sent: Friday, May 05, 2006 12:35 PM To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] FDT weirdness FDT has suddenly stopped doing

RE: [Flashcoders] FDT weirdness

2006-05-05 Thread Sönke Rohde
And is the path with your classes added to the classpath? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seb L Sent: Friday, May 05, 2006 12:35 PM To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] FDT weirdness FDT has suddenly

[Flashcoders] Old Flashplayer Standalone

2006-04-12 Thread Sönke Rohde
Hi, I am looking for older Flash Players standalone. I got http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14266 which only offers the different plugin-versions. Are the .exe-Players available too? Thanks, Sönke ___

RE: [Flashcoders] Flv streaming end detection

2006-04-07 Thread Sönke Rohde
Hi, This could also be a problem of the encoder you used. I know that sorenson inserts wrong metadata. I would try updating/correcting the metadata using FLVTool2 (command-line): http://blog.inlet-media.de/flvtool2/ Or you can try the GUI FLV Knife for FLVTool2 which I build:

RE: [Flashcoders] Flv streaming end detection

2006-04-07 Thread Sönke Rohde
07, 2006 6:29 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flv streaming end detection Any chance of Mac OS X solutions? On 4/7/06, Sönke Rohde [EMAIL PROTECTED] wrote: Hi, This could also be a problem of the encoder you used. I know that sorenson inserts wrong metadata

RE: [Flashcoders] Flex Apps versus Flash Projector apps

2006-04-06 Thread Sönke Rohde
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, April 05, 2006 7:05 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flex Apps versus Flash Projector apps The only reason Flex 2 isn't realistic for creating

RE: [Flashcoders] what´s the catch?

2006-03-30 Thread Sönke Rohde
You should use the MovieClipLoader-Class which fires an onLoadError-event. There are many examples in the helpfiles. Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Måseide Sent: Thursday, March 30, 2006 2:10 PM To:

RE: [Flashcoders] FLV and DRM

2006-03-30 Thread Sönke Rohde
There is no real DRM using FLV. With the use of the Flash Media Server you can avoid caching the FLVs. Cheers, Sönke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yotam Laufer Sent: Thursday, March 30, 2006 3:39 PM To: Flashcoders mailing list

Re: [Flashcoders] Tool to Create Multiple FLV Files from One

2006-02-10 Thread Sönke Rohde
Hi, I guess you mean FLVTool2: http://inlet-media.de/flvtool2/ Currently I am writing a GUI for FLVTool2. If you like to test it please write me offlist. Cheers, Sönke Hey all, A few months back I saw a flash blog mentioning a tool that will split a FLV file into multiple files via command

AW: [Flashcoders] BitmapData.loadBitmap in external SWF

2006-01-30 Thread Sönke Rohde
: [Flashcoders] BitmapData.loadBitmap in external SWF i am not 100% sure, but as far as i know you can t access a libary of a loded swf from the main swf. On 1/29/06, Sönke Rohde [EMAIL PROTECTED] wrote: Hi, I have got a problem with BitmapData.loadBitmap used in an external loaded

[Flashcoders] BitmapData.loadBitmap in external SWF

2006-01-29 Thread Sönke Rohde
Hi, I have got a problem with BitmapData.loadBitmap used in an external loaded swf. When I run my external SWF all works as expected but when I load the SWF from my main movie the BitmapData fails to load. The bitmapdata is exported with a linkageId in my external SWF. It seems like my main movie

Re: [Flashcoders] SetInterval Magic

2006-01-11 Thread Sönke Rohde
Hi, This is a scope-issue. Try import mx.utils.Delegate ... setInterval(Delegate.create(this, func), 2000); Cheers, Sönke Hi Coders, In following code, I am creating a new dynamic movie clip (in function N1 of script object) and associating the handler for unload event. Next I am

Re: [Flashcoders] flv repeating?

2005-12-22 Thread Sönke Rohde
Here is pretty much all I am doing and its hand coded... var nc:NetConnection = new NetConnection(); nc.connect(null); var ns:NetStream = new NetStream(nc); theVideo.attachVideo(ns); ns.setBufferTime(10); ns.onStatus = function(info) { trace(info.code); if(info.code

Re: [Flashcoders] flv repeating?

2005-12-21 Thread Sönke Rohde
Not sure what the reason is behind this but it seems like all of my flv's seem to repeat when they have finished playing? Is there a method that will tell the video when the video has completed to stop? Not sure what the best way to do this would be... thanks! Corban Baxter  |