[flexcoders] installing FDS

2006-11-29 Thread Russell Sprague
I would like to use the FDS, but I am unclear on the installation process. My production server is Win 2000, running IIS and Coldfusion7. I know I need JRun? J2EE? to run the fds, but thats about it. I have heard that people are using Tomcat to run the fds, but I don't want to mess with my

RE: [flexcoders] Re: installing FDS

2006-11-30 Thread Russell Sprague
and integration was a snap using the instructions. Jenn --- In flexcoders@yahoogroups.com, Russell Sprague [EMAIL PROTECTED] wrote: I would like to use the FDS, but I am unclear on the installation process. My production server is Win 2000, running IIS and Coldfusion7. I know

[flexcoders] External Interface Help

2007-01-15 Thread Russell Sprague
I am trying to use External Interface in a project, but as you know, when a project is complied, all the files are overwritten in the bin folder, so any changes I make to the html page gets overwritten. I tried telling it not to create the html, but then it launches in the flash player, and if

Re: [flexcoders] It shouldn't be this hard.

2007-01-18 Thread Russell Sprague
the point of ui (it scales both way) is just: mx:Image source={yourSource} scaleContent=true width=100% height=100% / Have fun, R. On 1/18/07, Russell Sprague [EMAIL PROTECTED] mailto:rsprague%40infusion-studios.com mailto:[EMAIL PROTECTED] mailto:rsprague%40infusion-studios.com wrote

Re: [flexcoders] It shouldn't be this hard.

2007-01-18 Thread Russell Sprague
itself. Russ Rich Tretola wrote: Please post the code that you are using. Rich On 1/17/07, *Russell Sprague* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I hate the flex documentation... All I want to do is dynamically center an image on my stage. I have a VDividedBox

Re: [flexcoders] It shouldn't be this hard.

2007-01-18 Thread Russell Sprague
= (wrapper.width / 2) - (image.width / 2); image.y = (wrapper.height/ 2) - (image.height/ 2); } Shan Russell Sprague wrote: @Matt yea I don't really hate the docs, I was just a little frustrated, because most of the examples are Actionscript examples, and if I am looking for an example of how to do

[flexcoders] Image source doesn't affect Image size?

2007-01-18 Thread Russell Sprague
It seems that if an image is loaded into an Image tag at runtime, the size is w=0 h=0, ex. private var imgsrc:String; public function loadImage(val:String):void{ imgsrc = assets/images/+val; } private function imgLoaded(e:Event):void{

Re: [flexcoders] Re: Image source doesn't affect Image size?

2007-01-19 Thread Russell Sprague
+bImage.contentWidth); trace(ih +bImage.contentHeight); LD --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Russell Sprague [EMAIL PROTECTED] wrote: It seems that if an image is loaded into an Image tag at runtime, the size is w=0 h=0, ex. private var imgsrc:String; public function

Re: [flexcoders] Re: Image source doesn't affect Image size?

2007-01-19 Thread Russell Sprague
VDividedBox. Create a listener on the Canvas for a ResizeEvent.RESIZE and call a new function on the event. This call out may be able to stretch your image to the proper size. Good Luck. LD --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Russell Sprague [EMAIL PROTECTED] wrote

[flexcoders] OT sort of..need SCORM help

2007-01-19 Thread Russell Sprague
I have to develop a SCORM 2004 compliant course, and I have a course interface built in flex, but it is not SCORM ready. I know a little about SCORM 1.2, but not much about 2004. Does anyone have any good resources for SCORM 2004 using Flash/Flex, or know of any good Flash/SCORM consultants.

Re: [flexcoders] Using Flash For Authoring Flex 2 Content -- A Definitive Guide?

2007-01-19 Thread Russell Sprague
Greg, you are right, there doesn't seem to be much about using Flash and Flex together. I read a lot of Flex/Flash blogs, and Jesse's post was the first I had seen of any crossover. I personally like to have my How Tos spoon fed to me, and coming from a Designer gone Programmer background, it

[flexcoders] Setting LinkBar button size?

2007-01-21 Thread Russell Sprague
Is there a way to set the width of the of the buttons in the LinkBar? I am trying to create a navigation path,where a user can click anywhere in the path to go to that location. ex. Parent/child/child/child etc. I was thinking using the linkbar would be easier then creating something from

Re: [flexcoders] Setting LinkBar button size?

2007-01-22 Thread Russell Sprague
if LinkBar and LinkButton. And also setting horizontalGap of LinkBar to reduce the gap between individual buttons in LinkBar... You might want to try that? -abdul On 1/22/07, *Russell Sprague* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Is there a way to set the width

[flexcoders] Job in Maine

2007-01-23 Thread Russell Sprague
My company, Infusion Studios, Inc,(www.infusion-studios.com) located in Gorham Maine just north of Portland, is looking to build a network of Flash/Flex and/or 3D freelancers that we can call on from time to time. If you are a freelancer that would like to be on our list, send your resume,

[flexcoders] DB access in Apollo

2007-03-01 Thread Russell Sprague
I noticed a while back that there wasn't any kind of local database access in Apollos feature list. Is this something that will/has changed, or are the devs thinking this will be a community contribution? It seems to me that DB access is a big part of desktop apps, I have built a couple

[flexcoders] Coldfusion Path problems

2007-04-17 Thread Russell Sprague
I am having problems with cfc paths when testing any Flex app that uses remoting and the cfc with absolute paths to themselves. It throws an error that it can not find the cfc. so take this line of code from Application.cfc in the Phones example app: cfset application.phoneDAO =

[flexcoders] mx:Model to VO

2007-04-26 Thread Russell Sprague
I read a tutorial last week about connecting a mx:Model tag to an AS Value Object. I can't for the life of me find that tut again. Does any one know how to do this, or know of a/the tutorial? Thanks Russ

RE: [flexcoders] How does Digital Editions do read/write across the net without a trust file?

2006-10-30 Thread Russell Sprague
I think they are using a specially created flash player. http://renaun.com/blog/2006/10/28/140/ -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of jeremyrichmanSent: Monday, October 30, 2006 12:32 PMTo: