[Flashcoders] Flash9 Debug player for Intel Mac

2006-11-16 Thread Bjorn Schultheiss
As far as I know it only ships with Flex, perhaps in the SDK. Word is 9.0.28 debug plugin 'universal binary' will ship with Flex 2.0.1 Regards,   Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Flashcoders] Job Opportunity - Melbourne, Australia

2006-11-12 Thread Bjorn Schultheiss
Hey Aerin, You might want to post this on 2 other lists. FlashAussie http://groups.google.com/group/flashaussie FlexAussie http://groups.yahoo.com/group/flexaussie Regards,   Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto

[Flashcoders] Recommended encoding rates for FLV?

2006-11-02 Thread Bjorn Schultheiss
This man is an authority on the issue. http://flashvideo.progettosinergia.com/ Regards,   Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Reuben Stanton Sent: Friday, 3 November 2006 2:19 PM To: Flashcoders mailing list Subject

[Flashcoders] Looking for a good FlexCoders list

2006-10-29 Thread Bjorn Schultheiss
I'm sorry. My Rules in outlook moved the post into my flexcoders folder and i thought the post was sent to the Flexcoders mailing list. Go Flexcoders :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Monday, 30 October 2006 3:09

[Flashcoders] Flash transparent on top of Windows Media Player

2006-10-09 Thread Bjorn Schultheiss
Is it possible to ditch the windows media player inplace of flash video?, Would make life easier. An answer to your question... I cant provide one :) Regards, Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mick G Sent: Tuesday

[Flashcoders] Iterate over all movieclips in a timeline

2006-10-09 Thread Bjorn Schultheiss
Pillage through and get nested mc's function pillage(mc) { for (var a in mc) { if (mc[a] instanceof MovieClip) { trace(mc[a]._name); pillage(mc[a]); } } } pillage(_root) Regards, Bjorn

[Flashcoders] tinyurl swf loading

2006-10-07 Thread Bjorn Schultheiss
Hey, Is there a way that i can load a swf via its tinyurl? I think the issue that im having is that when the 'http://tinyurl.com/k23u4' resolves to 'http://blabla.com' the MovieClipLoader.loadClip() dies... Can i manually eval 'http://tinyurl.com/k23u4' somehow? Regards, Bjorn Schultheiss

RE: [Flashcoders] tinyurl swf loading

2006-10-07 Thread Bjorn Schultheiss
Ajax magic :) a good idea but, that’s difficult. I don’t have access to the html page, impossible. I cant add js to the html..   Surely this shouldn’t be a limitation of the player? Regards,   Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [Flashcoders] tinyurl swf loading

2006-10-07 Thread Bjorn Schultheiss
Thanks Claus, I found an XML service i can call instead of the abbreviated url :) New Solution! ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Flash Player Active X and Plugin ...

2006-10-05 Thread Bjorn Schultheiss
I think ActiveX is for IE and plugin is Mozilla, I think Regards, Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Ford Sent: Thursday, 5 October 2006 4:07 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders

[Flashcoders] Class Problem

2006-10-05 Thread Bjorn Schultheiss
Create a reference to this class instance and set the array to a public member. AS2 101. Try http://www.amazon.com/Essential-ActionScript-2-0-Colin-Moock/dp/0596006527/s r=8-1/qid=1160106358/ref=sr_1_1/104-8535662-7712736?ie=UTF8s=books Regards, Bjorn Schultheiss Senior Flash Developer QDC

[Flashcoders] Flash Player 9 FullScreen Mode

2006-10-04 Thread Bjorn Schultheiss
There's got to be a few implications about this. Imagine the new generation of full screen banner ads, nasty. Regards, Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of l u c h y x Sent: Thursday, 5 October 2006 11:47 AM To: The haXe

RE: [Flashcoders] Flash Player 9 FullScreen Mode

2006-10-04 Thread Bjorn Schultheiss
There will have to be ?? I propose a test what happens when launching 20 banners ads all fighting for fullscreen, In windows are you able to alt+tab between fullscreen swf's? Regards, Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Flashcoders] Selection class makes me want to kick someone in theface

2006-10-02 Thread Bjorn Schultheiss
; } } } Although the code is ugly atleast it helps you determine what really actually has focus! Hope I helped Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

[Flashcoders] remoting alternatives?

2006-09-27 Thread Bjorn Schultheiss
VIVA LAS VEGAS Awesome work :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eka Sent: Wednesday, 27 September 2006 5:09 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] remoting alternatives? Hello :) You can use my framework

