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 And

[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 chan

RE: [Flashcoders] Dynamic url for shared movie clips

2006-11-27 Thread Sönke Rohde
lash IDE. > > What I needed to do, and I think what 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

RE: [Flashcoders] Dynamic url for shared movie clips

2006-11-27 Thread Sönke Rohde
e: +46 73 200 40 73 | Office: +46 8 528 077 73 > Address: Sveavägen 66 | SE-111 34 Stockholm > > www.greatworks.se > > > > Sönke Rohde wrote: > > Hi, > > > > > >> -Original Message- > >> From: [EMAIL PROTECTED] > >

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 chan

RE: [Flashcoders] Acronym for Actionscript/Flash/Flex

2006-11-27 Thread Sönke Rohde
Hi Dave, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Dave Watts > Sent: Sunday, November 26, 2006 8:19 PM > To: Flashcoders mailing list > Subject: RE: [Flashcoders] Acronym for Actionscript/Flash/Flex > > > Maybe "Flash" or "FLASH" is enou

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 cla

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: [Flashcod

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 PROTECTE

Re: [Flashcoders] Vob to FLV without Sound

2006-09-04 Thread Sönke Rohde
gt; Quicktime Animation -> FLV 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 aud

RE: [Flashcoders] Vob to FLV without Sound

2006-09-04 Thread Sönke Rohde
shcoders mailing list > Subject: Re: [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: > &

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

RE: [Flashcoders] Vob to FLV without Sound

2006-09-03 Thread Sönke Rohde
> Sönke Rohde wrote: > > Hi, > > > > Thanks for clearing this up but I expected Squeeze to > handle this internaly. > > Does anybody know a solution where video and audio of Vob-files are > > converted together? > > > > Thanks, > > Sönke

RE: [Flashcoders] Vob to FLV without Sound

2006-09-03 Thread Sönke Rohde
Ok, and which tool offers the best quality? Cheers, Sönke > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of erixtekila > Sent: Saturday, September 02, 2006 2:38 PM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Vob to FLV without Soun

RE: [Flashcoders] Vob to FLV without Sound

2006-09-02 Thread Sönke Rohde
format like Quicktime Animation and then use 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 conv

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:

[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: htt

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 > Subje

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_Parts&file=1975.html Cheers, Sönke > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > O

RE: [Flashcoders] dynamic shared libraries

2006-08-01 Thread Sönke Rohde
You can use swfmill. Just do swf2xml change the path to the sharedlib and xml2swf back to your swf. Cheers, Sönke > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of jordan robinson > Sent: Tuesday, August 01, 2006 7:09 PM > To: Flashcoders mailing

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:

[Flashcoders] Image in HTML-TextField doesn't get loaded

2006-05-20 Thread Sönke Rohde
Hi, I got the problem, that images within HTML-Textfields don't show up. When I test the site on my local webserver all works fine but not online on my server. I can't imagin any problems with my server or any chmod issues. Here an example: The part within the content-node is set as text: Test

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 sudden

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

RE: [Flashcoders] Old Flashplayer Standalone

2006-04-12 Thread Sönke Rohde
ad.macromedia.com/pub/flash/esd/flashmx_trial_en.exe > > /Johan > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Sönke > Rohde > Sent: den 12 april 2006 12:36 > To: 'Flashcoders mailing list' > Subject: [Flashcoders] O

[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 ___ Flashcoders@chattyfig

RE: [Flashcoders] server-side convert to flv

2006-04-11 Thread Sönke Rohde
If you like to use PHP have a look at http://ffmpeg-php.sourceforge.net/ Cheers, Sönke > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Marc Hoffman > Sent: Tuesday, April 11, 2006 6:42 PM > To: Flashcoders mailing list; Flashcoders mailing list

RE: [Flashcoders] Flv streaming end detection

2006-04-07 Thread Sönke Rohde
t; Sent: Friday, April 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 probl

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: http://soenkerohde.com

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 c

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 maili

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: Flas

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
ing list > Betreff: Re: [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, >

[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 h

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 a

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); >

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