Re: [Flashcoders] using Tween with addEventListener instead of addListener in flash 8

2006-09-04 Thread eka
Hello :) 1 - you can try to read this article : http://blog.lalex.com/post/2004/09/17/Tween2-%3A-quand-Tween-rencontre-EventDispatcher (download the sources) 2 - You can too use the AsBroadcaster implementation with addListener and delegate the handler methods like this : import mx.transitions.

Re: [Flashcoders] Vob to FLV without Sound

2006-09-04 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 -> F

[Flashcoders] Creating a scrollable list: adding components to the scrollpane contents

2006-09-04 Thread Steve Krichten
Hi Matt, I created something very much like what you describe. You can have a look at it here... http://www.sleekdigital.com/News/5.aspx [Flashcoders] Creating a scrollable list: adding components to the scrollpane contents *Matt Bennett* bennett.matthew at gmail.com

Re: [Flashcoders] Help needed on Loader Component

2006-09-04 Thread John VanHorn
Jeroen's solution would work, but the onLoadError event will fire for other reasons, beside a 404.I wouldnt use the onLoadError event to determine the end of your file list. why not use another technology?.php, asp, remoting... any of those could generate an xml file or even an array from a d

[Flashcoders] using Tween with addEventListener instead of addListener in flash 8

2006-09-04 Thread Patrick Matte
Is there a version of mx.transitions.Tween that works with EventDispatcher instead of ASBroadcaster? I'd like to delegate the onMotionFinished event on different functions using the addEventListener instead of addListener. For example : tweenA.addEventListener("onMotionFinished",Delegate.cre

Re: [Flashcoders] Slow performance

2006-09-04 Thread Dan Rogers
That's a very good point to bring up- since you are only revealing a big block of text without extra effects, you could just use a mask. On Sep 4, 2006, at 3:18 PM, Scott Hyndman wrote: I would also try to avoid string concatenation. It's usually a big performance issue, since strings are imm

Re: [Flashcoders] Slow performance

2006-09-04 Thread Scott Hyndman
I would also try to avoid string concatenation. It's usually a big performance issue, since strings are immutable (so a sequential block of memory has to be allocated, and the strings you are joining are copied to the new location). I would draw an entire page up front, then just reveal as you go

Re: [Flashcoders] Slow performance

2006-09-04 Thread Scott Hyndman
Are you ever calling dispose on the bitmap data? Because if not it won't run for long. Scott On 04/09/06, kariminal <[EMAIL PROTECTED]> wrote: Thanks for the replies so far... I am now using BitmapData.draw() ( and source_mc._visible=false + moved offstage ): it run a little faster than before

[Flashcoders] Recommendations for a credit-card

2006-09-04 Thread justin blunk
I would be interested to hear regarding this post if what you're asking can be done without Remoting, or if you were planning on doing secure transactions with a flash front end. ___ Flashcoders@chattyfig.figleaf.com To change your subscription opt

RE: [Flashcoders] Slow performance

2006-09-04 Thread kariminal
Thanks for the replies so far... I am now using BitmapData.draw() ( and source_mc._visible=false + moved offstage ): it run a little faster than before. And only seems to choke when the browser is maximized at higher resolution ( around 1280x1024 ), maybe I am knit picking?... But, I think somet

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread erixtekila
can you please tell me some content provider like the big film companies that uses flash streaming for their content ? iam working for an company which have a lot movie license but without a DRM in flash there is no go for flash streaming. thats not our idea, thats a rule by the content owner li

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread hank williams
Well, honestly, I dont know much about the movie companies, but the music and TV companies all allow streaming, whereas they dont allow progressive download. Movies are a bit different in that most of the schemes & services I have seen involve writing something to the hard disk, which is a big di

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread neve_capricorn
They used a crypted scheme to prevent the users to get direct access to the flv source. Hmm... No one needs this. If it really is streaming, content providers by and large are not concerned about encrypting streams to prevent interception. Many major content providers already user FLV streami

Re: [Flashcoders] OT: Recommendations for a credit-card processingservice for a subscription-based Flash app

2006-09-04 Thread matt stuehler
Marcelo, André, Many thanks for responses! I've done a bit of research on PayPal, and it doesn't seem too great. For one - it looks like the buyers need to have a PayPal account, which is a big inconvenience for them. If I needed to create a PayPal account before I could buy something, I'd just

[Flashcoders] Migrating Large AS2 Project (~20 thousand lines)

