Re: [Flashcoders] [OT] AMFPHP not working with PHP 5.2.2. in Safe Mode

2007-05-30 Thread dnk
No worries! I had the same issue too! On 5/30/07, JulianG <[EMAIL PROTECTED]> wrote: thanks! that fixed it! JG dnk wrote: > This is a known issue. Patrick had psted a fix or workaround on his blog. > Check it out: > http://www.5etdemi.com/blog/archives/2007/05/amfphp-

Re: [Flashcoders] [OT] AMFPHP not working with PHP 5.2.2. in Safe Mode

2007-05-28 Thread dnk
This is a known issue. Patrick had psted a fix or workaround on his blog. Check it out: http://www.5etdemi.com/blog/archives/2007/05/amfphp-fix-for-php-522-compatibility-issue/ On 5/28/07, JulianG <[EMAIL PROTECTED]> wrote: I anyone using AMFPHP with PHP 5.2.2. ? My hosting company has upda

[Flashcoders] amfphp.org?

2007-05-15 Thread dnk
looks like the domain has expired (May 7th). I am assuming the project is not dead, but it is rather just an over site by the owner. Does anyone have any info on this? How about a spot to download the latest? d ___ Flashcoders@chattyfig.figleaf.com To c

[Flashcoders] When is the right time? Flash vs flex (not features though)

2007-05-09 Thread dnk
Hi there, I have been learning flex over the last month or so, and had done a moderate amout of flash 8/as 2 class work. I can obviously see that flex 2 for apps hands down. However, when is flash (cs3) more appropriate? Web sites? Or is that even true? Is it just more of a preference? I am excl

[Flashcoders] smaller project management

2007-03-17 Thread dnk
Please reply off list as I do not want to congest this list with an off topic (is it?). Can anyone recommend a smaller open source project management web based system that is more directed at workign with a client as opposed to working internally? Thanks! d _

[Flashcoders] major cache issues --> browser and ASO? --> insanity sets in.

2006-11-02 Thread dnk
Hi there.. I have a movie that loads other swf's that make remoting calls. Now i have a FLA where I removed some text fields, and then added some as well as modifying my class to react with these fields. Now I have deleted my ASO folder, cleared my browser cache, deleted the old file from my

Re: [Flashcoders] AS 3 -> event args

2006-10-31 Thread dnk
Mike Chambers wrote: 2 other options: Just have one event handler per button. or use an anonymous function myButton.addEventListener(MouseEvent.CLICK, function(){doSomething(1);}); private function doSomething(index:int):void { trace(index); } (I havent tested the code above, so there mi

[Flashcoders] AS 3 -> event args

2006-10-27 Thread dnk
Hi there. I am just beginning my adventure into AS 3, and came upon something. In AS 2 I used to use a custom delegate class to deal with scope issues, but also be able to pass args (in an array, single string, etc) to my event functions. So for example, I might have something in AS 2: // s

Re: [Flashcoders] ::dk:: understanding roll over with addEventListener

2006-10-16 Thread dnk
Steven Sacks | BLITZ wrote: BTN_Foo.onRollOver = Delegate.create(this, fooRollOver); BTN_Foo.onRelease = Delegrate.create(this, fooRelease); etc. etc. :) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] ::dk :: passing args to onPress, onRollOver, etc

2006-10-16 Thread dnk
Hi there, I am trying to write a few mouse events for multiple movieclips. Now say I have the following: function writeBtnEvents() { for (var i:Number = 0; i < 35; i++) { this._targetMc["btnHldr" + i].onPress = function(i:Number) { trace("pressed: " + i); } this._targetMc["btnHldr" + i].onRol

Re: [Flashcoders] ::dk:: understanding roll over with addEventListener

2006-10-14 Thread dnk
eka wrote: Hello :) if you use Macromedia's V2 components, the Button component don't have over and out event you must override the class and add your custom events. EKA+ :) Pointers to any docs on how to do that? Thanks! d ___ Flashcode

[Flashcoders] ::dk:: understanding roll over with addEventListener

2006-10-13 Thread dnk
Hi there - this is probably a simple question, but... I have been using addEventListener with button components: this._targetMc.btn.addEventListener("click", MyDelegate.create(this, onHit)); Then the onHit function deals with it. Now I need some rollover & rollout functions. So I wrote thos

Re: [Flashcoders] flash 9 specific as 3 tutorials

2006-10-08 Thread dnk
dnk wrote: Hi there... I was wondering if anyone has come across and flash 9/as 3 specific tutorials? I doubt I will be using flex for some time (as I only have a mac), and was hoping to look at some stuff from the flash 9 POV. I looked at the one in the adobe developer center. Thanks

[Flashcoders] flash 9 specific as 3 tutorials

