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 Herrman
 Sent: Thursday, January 25, 2007 5:43 PM
 To: Flashcoders
 Subject: [Flashcoders] AS 2 Logging Library
 
 I'm looking for a good logging library compatible with Flash 7 along
 the lines of log4j.  I found this one, which looks exactly like what I
 want:
 
 http://code.audiofarm.de/Logger/
 
 but it won't build with MTASC (works fine in the FlashIDE though).
 Does anyone know if there's a version of it that works with MTASC, or
 other similar libraries that do?  I saw log4f, which is an extension
 of the one I found, but it looks like the extensions were all for
 Flex, which I don't use.
 
 What do you all use for logging?  Up till now I had my own simple
 logging classes written, but I keep finding myself extending it, and
 I've gotten to the point where it would be better to find a full
 logging solution instead of continuing to work on mine (originally
 mine was really simple, but keeps getting more and more complicated).
 
-Andy
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 of my movie clip that is 
 imported from a shared library in runtime. Instead of 
 entering the url for runtime sharing in the authoring 
 enviroment in hte Linkage dialouge box, I want to do it on 
 the fly. Is this possible?
 
 Thanks in advance!

The only way I know is using SWFMill (http://swfmill.org/)

Cheers,
Sönke

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Dynamic url for shared movie clips

2006-11-27 Thread Sönke Rohde
Yes, just take a swf with set sharedlib, swfmill swf2xml, change the path in
the XML, swfmill xml2swf
And you got it ;)

Cheers,
Sönke

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Ellen Sundh
 Sent: Monday, November 27, 2006 5:12 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Dynamic url for shared movie clips
 
 Thanks! Looks interesting!
 
 Ellen
 
 ...
 
 Ellen Sundh |  Flash Developer |  Great Works 
 Mobile: +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] 
  [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 of my movie clip that is 
  imported from a shared library in runtime. Instead of 
  entering the url for runtime sharing in the authoring 
  enviroment in hte Linkage dialouge box, I want to do it on 
  the fly. Is this possible?
 
  Thanks in advance!
  
 
  The only way I know is using SWFMill (http://swfmill.org/)
 
  Cheers,
  Sönke
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Dynamic url for shared movie clips

2006-11-27 Thread Sönke Rohde
Hi Jake,

But you could use swfmill one the serverside as well I think,.

Cheers,
Sönke

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Jake Prime
 Sent: Monday, November 27, 2006 6:29 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Dynamic url for shared movie clips
 
 Hi Sönke,
 
 I had this problem on a project a while back. Unless I am missing
 something this solution does not appear to be making the path dynamic,
 but instead setting the path using swfmill rather than the Flash 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 swf2xml, 
 change the path in
  the XML, swfmill xml2swf
  And you got it ;)
 
  Cheers,
  Sönke
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf
   Of Ellen Sundh
   Sent: Monday, November 27, 2006 5:12 PM
   To: Flashcoders mailing list
   Subject: Re: [Flashcoders] Dynamic url for shared movie clips
  
   Thanks! Looks interesting!
  
   Ellen
  
   ...
  
   Ellen Sundh |  Flash Developer |  Great Works
   Mobile: +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]