[Flashcoders] ::dk:: issues with external data and external swf

2006-09-25 Thread Bjorn Schultheiss
Dk, Is your swf loaded from within the same domain? Are the required remoting classes compiled into your swf? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Tuesday, 26

[Flashcoders] ::dk:: issues with external data and external swf

2006-09-25 Thread Bjorn Schultheiss
What error is it throwing? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Tuesday, 26 September 2006 1:53 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] ::dk

[Flashcoders] Get Cursor x y position within textarea?

2006-09-22 Thread Bjorn Schultheiss
Has anyone had to do this previously. I want to display a tooltip balloon where the cursor is within a textArea component. I'm restrcited to Flash8 for this. I've looked into it and it's looks nasty, So far I can see only a vague possiblity of achieving this although it involves estimates.

RE: [Flashcoders] flex simple question call function

2006-09-18 Thread Bjorn Schultheiss
Use the onCreationComplete event For example mx:Application onCreationComplete=drawer() Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Ionut Beschea Sent: Monday

RE: [Flashcoders] Find item in array

2006-09-18 Thread Bjorn Schultheiss
Go James! Thanks for doing the due-diligence on this one. I read the thread and it was somethin I had not heard of before. Thanks for clearing it up. Regards, Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JOR Sent: Tuesday, 19

[Flashcoders] Where do job postings go?

2006-09-14 Thread Bjorn Schultheiss
Just Post it on this list, everybody else does. Make sure your post the salary rate, so the rest of us can gauge how much we're potentially worth in the outside world ;P Regards, Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Flashcoders] Australian Flex Mailing List [flexaussie]

2006-08-31 Thread Bjorn Schultheiss
://groups.yahoo.com/group/flexaussie/ Post message: [EMAIL PROTECTED] Subscribe: [EMAIL PROTECTED] Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

RE: [Flashcoders] dynamic spacing

2006-08-25 Thread Bjorn Schultheiss
Give him some credit, he did say centered. You would have to included StageSize and browser window size in your evaluation. This of course depends on how you have embed your swf in the html. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From

RE: [Flashcoders] Adobe Site of the Day RSS Feed

2006-08-24 Thread Bjorn Schultheiss
That's good man :) Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Santangelo Sent: Thursday, 24 August 2006 4:18 PM To: Flashcoders mailing list Subject: [Flashcoders] Adobe

RE: [Flashcoders] RE: weather web service

2006-08-21 Thread Bjorn Schultheiss
I'm sure there are more. In firefox I use the accuweather extension that must be pulling its data from a feed also. What about those weather widgets on MAC, they'd be using another feed I guess. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message

RE: [Flashcoders] Flash/Actionscript Coding conventions

2006-08-21 Thread Bjorn Schultheiss
The best place to find conventions is in the component framework, specifically the new flex framework uses upto date best practices. Otherwise there are AS2 best pratices docs on the adobe site, I think they were written by jen deHann Regards, Bjorn Schultheiss Senior Flash Developer QDC

RE: [Flashcoders] htacess and loaded SWFs

2006-08-20 Thread Bjorn Schultheiss
Hey Robin, Try http://www.webservicex.net/WS/WSDetails.aspx?CATID=12WSID=56 I used ServiceCapture on Eric Dolecki's blog www.ericd.net and found it in the traffic logs Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED

RE: [Flashcoders] |:::| can you write dynamic meathods in a class?

2006-08-13 Thread Bjorn Schultheiss
, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Monday, 14 August 2006 5:17 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] |:::| can you write dynamic meathods in a class

RE: [Flashcoders] New Flash based website

2006-08-10 Thread Bjorn Schultheiss
Spot on! I read the code, beautiful example... Of course flex2 and as3 changes this a bit :) Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Potter Sent: Friday, 11 August 2006

RE: [Flashcoders] Cairngorm 2.0 tutorials

2006-08-09 Thread Bjorn Schultheiss
Links have been seperated by the page break. For example, http://weblogs.macromedia.com/auhlmann/archives/2006/07/cairngorm_2_for_ 1.cf m#more Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [Flashcoders] New Flash based website

2006-08-09 Thread Bjorn Schultheiss
There's a better way to do it. Have you seen swfObject? Insert the swf into the html with noscale and showall, then you are not limited to a stage size. Have a listener set up in js for onResize and pass it into flash via swfObject. Regards, Bjorn Schultheiss Senior Flash Developer QDC

RE: [Flashcoders] New Flash based website

2006-08-09 Thread Bjorn Schultheiss
, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Lee Sent: Thursday, 10 August 2006 3:06 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] New Flash based website Hi Bjorn, There's

RE: [Flashcoders] grabbing bitmapdata from a vector movieClip...

2006-08-09 Thread Bjorn Schultheiss
I second that for best solution Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ricky Bacon Sent: Thursday, 10 August 2006 3:43 PM To: Flashcoders mailing list Subject: Re

RE: [Flashcoders] Cairngorm 2.0 tutorials

2006-08-08 Thread Bjorn Schultheiss
http://labs.adobe.com/wiki/index.php/Cairngorm Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matti Bar-Zeev Sent: Tuesday, 8 August 2006 3:56 PM To: Flashcoders mailing list Subject

RE: [Flashcoders] Cairngorm 2.0 tutorials

2006-08-08 Thread Bjorn Schultheiss
Maaate.. Everything is there, that's it. There is plenty there and it covers about all it's got to offer, so far. Did you dig into their blogs. Dude. http://weblogs.macromedia.com/auhlmann/archives/2006/07/cairngorm_2_for_1.cf m Regards, Bjorn Schultheiss Senior Flash Developer QDC

[Flashcoders] AS3 - Missing

2006-07-14 Thread Bjorn Schultheiss
(); var _rendererHashMap[UIDUtil.getUID(inst)] = vo; with the reference to data object you should be able to apply what ever you want! Also, Unless you can you can turn timeline editing off in Flash 9 I don't see how sprite can be an option to extend. Regards, Bjorn Schultheiss Senior Flash

RE: [Flashcoders] Creating a drawing RIA

2006-06-19 Thread Bjorn Schultheiss
then textInput height equals 24 I guess? If your give me a better description I'll help Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of T. van Zantvoort Sent: Monday, 19 June 2006 10:10 PM

[Flashcoders] Flash and Skype

2006-06-08 Thread Bjorn Schultheiss
Yo, Anyone here think it would be possible to run a skype video call through a swf? I mean without opening skype, maybe have it running in the background but all the controls through flash. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies

RE: [Flashcoders] Flash and Skype

2006-06-08 Thread Bjorn Schultheiss
Red5. At least there is no license cost. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Boyne Sent: Thursday, 8 June 2006 11:55 PM To: Flashcoders mailing list Subject: Re

RE: [Flashcoders] Flash and Skype

2006-06-08 Thread Bjorn Schultheiss
So would this allow you to, run the video conference in skype and copy the stream and display it in the swf? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: Friday

[Flashcoders] as2lib HashCodeFactory

2006-05-10 Thread Bjorn Schultheiss
have run into something similar before? Bjorn Schultheiss Senior Flash Developer QDC Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia T: +61 3 9674 7400 F: +61 3 9645 9160 W: http://www.qdc.net.au http://www.qdc.net.au

[Flashcoders] destructors...

2006-05-04 Thread Bjorn Schultheiss
I have tried various ways of destroying instances. I once used this type of implementation // Parent Class function buildChild() { var myClass : MyClass = new MyClass(); myClass.addEventListener( onDestroyChild, this ); } function onDestroyChild( evt : Object ) { if (

RE: [Flashcoders] Pushing content from DB to Flash widget

2006-04-24 Thread Bjorn Schultheiss
FlashComm or Flash Media Server and look at remote shared objects -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mick G Sent: Monday, 24 April 2006 3:14 PM To: Flashcoders mailing list Subject: [Flashcoders] Pushing content from DB to Flash widget Does

RE: [Flashcoders] Multidimensional Array

2006-04-20 Thread Bjorn Schultheiss
Yes it is legitimate The correct method would depend on what for mat your data previously existed in before placing it in the array -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of CK Sent: Friday, 21 April 2006 11:13 AM To: Flashcoders mailing list

[Flashcoders] loader component - scaleContent does not always work

2006-04-20 Thread Bjorn Schultheiss
It was only a matter of time :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Friday, 21 April 2006 3:39 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] loader component - scaleContent does not always work Actually it just

[Flashcoders] FileReference JSP

2006-04-19 Thread Bjorn Schultheiss
Around the web there are many examples of using Flash 8 fileReference with a php or coldfusion page. Does anyone have an example of its use with a jsp page? Bjorn Schultheiss Senior Flash Developer QDC Personalised Communication Power W: http://www.qdc.net.au/qdc

RE: [Flashcoders] Need help understanding EventDispatcher

2006-04-13 Thread Bjorn Schultheiss
To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Need help understanding EventDispatcher But what is QDispatcher? Do you have a link to it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: 13 April 2006 05:19 To: 'Flashcoders mailing