2006-10-08 Thread dnk
Hi there... I was wondering if anyone has come across and flash 9/as 3 specific tutorials? I doubt I will be using flex for some time (as I only have a mac), and was hoping to look at some stuff from the flash 9 POV. I looked at the one in the adobe developer center. Thanks! d

Re: [Flashcoders] usefull firefox extension

2006-10-01 Thread dnk
Hubert Cumberdale wrote: http://addons.mozilla.org/firefox/3469/ While running any .swf Flash file in your browser you can see all the output generated by the "trace" flash functions in this sidebar component. F. ___ Flashcoders@chattyfig.figleaf.co

Re: [Flashcoders] remoting alternatives?

2006-09-27 Thread dnk
Bjorn Schultheiss wrote: VIVA LAS VEGAS Awesome work :) When I went to check it out - I could not find an English version of the site - am i just missing it? d ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

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

2006-09-26 Thread DNK
Alain Rousseau wrote: This may be a scope issue. Do you make use _root to reference the lower level of your loaded swf ? And are you loading the swf in a movieclip or a Level ? Either way _root will reference back to _level0 wich isn't the same scope as your loaded swf. Try replacing "_root

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

2006-09-26 Thread DNK
Bjorn Schultheiss wrote: 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

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

2006-09-25 Thread dnk
Bjorn Schultheiss wrote: 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 They are in the same domain, and I created a crossdomain.xml to cover various hostna

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

2006-09-25 Thread dnk
Hi there - I have a movie in which I use remoting to load images and data. When run on it's own, it functions perfect. When it is loaded into another movie, some data does not load. I have used "service capture" and my data is in fact returned. Now I am pretty confident with the code since it r

[Flashcoders] ::dk:: Best way to check if data is done loading for scroll bars