[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 of my movie clip that is
imported from a shared library in runtime. Instead of
entering the url for runtime sharing in the authoring
enviroment in hte Linkage dialouge box, I want to do it on
the fly. Is this possible?
   
Thanks in advance!
   
   
The only way I know is using SWFMill (http://swfmill.org/)
   
Cheers,
Sönke
   
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
   
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
   
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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] On Behalf 
 Of Anthony Lee
 Sent: Tuesday, November 07, 2006 4:28 AM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Chopping an FLV
 
 You might want to try FLV Knife while you're at it:
 http://soenkerohde.com/software/flv-knife/
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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] Chopping an FLV
 
 Thanks Meinte. I had a look at FLVKnife which uses FLVTool. 
 Not sure why
 FLVTool on it's own wouldn't work, maybe installing FLVKnife 
 installed some
 dependencies.
 
 Thanks all.
 
 Adrian
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Meinte
 van't Kruis
 Sent: 07 November 2006 13:30
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Chopping an FLV
 
 
 that's odd, it works for me. I did install the on2 vp6 codec 
 tho, perhaps
 the video you're trying to cut is encoded with that codec, which would
 explain the audio working but video not working.
 
 for the codec, search for 'vp6 vfw codec 6.2 -pack'. It used to be
 distributed by on2, but not anymore, not sure if its legal or not.
 
 
 Meinte
 
 On 11/6/06, Adrian Lynch [EMAIL PROTECTED] wrote:
 
  Thanks for that. I'm having a play about with it.
 
  I can't get it to work with the following:
 
  C:\flvtool2_1.0.5_rc6flvtool2 -C -i 1 -o 2 Test.flv
  Test1_2.flv
 
  It produces the new shortened FLV but it only has sound, no video.
 
  Any ideas?
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf 
 Of Meinte
  van't Kruis
  Sent: 06 November 2006 13:34
  To: Flashcoders mailing list
  Subject: Re: [Flashcoders] Chopping an FLV
 
 
  i'm using flvtool to auto-cut movies for me, its beta, but it works.
 
  Meinte
 
  On 11/6/06, Adrian Lynch [EMAIL PROTECTED] wrote:
  
   Hey all,
  
   I am trying to extract a small section of a larger flv 
 file and was
   wondering the best way to do it. I thought that importing 
 to a movie,
   expanding the timeline and cutting the frames out would 
 work but alas
  no.
  
   Any pointers or ideas.
  
   Cheers.
  
   Adrian
  
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 argument
 names.  It's not like you don't have a choice about it.  ;)

Sorry, but I completly disagree. I think this is best practice.
The usage of this is obsolete in many cases but with this it is clear that
it is a member variable.
I also use ClassName.staticVarName to ensure that it is a static variable.
This kind of coding will be completly obsolute if IDEs support semantic
syntax highlighting to show difference between member- static and local
variables like it is already supported by the latest JDT.

Cheers,
Sönke

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-05 Thread Sönke Rohde

I will have look at VOB to Quicktime Animation to FLV.
What is your resource you can say that this way promises the best quality?

Cheers,
Sönke


Count Schemula schrieb:

Type VOB quicktime in google, a bunch of stuff came up.

The best quality will come from:

VOB - 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 audio of its own.

On 9/4/06, Sönke Rohde [EMAIL PROTECTED] wrote:

Hi Count,
Thanks for the link. I tried handbrake but I get the error that no 
title is

found:

C:\Downloads\flash_video\HandBrake-0.7.0-cygwinHBTest.exe -f mp4 -i
VTS_02_1.vob -o test.mp4
grep: /proc/cpuinfo: No such file or directory
HandBrake 0.7.0 (2005110400) - http://handbrake.m0k.org/
1 CPU detected
Opening VTS_02_1.vob...
No title found.
HandBrake has exited.

Perhaps it's not working because it's only recently ported to Windows?
I guess my command looks right.

Anyway I am open for other possibilities. What I am looking for is a
workflow to encode from VOB to FLV with the best possible quality 
targeting

Flash Player 8 with video codec VP6.
Any input is appreciated.

Cheers,
Sönke


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Count Schemula
 Sent: Sunday, September 03, 2006 3:17 PM
 To: Flashcoders 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:
 
   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
   
   
  
   Well this is a little bit of a 2 step process, but you could use
   handbrake if you are on a mac, and convert the VOB to MP4 (with
   audio), then squeeze it into the FLV.
 
  Thanks for the hint but I need a windows tool.
 
  Cheers,
  Sönke
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 


 --
 count_schemula

 a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com







___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Vob to FLV without Sound

2006-09-04 Thread Sönke Rohde
Hi Count,
Thanks for the link. I tried handbrake but I get the error that no title is
found:

C:\Downloads\flash_video\HandBrake-0.7.0-cygwinHBTest.exe -f mp4 -i
VTS_02_1.vob -o test.mp4
grep: /proc/cpuinfo: No such file or directory
HandBrake 0.7.0 (2005110400) - http://handbrake.m0k.org/
1 CPU detected
Opening VTS_02_1.vob...
No title found.
HandBrake has exited.