2006-09-04 Thread Robert Stuttaford
Hi All! After searching through my local copy of months' worth of flex coders list digests, I was unable to find anything conclusive on the questions below. I checked there because it's the one community with AS3 experience. I've posted these questions to both the FlexCoders mailing list and th

RE: [Flashcoders] Slow performance

2006-09-04 Thread kariminal
pushing things to 10ms seemed to work best. I will try experiment with BitmapData. I hope that will do the trick. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Rogers Sent: 04 September 2006 19:55 To: Flashcoders mailing list Subject: Re:

[Flashcoders] Embedded assets

2006-09-04 Thread Samúel Jónasson
Hi, I am trying to use the Flex Builder 2 to create Action Script projects (not Flex) so maybe this list is not the one to post this question to. However... I was hoping someone could tell me if there are some limitations with embedded assets created in Flash 9 IDE. In my case stop(); is not wor

Re: [Flashcoders] Slow performance

2006-09-04 Thread Dan Rogers
If you're looking to improve performance and keep the speed of your animation, you could experiment with BitmapData.draw() and render a bitmap copy of a hidden text movieclip. I think the bottleneck is mostly due to the heavy font vectors. If your font movieclip was hidden and/or moved of

RE: [Flashcoders] Vob to FLV without Sound

2006-09-04 Thread Matthew Jacobi
Hi Sönke, It looks like it depends on cygwin being install also. You can find it at http://www.cygwin.com/ Hope it helps Cheers Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sönke Rohde Sent: 04 September 2006 13:21 To: 'Flashcoders mailing lis

Re: [Flashcoders] Vob to FLV without Sound

2006-09-04 Thread Count Schemula
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

Re: [Flashcoders] Vob to FLV without Sound

2006-09-04 Thread Count Schemula
I use it all the time on DVDs with no issue. Is there a VIDEO_TS folder? Are you using a command line? It has a GUI? 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\HandBrak

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread erixtekila
Hmm... No one needs this. If it really is streaming, content providers by and large are not concerned about encrypting streams to prevent interception. Many major content providers already user FLV streaming with flash media server so they are already happy with how things work. I don't anderstan

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread hank williams
They used a crypted scheme to prevent the users to get direct access to the flv source. Hmm... No one needs this. If it really is streaming, content providers by and large are not concerned about encrypting streams to prevent interception. Many major content providers already user FLV streaming

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread erixtekila
I dont know, but you dont *need* DRM for purely streamed FLVs since they dont sit in the cache. So I presume they are talking about progressive download. But these guys always do quite a bad job of describing what they do, therefore sucking every last bit of credibility out of their offerings. Th

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread Alias™
I don't see any evidence of that, although it's possible... Firstly, the swf claims to be a V7 swf, so it would be difficult to do that without either alpha channels or bitmapdata calls. However, the versioning on a swf doesn't necessarily mean very much. However, It's very possible that they wr

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread hank williams
i would like to know if this is rtmp or if they use red 5 ?! I dont know, but you dont *need* DRM for purely streamed FLVs since they dont sit in the cache. So I presume they are talking about progressive download. But these guys always do quite a bad job of describing what they do, therefore s

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread erixtekila
here is the link: http://www.onlinelib.de/VCS/DRM/drmPlayer1.html i would like to know if this is rtmp or if they use red 5 ?! is there a way to figure this out , tcpdump or so ? Hint to play : swf is protected with '$1$yS$XcuxVQCjvcx/.Mu33i1qy1' play. WHAT_YOU _SEE_IS_WHAT_YOU _GET

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread neve_capricorn
hi alias, thanks for your answer. on the german page they wrote that they encrypt the flv so a "normal" flv player cant play it. i ask and they say that they splitt a flv into 4 parts (x and y) and rebuild it in realtime with flash 8. i dont know how they did this! did they wrote an own flv

Re: [Flashcoders] Help needed on Loader Component

2006-09-04 Thread Jeroen Beckers
You should use the MovieClipLoader class. You could set an interval to about 50ms, which should be enough time for the MCL class to throw the onLoadError event. In the onLoadError event, you delete the interval which will stop the loading. Muhammad Sheraz Iqbal wrote: Hi all, I am trying t

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread Alias™
As far as I can tell from a cursory glance: - It uses some kind of media server, probably flashcom/fms - It uses a combination of MD5 hashing and LSOs to verify/store/retireve user licence information I would be of the opinion that this DRM could be easily defeated. However, I haven't tried. A