2006-09-19 Thread dnk
Hi - I have had a few times where I need to call the redraw() function to recreate my scrollbars after the data is loaded But I obviously need to wait until the data is completed. The times I seem to have the issues is when loading something that takes a bit longer (IE an image or something

Re: [Flashcoders] ::dk:: getColumnNames not returning all column names

2006-09-19 Thread dnk
dnk wrote: aaron smith wrote: im guessing your just having issues with how the data is mapped in the result vars. Are you using NetConnection debugger to look at the results, so you know exaclty how the return object is mapped to the data.. IE( recordset.getItemAt(0) );.. see what i mean

Re: [Flashcoders] ::dk:: getColumnNames not returning all column names

2006-09-19 Thread dnk
ted before, my query works as expected in the amfphp service browser, and as well as running the query in the mysql command line and even in a phpmyadmin interface. dnk ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or sear

Re: [Flashcoders] ::dk:: getColumnNames not returning all column names

2006-09-19 Thread DNK
aaron smith wrote: You can also use commands in PHP to send data to the NetConnection debugger. you can use that anywhere in a service method and it will send it to the netconnection debugger. just use those to debug it.. hope that helps.. smith On 9/18/06, dnk <[EMAIL PROTEC

[Flashcoders] ::dk:: getColumnNames not returning all column names

2006-09-18 Thread dnk
Hi there. I have a remoting app in which i use PHP/amfphp to get data into my app. Now in my PHP I have the following SQL query performed to create a join on 2 tables... SELECT dkcms_photo.*, dkcms_profiles.uFname FROM dkcms_photo LEFT JOIN dkcms_profiles ON dkcms_profiles.uId = dkcms_photo.

[Flashcoders] loader stopped scaling content

2006-09-11 Thread dnk
Hi there - I had a loader component that was loading in JPG's (data returned by a database). Now for some reason, the content is not scaling. It just overflows from the loader. I ensured that the scaleContent is set to "true". I then even added it to my code to do that as well. No go. I have al

Re: [Flashcoders] scrollpane not showing scrollbars -> dynamic content

2006-09-10 Thread dnk
dnk wrote: eric dolecki wrote: force the scrollpane to .invalidate() or .redraw() or something like that. I forget which one exactly at the moment. - e. Ok - to further expand on my last post I had changed my structure a little to try this. So in my main movie there is a MC in which

Re: [Flashcoders] scrollpane not showing scrollbars -> dynamic content

2006-09-10 Thread dnk
eric dolecki wrote: force the scrollpane to .invalidate() or .redraw() or something like that. I forget which one exactly at the moment. - e. I had tried that. Neither seems to work. Just leaves the content identical. D ___ Flashcoders@chattyfig.

[Flashcoders] scrollpane not showing scrollbars -> dynamic content

2006-09-09 Thread dnk
Hi there - I am having an issue where I have a scrollpane component on my stage that loads and uses an empty movie clip from my library. Now that clip (from the library) has a few remoting calls in it that dynamically populate the MovieClip with text fields, etc. These text fields are then popul

Re: [Flashcoders] Vob to FLV without Sound

2006-09-02 Thread dnk
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 ar

Re: [Flashcoders] relay responder method never called - SOLVED

2006-08-22 Thread dnk
arted working. Thanks to those who replied. MUCH APPRECIATED! dnk ___ 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 Sof

Re: [Flashcoders] [Fwd: relay responder method never called]

2006-08-22 Thread dnk
ences. But I am not sure why I am getting differences. dnk ___ 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 Pr

Re: [Flashcoders] getting my info into flash

2006-08-22 Thread dnk
Flash guru wrote: Hey all, I have a project a that calls for a database to spit out results to a query and display it in flash. I'm using php and I've gotten to the point where I have the information I need but I don't know how to get full arrays back into flash. I've been searching for tutorial

Re: [Flashcoders] working with dynamic images using mysql database

2006-08-22 Thread dnk
bhasker u wrote: HI, all I was trying to incorporate a small interface in my flash site where I would like to load 9 thumbnails(images) in 3*3 grid, when ever the mouse moves on to thumbnails should able to show the enlarged view in given space defined beside the thumbs, loading the images fr

[Flashcoders] relat responder method never called

2006-08-18 Thread dnk
Hi there I have some remoting function (amfphp) that have relay responder... no I have a trace in the call, and in the handler... and the trace never is called in the handler. What would cause the handler to not be called? I had it working before, and now all of a sudden - no go! Ideas?

Re: [Flashcoders] [:::] appending html to a var for display not

2006-08-15 Thread dnk
John Mark Hawley wrote: Do you have the italic and bold versions of the font used in the field in your library, if you have embedFonts set to true? Don't think so - as they are not used on this field. ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] [:::] appending html to a var for display not working and code not runnign as expected.

2006-08-15 Thread dnk
dnk wrote: And to top it off - no matter what my text field does not have the HTML loaded into it. I wanted to thank everyone for their great help in explaining the other part of this original post regarding the testing... now i just wanted to touch on the other issue i was still having

Re: [Flashcoders] [:::] appending html to a var for displaynot workingand code not runnign as expected.

2006-08-15 Thread dnk
André Goliath wrote: Yes, but you need to connect them with AND and not with OR, try this: (this is your current code) // // var myLinker1 = undefined; trace("myLinker1 = "+myLinker1); if ((myLinker1 != "") || (myLinker1 != undefined) || (myLinker1 != null)) { trace(" i exectue!"); /

Re: [Flashcoders] [:::] appending html to a var for displaynot working and code not runnign as expected.

2006-08-15 Thread dnk
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Tuesday, August 15, 2006 7:21 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] [:::] appending html to a var for displaynot working and code not runnign as expected. André Goliath wrote: if ((myLinker1 !=

Re: [Flashcoders] [:::] appending html to a var for display not working and code not runnign as expected.

2006-08-15 Thread dnk
André Goliath wrote: if ((myLinker1 != "") || (myLinker1 != undefined) || (myLinker1 != null)) { myHtml += "" + myLinker1 + ""; } but then the trace of my results does not even work (it includes the records that are empty). << Shouldn´t it be if ((myLinker1 != "") && (myLinker1 != undef

Re: [Flashcoders] [:::] appending html to a var for display not working and code not runnign as expected.

2006-08-15 Thread dnk
eric dolecki wrote: Why are you using this. ? Sorry - I should have specified that this code sample is a method inside a class. Not run inline in the main fla. d ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or sear

[Flashcoders] [:::] appending html to a var for display not working and code not runnign as expected.

2006-08-15 Thread dnk
Ok so i have a recordset with links in which I am building an HTML string for display in an HTML field. Now for some reason the html traces out fine, but when assigned to an html txt field - the filed just shows as blank. Now I do realize that the "eq" in this code sample is depreciated,

Re: [Flashcoders] diff between var == value VS var eq value

2006-08-15 Thread dnk
Haikal Saadh wrote: Yes, they are different.r Actionscript dictionary says 'eq' is deprecated. It just compares string representations, so what you might be doing is comparing a number to it's string representation (User input, perhaps?): http://www.adobe.com/support/flash/action_scripts/acti

Re: [Flashcoders] diff between var == value VS var eq value

2006-08-15 Thread dnk
Grant Cox wrote: eq has been deprecated in favour of == for many years now. While they should be equivalent, you should not use eq unless you are targeting Flash Player 4/5. Is the code where == didn't work for Flash lite? Yeah - that is what I thought. I was just checking for an empty strin

[Flashcoders] diff between var == value VS var eq value

2006-08-14 Thread dnk
Is there a difference? I have had some code that will not work using the "==" and then does using the "eq". Any issues? Just curious what the difference is. d ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search t

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

2006-08-13 Thread dnk
Bjorn Schultheiss wrote: Hey Guys, check this out Var clickHandler:Function = MyClass.staticMethod; var args:Array = ['Can', 'pass', 'in', 'any', 'amount']; newBtn.addEventListener("click", Delegate.create(this, function(evt:Object, meth:Function, args:Array) { meth.apply(null, args) }, clickHa

[Flashcoders] inconsistancies with movies (online vs offline)

2006-08-13 Thread dnk
Hi there - I have been battling with a bunch of "odd" behaviors with a few movies I have been working on. It is in fact driving me mad. inconsistencies include: 1) text field (dynamic) will not populate when viewed in a browser from a web sever vs working fine when testing out of the IDE. 2) h

[Flashcoders] dynamic text fields missing content

2006-08-13 Thread dnk
Good day - I have a dynamic text field that fulls data from a class. Now when viewing local on my desktop - all is good. But once I upload the swf to the server - it disappears. Any ideas? I have been googling, and found many references to issues similar - and most said it had to do with stat

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

2006-08-13 Thread dnk
Ramon Miguel M. Tayag wrote: Sometimes some events pass their own args and you dont even see them.. Try changing your function to this: function onHit1(o:Object, n:Number) //the o object is passed by the listener { trace("it was hit with the number: " + n); } That worked perfect!!!

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

2006-08-12 Thread dnk
Ramon Miguel M. Tayag wrote: http://board.flashkit.com/board/showthread.php?t=662329&highlight=delegate How do you call this class? I tried import com.includingatree.utils.Delegate; //use the delegate this.menuBtn.addEventListener("click", Delegate.create(this, onHit1, 1)); //create th

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

2006-08-12 Thread dnk
On 8/11/06, Jeroen Beckers <[EMAIL PROTECTED]> wrote: Just to be complete: Yes, it is possible! Example: var myFoo = new Foo(); myFoo["test"+5] = function() { trace("hello world!"); } myFoo.test5(); //Foo.as dynamic class Foo { } And to your second question: Delegate returns a functio

Re: [Flashcoders] DK - redrawing interface elements after destruction

2006-08-10 Thread dnk
Anthony Lee wrote: At any rate - when i create my thumbnails, all works fine the first time, but after they have been wiped out, and I recall my method to re-draw the thumbnails, for some reason my buttons are not working. Now I did a bunch of tracing tests to see if: Hi dnk, This may not

[Flashcoders] DK - redrawing interface elements after destruction

2006-08-10 Thread dnk
Hi there - I have two methods in a class - one that creates a bunch of thumbnails, and one that wipes them out to be redrawn again at a later time (due to requiring a different number of thumbnails). At any rate - when i create my thumbnails, all works fine the first time, but after they have

Re: [Flashcoders] New Flash based website

2006-08-10 Thread dnk
Aaron Buchanan wrote: Hi Bjorn, There is an issue that occurs when users with smaller monitors (13" macbooks) accessing 100% flash content. Say you do not want to scale the content down to 13". You also do not want to write a flash scroller, because the browser has excellent support and performa

Re: [Flashcoders] DK - destroying objects from a class using arraynotation

2006-08-10 Thread dnk
Arul Prasad M L wrote: If its mx.core.UIObject's destroyObject that you are talking about, destroyObject takes the instanceName of the object, not the instance reference. you'll just have to pass the instance name as a string. I did in fact realize that this morning once I read up more on th

Re: [Flashcoders] DK - destroying objects from a class using arraynotation

2006-08-10 Thread dnk
Andy Stone wrote: Have you tried... this._targetMc.destroyObject(eval("slidemenu.theThumb" + i)); Sometimes I find eval works when [] doesn't. -Andy I have not tried that - I will give it a go in a few hours. Thanks! d ___ Flashcoders@chatty

[Flashcoders] DK - destroying objects from a class using array notation

2006-08-10 Thread dnk
Hi there! I have a class in which a few objects are created from my library (loader component instances and a button instance). They were created sequenciually (IE hit0, hit1, hit2, etc) At any rate - I need to destroy them abd then recreate them. I am having some issues finding the proper synta

Re: [Flashcoders] relative target from external AS class file [dnk]

2006-04-20 Thread dnk
>I am having a problem trying to > figure out what is the best way to code my paths and still maintain > portability Ok - I have come up with a way, but I am wondering if this is the best way to do it... I call my class with: var myBlog:BlogData = new BlogData(this); So I pass in the

[Flashcoders] relative target from external AS class file [dnk]

2006-04-20 Thread dnk
Hi there.. Out of my personal preference, I preferto avoid absolute paths and use relative paths in my actionscript (easier to port in movies and movie clips, etc). Now in my current project I have been having a go with a custon class I wrote (which obviously resides in an external AS file)