Perhaps it's not working because it's only recently ported to Windows?
I guess my command looks right.

Anyway I am open for other possibilities. What I am looking for is a
workflow to encode from VOB to FLV with the best possible quality targeting
Flash Player 8 with video codec VP6.
Any input is appreciated.

Cheers,
Sönke


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Count Schemula
 Sent: Sunday, September 03, 2006 3:17 PM
 To: Flashcoders 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:
 
   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
   
   
  
   Well this is a little bit of a 2 step process, but you could use
   handbrake if you are on a mac, and convert the VOB to MP4 (with
   audio), then squeeze it into the FLV.
 
  Thanks for the hint but I need a windows tool.
 
  Cheers,
  Sönke
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 
 -- 
 count_schemula
 
 a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 directly demultiplex a vob file, no clue ?!

I have written the Riva FLV Encoder but FFMPEG does not support On2 VP6
which I want e encode for.

Cheers,
Sönke

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Vob to FLV without Sound

2006-09-02 Thread Sönke Rohde
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

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Count Schemula
 Sent: Friday, September 01, 2006 7:49 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Vob to FLV without Sound
 
 Vob files are multiplexed.
 
 A lot of times I have to rip the audio out as a seperate file, rip the
 VOB to an intermediate 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 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:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 
 -- 
 count_schemula
 
 a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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] Dynamically Loading JPGs ~ Strange Behavior
 
 I have about 20 jpegs that are dynamically being loaded into 
 a swf. These images are loaded one at a time, fade in as the 
 previous one fades out, and then eventually the loop starts 
 over again, loading the initial image. I am using the 
 MovieClipLoader Class to load them. I am, however, running 
 into an odd problem. 
 
 On the site's live server (Linux Box), the images don't 
 always get loaded in to the swf and there is just 'white' 
 space.  I have this exact site on another hosting company's 
 server (windows) and the issue never occurs. To resolve the 
 issue, I have even tried to use a cacheBuster for the 
 images (ex: image1.jpg?12345). This however still doesn't 
 work.  I have also tried using a Windows server on the live 
 site, but it yielded the same result. In my mind. clearly 
 this is an issue with the hosting company?. Does anyone have 
 any thioughts about why this may be occuring?
 
 Thanks for any and all replies.
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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: [Flashcoders] FLV total time property?
 
 Hi list...
 
 How do you get an external FLV's total time property?  It seems the
 elapsed time is netsream.time, but I want to create a progress bar.
 
 Thanks,
 - MM
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 Merrill, Jason
 Sent: Monday, August 07, 2006 7:43 PM
 To: Flashcoders mailing list
 Subject: RE: [Flashcoders] How to Create Flex Projector
 
 Right.  There isn't an .exe compiler available for Flash 9 
 yet as far as I know.  You'll probably have to wait until 
 there is one. But try the flexcoders list.
 
 Jason Merrill
 Bank of America 
 Learning  Organization Effectiveness - Technology Solutions 
  
  
  
  
  
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of Marcos Neves
 Sent: Monday, August 07, 2006 1:34 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] How to Create Flex Projector
 
 It´s Flex 2. But if I create a projector using flash 8, it will run
 using AS2. So, when I load the Flex swf, wich is AS3, it will not
 work. The plugin 9 will not be inside de exe.
 Am I right?
 
 On 8/7/06, Merrill, Jason [EMAIL PROTECTED] wrote:
  If it's Flex 1, I don't think your licensing agreement 
 with Adobe will
  let  you do that.  If it's Flex 2, you create .swf files. 
 Load those
  .swf files into a .fla in Flash 8, and publish an .exe 
 projector.  Put
  the .exe and the .swfs on the CD.
 
  Jason Merrill
  Bank of America
  Learning  Organization Effectiveness - Technology Solutions
 
 
 
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] 
 [mailto:flashcoders-
  [EMAIL PROTECTED] On Behalf Of Marcos Neves
  Sent: Monday, August 07, 2006 1:11 PM
  To: Flashcoders mailing list
  Subject: [Flashcoders] How to Create Flex Projector
  
  Hi,
  I need to create a Flex apllication that runs on an exe 
 projector for
  a CD-ROM.
  How can I do that?
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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: flashcoders
 Subject: [Flashcoders] Abstract Classes and Interfaces ...
 
 Are Abstract Classes and Interfaces the same thing ?
  
 Stephen.___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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] Disable all buttons
 
 Hi all
 
 Is there a rapid way to disable all the buttons present in my 
 movie at 
 once or do I have to iterate through them all?
 
 like Button.enabled = false;
 
 A+
 
 :-)
 
 -- 
 ===
 
 Éric Thibault
 Programmeur analyste
 Réseau de valorisation de l'enseignement
 Université Laval, pavillon Félix-Antoine Savard
 Québec, Canada
 Tel.: 656-2131 poste 18015
 Courriel : [EMAIL PROTECTED]
 
 ===
 
 Avis relatif à la confidentialité / Notice of Confidentiality 
 / Advertencia de confidencialidad 
 http://www.rec.ulaval.ca/lce/securite/confidentialite.htm
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 its code parsing for new classes...
 anyone else had this? It's still parsing and checking on the
 pre-existing classes. Weird!
 
 Seb
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 stopped doing its code parsing for new classes...
 anyone else had this? It's still parsing and checking on the
 pre-existing classes. Weird!
 
 Seb
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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/software/flv-knife/