[Flashcoders] DRM for FLV

2006-09-04 Thread neve_capricorn
hi all, i got today an email from www.onlinelib.de they say that they had develope a drm system for flv files together with our german postbank. here is the link: http://www.onlinelib.de/VCS/DRM/drmPlayer1.html i would like to know if this is rtmp or if they use red 5 ?! is there a way to fig

RE: [Flashcoders] OT: Recommendations for a credit-card processingservice for a subscription-based Flash app

2006-09-04 Thread André Goliath
>> Paypal maybe? That´s what I was going to suggest. They integrate very nice into your webpage, can handle subscriptions and have good developer support and API documentation while are not too expensive. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

Re: [Flashcoders] OT: Recommendations for a credit-card processing service for a subscription-based Flash app

2006-09-04 Thread Marcelo de Moraes Serpa
Paypal maybe? On 9/4/06, matt stuehler <[EMAIL PROTECTED]> wrote: All, I'm thinking about turning a few of the Flash-based web-apps I've developed into a subscription-based service, which means that I'll need to set up some sort of credit-card processing service that handles recurring payments

[Flashcoders] OT: Recommendations for a credit-card processing service for a subscription-based Flash app

2006-09-04 Thread matt stuehler
All, I'm thinking about turning a few of the Flash-based web-apps I've developed into a subscription-based service, which means that I'll need to set up some sort of credit-card processing service that handles recurring payments. Do you have any advice about the best way to do this? Recommended

Re: [Flashcoders] A Zinc horror story

2006-09-04 Thread André Nachtigall Tessmann
Hi, I had a similar problem a time ago, when some method should return a String but it returned an Array. Maybe they update the software but forget to update the documentation. So, yeah, MDM please update the documentation. :-) Regards, Andre On 9/4/06, Andreas Rønning <[EMAIL PROTECTED]> wro

Re: [Flashcoders] A Zinc horror story

2006-09-04 Thread PR Durand
Yop! I also use it for a while and really enjoy it. But u're right, the docs are not complete or really reliable... Someone (sorry for having forgotten your name, guy), has given a set of Intrinsic classes to be able to code in FlashDevelop with the mdm autocompletion... and I found sometimes

RE: [Flashcoders] help :) box collison

2006-09-04 Thread Danny Kodicek
> Without is ok In that case, all you need is a standard line segment-moving point collision function. Then to detect collisions between two boxes, you can test each vertex of one box for collision with the edges of the other, and vice versa. There are various optimisations you can do, but that's

RE: [Flashcoders] help :) box collison

2006-09-04 Thread Adrian Ionut Beschea
hitArea and hitTest are the functions you want to check out. The Flash Help should be a good starting point. dan <[EMAIL PROTECTED]> wrote: Without is ok -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny Kodicek Sent: Monday, September 04, 2006 2:0

RE: [Flashcoders] help :) box collison

2006-09-04 Thread dan
Without is ok -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny Kodicek Sent: Monday, September 04, 2006 2:07 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] help :) box collison > Hi people > Im tring to find some docs on box collision >

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-cygwin>HBTest.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 d

RE: [Flashcoders] help :) box collison

2006-09-04 Thread Danny Kodicek
> Hi people > Im tring to find some docs on box collision > > Im trying to create 3 box's that collide with eath other and the > screen and > turn and change speed depending on what thay hit? > Any docs? Or examples? Do you want them with or without rotation? If they're moving without rotating, i

[Flashcoders] FW: >> onChange

2006-09-04 Thread Laurent CUCHET
> I have a formular working with function. It check answer with the onChange > condition. > > How can I get onChange with a button ? > I try to get the parent change with another condition but tno results. > > The button fill yes or no as this : > > switchCategory = function () { > var lv

[Flashcoders] help :) box collison

2006-09-04 Thread dan
Hi people Im tring to find some docs on box collision Im trying to create 3 box's that collide with eath other and the screen and turn and change speed depending on what thay hit? Any docs? Or examples? 10x ___ Flashcoders@chattyfig.figleaf.com To c

[Flashcoders] A Zinc horror story

2006-09-04 Thread Andreas Rønning
Thought i'd share this. Found it amusing. I've been using Zinc for a while and for the most part i have no complaints, since most i use it for is simply blocking alt+f4 and escape (kiosk apps). Recently however i had a requirement to play a high quality movie, so i thought cool, i get to use t