RE: [Flashcoders] Need help understanding EventDispatcher

2006-04-13 Thread Bjorn Schultheiss
very nice but if you are going to give an example using it you might want to give out the class as well otherwise the example isn't much help. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: 13 April 2006 14:01 To: 'Flashcoders

RE: [Flashcoders] Need help understanding EventDispatcher

2006-04-13 Thread Bjorn Schultheiss
Btw did I mention it also supports event bubbling? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, 13 April 2006 11:39 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Need help understanding EventDispatcher

RE: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Bjorn Schultheiss
Or you could use a derivative of EventDispatcher, either GDispatcher or your own and use; instance.addEventListener( 'ALL', this ); instance.removeAllEventListeners(); instance.queueEvent( { type : 'whateverman' } ); instance.dispatchQueue(); -Original Message- From: [EMAIL PROTECTED]

RE: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Bjorn Schultheiss
This is better, more extensible // on timeline var myBall:Ball2 = Ball2.createInstance( this, 2 ).init(); myBall.addEventListener( 'ALL', this ); function onBallPress():Void { trace(onBallPress); } // Ball Class import com.qdc.events.QDispatcher; import com.dynamicflash.utils.Delegate;

RE: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Bjorn Schultheiss
' } ); } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, 13 April 2006 2:19 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Need help understanding EventDispatcher This is better, more extensible // on timeline var

RE: [Flashcoders] Using EventDispatcher to update Controls and otherVariables?

2006-04-12 Thread Bjorn Schultheiss
You could do something like this without getting into specifics // main var model : Model = new Model(); var view1 : ViewClass1 = ViewClass1.createInstance(); var view2 : ViewClass2 = ViewClass2.createInstance(); model.addEventListener( 'ALL', view1 ); model.addEventListener( 'ALL', view2 );

RE: [Flashcoders] Effects in Flash

2006-04-10 Thread Bjorn Schultheiss
If I understand correctly I think you need an extra mc at the bottom Prev background - navigation - content New timeline - navigation (depth 2) - content timeline - background (depth 1) Function changeBG( bgMC ) { // unload previous bg // load new one } -Original

RE: [Flashcoders] Effects in Flash

2006-04-10 Thread Bjorn Schultheiss
There seems nothing wrong with the process you describe. What seems to be the current problem though? Is it that the navigation keeps rebuilding infinitely, or is it when the bg changed the nav crashes as I understood before? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] Flash e-commerce site

2006-04-02 Thread Bjorn Schultheiss
The e-commerce website is not easy to achieve in Flash. My recommendation, 1. don’t assume it to be easy. 2. any amount of time you believe it will take you times it by 6. 3. don’t bother with oscommerce. You're better off with a proper OOP backend where the business tier is separated from view.

RE: [Flashcoders] OT: Design patterns

2006-02-23 Thread Bjorn Schultheiss
One way to describe design patterns is to separate the responsibility of classes in your application, therefore making decoupling possible. Eg MVC separates the model, view and controller, potentially promoting reusability, and the ability to work on either model, view or controller independently

RE: [Flashcoders] OOP Concepts

2006-02-21 Thread Bjorn Schultheiss
After my experience with OOP the strength of OOP is not how you structure your classes ( which is quite easy ), but rather how they communicate. Expertise in use of design patterns and creating them mainly comes from experiencing what works and what doesn't. With Flash related technologies I

RE: [Flashcoders] Outsourcing

2006-02-08 Thread Bjorn Schultheiss
I probably do not speak for all but the common perception is that innovative work is done in house while the more common jobs are most likely to be outsourced. Bjorn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramon Tayag Sent: Thursday, 9 February

RE: [Flashcoders] How do you code your Flash applications?

2006-02-02 Thread Bjorn Schultheiss
I meditate on the 3 base chakra's during 4-7am whilst considering the coherence between my left and right testicles. At a certain point I discharge conceptual code forward through foreign elements into sepy and charge an application with the spirit of that which I AM. PEACE hehe -Original

RE: [Flashcoders] How do you code your Flash applications?

2006-02-02 Thread Bjorn Schultheiss
The enlightened Lemming would also like to add some comments. /* * Begin * * Flex 2 kicks ass. Any app dev I will work with flex. * Any GUI component / animation works I'll use Flash * * Thank you * * The end */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] How do you code your Flash applications?