Cheers,
Sönke


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of j.c.wichman
 Sent: Friday, April 07, 2006 12:22 PM
 To: 'Flashcoders mailing list'
 Subject: [Flashcoders] Flv streaming end detection
 
 Hi list,
 
 We are streaming flv's through flash communication server, 
 but sometimes the
 end of the stream does not seem to be correctly detected.
 It seems to work in flash 7, where I wait for a 
 NetStream.Play.Stop and then
 a NetStream.Buffer.Empty.
 
 Has anything changed with 8 that can cause this problem, or 
 is the current
 end detection plain wrong:)?
 
 Thanks in advance!
 Hans
 
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Flv streaming end detection

2006-04-07 Thread Sönke Rohde
FLVTool2 is open source and written in ruby so you can compile on OS X. The
GUI is windows only until someone donates money for me buying Zinc ;)

Cheers,
Sönke
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Marlon Harrison
 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 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/software/flv-knife/
 
  Cheers,
  Sönke
 
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf
   Of j.c.wichman
   Sent: Friday, April 07, 2006 12:22 PM
   To: 'Flashcoders mailing list'
   Subject: [Flashcoders] Flv streaming end detection
  
   Hi list,
  
   We are streaming flv's through flash communication server,
   but sometimes the
   end of the stream does not seem to be correctly detected.
   It seems to work in flash 7, where I wait for a
   NetStream.Play.Stop and then
   a NetStream.Buffer.Empty.
  
   Has anything changed with 8 that can cause this problem, or
   is the current
   end detection plain wrong:)?
  
   Thanks in advance!
   Hans
  
  
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.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 creating desktop 
 applications 
 currently is:
 - it's in beta
 - mProjector, SWFStudio, Zinc, and Screenweaver haven't made 
 a wrapper for 
 Flash Player 8.5 yet
 
What about wrapping the Flash Player 8.5 ActiveX within .NET building a
custom wrapper and using External Interface to call from Flex to .NET and
vice versa.
I haven't tried it with FP8.5 but this works with FP8 and there should be no
difference.
Anyone already tried it?

