[Flashcoders] RE: Using MVC for a site framework

2010-01-20 Thread Jeff Fox
Cor, I found two really good starter tutorials on MVC and posted on my blog. My FoxR library also provides an MVC structure based on PureMVC and an example of how to implement it. http://foxr.aeoliandigital.com/archives/134 I also think Cairngorm, while similar to PureMVC, is not as intuitive

[Flashcoders] Compiling API Docs with Flex 3 SDK

2009-07-30 Thread Jeff Fox
I've tried a few times to compile my API docs for a framework I am working on with the asdoc tool that comes in the FLEX 3 SDK, but I always run into a number of strange compile errors that don't come up with the regular Flex compiler. I've tried using both FlashDevlop's integrated ASDoc Tool as

[Flashcoders] FLV and Sound issue

2008-12-11 Thread Jeff Fox
I am having an issue stopping sound playback using the Video player (Library - New Video) and Sound object in a AS2/Player 8 movie. Here is the code I am using to play the video and attach sound: BEGIN CODE- var videoPlayer:Video; var vSound:MovieClip; var so:Sound; nc = new

[Flashcoders] Combining AS3 and Flex Classes in Flash CS3/Eclipse

2007-08-03 Thread Jeff Fox
a library of custom ActionScript classes and we'd like to incorporate Flex components into this structure. Is it better to try and import Flex into ActionScript or vice versa and utilize our custom library within a Flex project. Any advantages/disadvantages? Thanks in advance. -Regards, -Jeff -- Jeff

[Flashcoders] Dynamic Class Instantiation

2007-06-28 Thread Jeff Fox
it as a child nor access Anyone run into a similar problem and have a potential solution? -Jeff -- Jeff Fox [EMAIL PROTECTED] ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

[Flashcoders] Collision detection NOT using hitTest()

2007-02-23 Thread Jeff Fox
collision occures between + cityA.cityName + and + mapObjects[mo].cityName); } } // END for } // END if The above script DOES detect collisions, but not between the LA and San Deigo properties listed above. Can anyone see a flaw in the line that tests the overlap? -Jeff -- Jeff Fox [EMAIL

[Flashcoders] Test if using ActionScript 2.0

2006-11-09 Thread Jeff Fox
-- Jeff Fox [EMAIL PROTECTED] ___ 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

[Flashcoders] Flash Player 9 Detection in IE using SWFObject

2006-11-03 Thread Jeff Fox
and not necessarily SWFObject, but this could be a big issue regardless. -Jeff -- Jeff Fox [EMAIL PROTECTED] ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] OOP Cascading Menu Script

2006-06-12 Thread Jeff Fox
-Jeff -- Jeff Fox [EMAIL PROTECTED] ___ 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

[Flashcoders] OOP Cascading Menu Script

2006-06-08 Thread Jeff Fox
I'm looking at writing a cascading menu script in as 2.0 using oop and was wondeing if anyone knew of a good open source example to work fron. One that uses xml to define the menu structure is preferable. -jeff ___ Flashcoders@chattyfig.figleaf.com To

[Flashcoders] Issue with Masks in externally loaded SWFs?

2006-03-17 Thread Jeff Fox
visible. Is there any known issue with this? -Jeff -- Jeff Fox [EMAIL PROTECTED] ___ 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

[Flashcoders] XML Data Limit in IE?

2006-01-17 Thread Jeff Fox
Thinking about my previous post regarding XML data not loading in IE, I was wondering if anyone had encountered a data limit with XML in IE, similar to the 255 byte limit of getURL in IE6. This is just a wild theory, but since there is an odd bug for one, maybe there is for the other here as well.

[Flashcoders] Problem with XML in IE6

2006-01-13 Thread Jeff Fox
Ok, once again, I'm having a serious issue with loading external data in IE6 and I wanted to see anyone else has come across this. I'm simply loading an XML file from a dynamic JSP page on our server. The page outputs straight XML, which is loaded by the XML object, parsed, and them displayed as