2006-02-02 Thread Bjorn Schultheiss
deploying Flex 2 applications? Doesn't it still require the alpha/beta Flash 8.5 player? Bjorn Schultheiss wrote: The enlightened Lemming would also like to add some comments. /* * Begin * * Flex 2 kicks ass. Any app dev I will work with flex. * Any GUI component / animation works I'll use

RE: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-01 Thread Bjorn Schultheiss
listener_obj answer I hate mcImage, I don't think that prefix is recognized in any dev app. I know image_mc works in Flash and I think sepy for code hinting -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Ford Sent: Thursday, 2 February 2006

RE: [Flashcoders] Understanding dynamic classes

2006-02-01 Thread Bjorn Schultheiss
So far in AS2 Development I have not found a case yet to use Dynamic Classes. Has anyone come across an essential use for a Dynamic Class while developing an RIA, besides laziness. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Helmut Granda Sent:

RE: [Flashcoders] using flash for UI in applications

2006-02-01 Thread Bjorn Schultheiss
No MacroAdobe DevKit I have heard of but that zinc app has got 100s of fscommands. BTW sounds like an interesting app -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: Thursday, 2 February 2006 10:44 AM To: Flashcoders mailing list

RE: [Flashcoders] can I know if I class/package has been imported ina swf?

2006-02-01 Thread Bjorn Schultheiss
Few interesting methods I have never come across. How about trying to instantiate it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bart Wttewaall Sent: Thursday, 2 February 2006 8:38 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] can I know

RE: [Flashcoders] Mixing SMX and MM V2 Components

2006-01-19 Thread Bjorn Schultheiss
Without being experienced with SMX components I would say I doubt it. You might want to place the code below inside the mm components parent onLoad handler. Methods do not clash when they are in separate classes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [Flashcoders] addEventListener - MovieClip wants to pass event tocontaining class

2006-01-19 Thread Bjorn Schultheiss
Or you could use delegate to deal with any scope issues And if Element extends MovieClip you may want to place them in onLoad for good practice. Public function onLoad( event : Object ) : Void { mc.addEventListener(ALL, Delegate.create( this, handlerMethodName )) } -Original

RE: [Flashcoders] NetStream.pause(false) sometimes pauses ??

2006-01-19 Thread Bjorn Schultheiss
One idea may be to disable 1b if the playback is paused And disable 1c if it is playing. That way they is no confusion -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, 20 January 2006 5:34 AM To: Flashcoders Mailing List

RE: [Flashcoders] v2 tab component

2006-01-19 Thread Bjorn Schultheiss
I've got my own standalone framework for a tab system with display panels. Though you need to build the tab button with library symbols. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Caygill Sent: Thursday, 19 January 2006 12:26 PM To:

RE: [Flashcoders] simulating narrowband connection

2005-12-08 Thread Bjorn Schultheiss
Particular I seen 'serviceCapture' work quite well for this purpose. I'm sure there are others, that are free -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Friday, 9 December 2005 9:21 AM To: Flashcoders mailing list Subject:

RE: [flashcoders] Q for the Pro's: How did you learn flash?

2005-11-21 Thread Bjorn Schultheiss
Coming from a designing background I felt I stepped up a gear with the first app I built after reading Essentail Actionscript 2.0 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wade Arnold Sent: Tuesday, 22 November 2005 10:54 AM To: Flashcoders mailing

RE: [Flashcoders] emoticons in a chat component

2005-11-21 Thread Bjorn Schultheiss
Thats a cool technique simon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Lord Sent: Tuesday, 22 November 2005 10:04 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] emoticons in a chat component Resizing the chat field with my font

RE: [Flashcoders] End of flv playback event

2005-11-16 Thread Bjorn Schultheiss
I just finished building a Flash 7 multiviewplayer that handles flv,swf and mp3. Anyway I ran into your problem and more with regards to the end of the flv playback in Flash 7. Solutions The update time method private function doUpdateTime(Void):Void { //ns.time was not updating quick

RE: [Flashcoders] End of flv playback event

2005-11-16 Thread Bjorn Schultheiss
I found using Buffer.Empty was not always reliable, so I went for NetStream.Play.Stop -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marlon Harrison Sent: Thursday, 17 November 2005 10:55 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] End of

RE: [Flashcoders] Flex Style Flash MX2004 Components

2005-11-14 Thread Bjorn Schultheiss
Personally it was easier to recreate than modify components, I'm sure there are a lot of developers with there own re-usable ui elements where graphic styles can be changed. What I was getting at before is we have Flash Developers who come from a design background as apposed to a development