Re: [Flashcoders] getURL and IE 6.0.

2006-09-04 Thread Mike Cobb
- This works fine for me. Try putting it in an html file & uploading it - it might just be a local problem. The only issue I have is that a second click will not bring the window into focus - so you might want to consider a javascript option. Adrian Ionut Beschea wrote: I need the browse

Re: [Flashcoders] getURL and IE 6.0.

2006-09-04 Thread Adrian Ionut Beschea
It opens a new window That's what the second argument in getURL is for. You can give it _self, _blank, _parent, _top but you can also give it a string to identify the window. Jim Berkey <[EMAIL PROTECTED]> wrote: >I need the browser to open a new window but if I press my button >multiple t

Re: [Flashcoders] getURL and IE 6.0.

2006-09-04 Thread Jim Berkey
>I need the browser to open a new window but if I press my button >multiple times I want to get to that same window. > Ahhh, an interesting concept. I'm surprised that it works in Firefox. Does it open a new browser with window, or a new tab? Maybe when tabbed IE 7 is out this would be possib

Re: [Flashcoders] getURL and IE 6.0.

2006-09-04 Thread Adrian Ionut Beschea
I need the browser to open a new window but if I press my button multiple times I want to get to that same window. Jim Berkey <[EMAIL PROTECTED]> wrote: Try it without the second paramater: test_btn.onRelease= getThatURL; function getThatURL() { getURL("http://www.example.com/script.php";);

Re: [Flashcoders] getURL and IE 6.0.

2006-09-04 Thread Jim Berkey
Try it without the second paramater: test_btn.onRelease= getThatURL; function getThatURL() { getURL("http://www.example.com/script.php";); } *** REPLY SEPARATOR *** On 9/4/2006 at 4:04 AM Adrian Ionut Beschea wrote: >Hello, > >I want to use getURL to open the exact same windo

[Flashcoders] Help needed on Loader Component

2006-09-04 Thread Muhammad Sheraz Iqbal
Hi all, I am trying to make a photo gallary. I want to load images dynamically and would like it to stop loading when there are no more files to load. For this I am using a while loop so that it loads the files till the End of Files. But the problem is that I don't know what the while loop breakin

[Flashcoders] getURL and IE 6.0.

2006-09-04 Thread Adrian Ionut Beschea
Hello, I want to use getURL to open the exact same window whenever a user pushes the button. The code is this : test_btn.onRelease= getThatURL; function getThatURL() { getURL("http://www.example.com/script.php","window_name";); } It works fine in Firefox, but in IE 6.0. it keeps opening new

Re: [Flashcoders] Problem with parsing Webservice result correctly!

2006-09-04 Thread Stefan Thurnherr
Might be that you need to explicitely indicate that ArrayOfString is an array (in XML terms: a sequence), i.e.: [...] feild1 feild2 [...] In our experience Flash can only successfully populate an Array if that "sequence" indication is t

Re: [Flashcoders] flash0.png

2006-09-04 Thread Johnny Zen
Hi all fireworks and flash people If anyone is interested in this strange one and has 5 minutes, could you try this? 1. Open fireworks and create two rectangle layers - save as test.png (keep this file open in fireworks) 2. Start Flash with empty document 3. In fireworks, select one rectangle

Re: [Flashcoders] flash0.png

2006-09-04 Thread Johnny Zen
Hey Ramon Your right, OT mail. Just looking for quick help, as woke up early today to get on with some work, and now I face searching for 2 hours looking for this answer, and i'm sure its a simple one I've missed. Typical situation I find myself in, simple problem = waste 2 hours looking for sim

Re: [Flashcoders] flash0.png

2006-09-04 Thread Ramon Miguel M. Tayag
Hi John, Sorry to be a pooper, but this is a coding mailing list. And while I'm here, nope, I don't know the answer :) On 9/4/06, Johnny Zen <[EMAIL PROTECTED]> wrote: Hi all I'm confused. I was importing graphics from fireworks into flash, and they appeared in flash as flash0.png. It turns

[Flashcoders] flash0.png

2006-09-04 Thread Johnny Zen
Hi all I'm confused. I was importing graphics from fireworks into flash, and they appeared in flash as flash0.png. It turns out. this file format flash0.png is the best for me, but now I cant work out how I did it, as whatever I import its either a bitmap or fireworks folder. (when i'm looking