Cheers,
Sönke

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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: Flashcoders mailing list
 Subject: [Flashcoders] what´s the catch?
 
 try {
   loadMovieNum(filename, 3);
 } catch (error:Error) {
   trace(An error!);
 }
 
 If filename is a path to a non-existing file i want the code in the  
 catch to be executed.
 I only get an
 Error opening URL file:///Macintosh%20HD/... swf
 in my Output window, either if I use try-catch or  not.
 
 Any suggestions?
 Thanks in adwane!
 
 Peter
 
 
 Peter Måseide - [EMAIL PROTECTED] - Mob 40858675
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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
 Subject: [Flashcoders] FLV and DRM
 
 Hello List,
 
 What are the options if any to DRM FLVs? Now that I've 
 discovered the VLC
 player plays FLVs very well they don't seem so hard to handle 
 anymore. I
 require a real method of DRMing.
 Do streaming FLVs get cached? Is there a way to disable the caching?
 
 Thanks, Yotam.
 
 --
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 line and timecode does
 anyone have a link?
 
 Thanks
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


AW: [Flashcoders] BitmapData.loadBitmap in external SWF

2006-01-30 Thread Sönke Rohde
I am not accessing it from the main swf but from the swf i loaded into the
main swf ... 

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Im Auftrag 
 von Adrian De Rivero
 Gesendet: Montag, 30. Januar 2006 11:15
 An: Flashcoders mailing 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,
  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 has no access to the library of 
 my external
  swf.
  When I try to attach the bitmap as a movieclip-symbol it 
 also works though
  it can't be a library problem?
 
  Any ideas?
 
  Thanks,
  Sönke
 
  ___
  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
 

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


[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 has no access to the library of my external swf.
When I try to attach the bitmap as a movieclip-symbol it also works though
it can't be a library problem?

Any ideas?

Thanks,
Sönke

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


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 deleting the same movie clip in function N3 of script
 object. But if we are calling the function N3 through setInterval
 function, movieclip unload event is not called.
 
 Now if we are calling the same function N3 directly without 
 setInterval,
 unload event will be called.
 
 Someone please tell me what is happening here?
 
  
 
 script = new Object();
 
 Delay = new Object();
 
  
 
 // Delay Object
 
 Delay.delay = function(obj, func)
 
 {
 
   this.mObj = obj;
 
   this.mFunc = func;
 
   // Calling function after an interval of 2 seconds.
 
   setInterval(this.func, 2000, this);
 
 }
 
  
 
 Delay.func = function(obj)
 
 {
 
   var temp = obj;
 
   // Calling function N3 of class script.
 
   temp.mObj[temp.mFunc]();
 
 }
 
  
 
 // Script Object
 
 script.N1 = function()
 
 {
 
   // Creating a new movie clip.
 
   _root.createEmptyMovieClip(Dhiraj, 1);
 
  
 
 // Associating unload event with it.
 
   _root.Dhiraj.onUnload = function()
 
   {
 
 trace(Dhiraj Unload);
 
   }
 
  
 
   // Storing the movie clip instance in member variable.
 
   this.mMC = _root.Dhiraj;
 
  
 
   // Calling next function of script.
 
   this.N2();
 
 }
 
  
 
 script.N2 = function() 
 
 {
 
 // Calling N3 after some delay.
 
   Delay.delay(this, N3);
 
 }
 
  
 
 script.N3 = function()
 
 {
 
   this.mMC.removeMovieClip();
 
 }
 
  
 
 script.N1();  // Calling first function of script.
 
  
 
 Regards:
 
 Dhiraj
 
 ___
 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] 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 == NetStream.Buffer.Full) {
   bufferClip._visible = false;
   }
   if(info.code == NetStream.Buffer.Empty) {
   bufferClip._visible = true;
   }
   if(info.code == NetStream.Play.Stop) {
   ns.seek(0);
   }
 }
 
 ns.play(DBZremake_v7_Large_Custom.flv);

if(info.code == NetStream.Play.Stop) {
ns.seek(0);
}

This lines are causing your flv to repeat. The Status NetStream.Play.Stop is
set when the flv reachs the end.
Instead of ns.seek(0) try:
ns.pause(true);
ns.seek(0);

If you want to seek to the start after the flv ends.

Cheers,
Sönke

[...]

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


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  |  rich media designer  |  
www.funimation.com

This depends on the code you use to play the FLV. Do you use a component or
custom code?
General I don't know any FLV Player which repeats by default.

Cheers,
Sönke

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