[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


[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:

It will tell me it can not find the PhoneDAO component.
If I make the path relative

it works.
This is a problem with any cfc that has an absolute path reference.
My Coldfusion dev box is separate from my workstation, so I thought this 
was a network issue, because if I upload the app to my production 
server,  it will run fine.  But even when I test the app locally on the 
Coldfusion dev box, it still throws the error.
This is really bugging me, because I am trying to learn Cairngorm and 
with coldfusion connections, and most of the examples have cfc's that 
use absolute paths.  Also any app that is created using the 
Flex/Coldfusion wizard also creates cfc's with absolute paths.
Any thoughts?
Russ


Re: [flexcoders] DB access in Apollo

2007-03-06 Thread Russell Sprague

I vote for MySQL.

David Mendels wrote:


Hi,
 
Some version of this will happen.  The question is when.  It certainly 
will not be in the first public developer betas of Apollo.  And I 
can't guarantee when it will be in Apollo (later beta? 1.0? 1.X?), but 
we all agree it should and will happen.
 
:)
 
-David

Apollo


*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
*On Behalf Of *Rich Tretola

*Sent:* Friday, March 02, 2007 9:03 PM
*To:* flexcoders@yahoogroups.com
*Subject:* Re: [flexcoders] DB access in Apollo

This is what I am hoping for.

Rich

On 3/2/07, *Gordon Smith* <[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>> wrote:


The Apollo team is considering integrating a SQL database into the
Apollo runtime.
 
- Gordon



*From:* flexcoders@yahoogroups.com <http://ups.com>
[mailto:flexcoders@ <mailto:flexcoders@>yahoogroups.com
<http://yahoogroups.com>] *On Behalf Of *Shannon Hicks
*Sent:* Friday, March 02, 2007 7:00 AM
*To:* flexcoders@yahoogroups.com <http://ups.com>
*Subject:* RE: [flexcoders] DB access in Apollo

Don't forget that Apollo will let us use our own installers...
There's no reason you couldn't install your own database in
addition to the Apollo application.

Shan

*From:* flexcoders@yahoogroups.com <http://ups.com>
[mailto:flexcoders@ <mailto:flexcoders@>yahoogroups.com
<http://yahoogroups.com>] *On Behalf Of *Abdul Qabiz
*Sent:* Thursday, March 01, 2007 12:20 PM
*To:* flexcoders@yahoogroups.com <http://ups.com>
*Subject:* Re: [flexcoders] DB access in Apollo

    I can imagine of doing that with Apollo. I would post soon .

On 3/1/07, Russell Sprague <[EMAIL PROTECTED]
<mailto:rsprague%40infusion-studios.com>> wrote:
> 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 using Flash, Zinc, and MySQL. It
would be a
> shame to not be able to use Apollo for some projects because of this
> issue. Hopefully someone can tell me that I just missed it when Adobe
> added this to the feature list.
>
> Russ
>
>




--
Rich Tretola

http://www.EverythingFlex.com <http://www.EverythingFlex.com>
 


[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 using Flash, Zinc, and MySQL.  It would be a 
shame to not be able to use Apollo for some projects because of this 
issue.  Hopefully someone can tell me that I just missed it when Adobe 
added this to the feature list. 

Russ



[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, examples, and pricing info to
info(at)infusion-studios.com - Please specify you would like to be 
freelance.
(we have a spam filter on our server, so you will have to fill out the 
verification email)...


We are also looking for a part time employee.
The job requirements are:
Design skills
Web site development skills, both Flash and HTML
Fireworks/Photoshop skills.
Flash and AS 2 skills.
Should have some knowledge of OOP.
Flex 2 and AS3 knowledge - you don't have to be a pro, just know what is 
going on.

Coldfusion knowledge is helpful.
knowledge and experience in 3D studios Max, or a strong desire to learn.
Maya knowledge will work as well, or other 3D packages if will to 
transfer knowledge to 3D Max.
Video compositing knowledge.  We use Combustion, but also have After 
Effects.


tasks would include:
Maintenance of current Flash sites.
Building new sites, both Flash and HTML.
Helping to design and build Flex apps.
Playing video games.

So basically we are look for someone to do it all.
We would like to have someone in house, but it may be possible to work 
remotely.

Pay will depend on experience, etc.
Send us your info - info(at)infusion-studios.com

thanks
Russ Sprague


Re: [flexcoders] Setting LinkBar button size?

2007-01-22 Thread Russell Sprague
Well I did set the horizontalGap to 0, but there is still a 10px or so 
space in the buttons.  I didn't see anything in the style of the link 
bar that controlled the buttons


Abdul Qabiz wrote:


I have never done that but I have feeling you can reduce the space 
around buttons using styles 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 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 scratch, but I can't find a
way
to make the button fit the text, so there isn't space between the
text.

Thanks
Russ


 


[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 scratch, but I can't find a way 
to make the button fit the text, so there isn't space between the text.

Thanks
Russ



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 would be nice to see more 
"Flash" style development  for Flex.


I know they are to different products, but I personally can't wait for 
Flash 9's release,  The Flex docs are a little to programmer oriented 
for my taste..


Russ


greg h wrote:


Thank you Jesse Warden:
Flash 9 Button in Flex 2
http://www.jessewarden.com/archives/2006/08/flash_9_button.html 



Now I know how grateful Flash developers were when Colin Moock first 
published ADG (ActionScript: The Definitive Guide 
).


This morning I started reading the post by Jesse's that I have linked 
to above.  Wow! 

Jesse's post has one thing after another that I have not seen in any 
other source.  And it leaves me wondering, "Jesse, where did you get 
all this from?"  If this was substantially all from "just doin' it" 
and doping it out, thank you.  But regardless, thank you for posting 
the link above (and so many others).


Two questions for this list:
1) Can anyone provide other links to blog posts, articles, etc that 
detail how to use Flash for authoring Flex 2 content?  And I mean 
Flash authoring content that integrates with Flex 2 content (i.e. AS3, 
not relying on LocalConnection or ExternalInterface 
)  
(And sources other than Jesse's blog ;-)


I know there was the following thread here on FlexCoders:
http://tech.groups.yahoo.com/group/flexcoders/message/55461 



2) But more important, links into Adobe.com  
(including Livedocs)?


This second question is my real question. 

The "Flash Professional 9 ActionScript 3.0 Preview 
" has been 
public for over 6 months.  And there have been demos of Flash CS3 for 
months.  But so far I do not see anyone from Adobe focusing on Flash 
Authoring for Flex 2 using AS3.


I am not saying that it is not there, just that I am not seeing it.  
And I keep my eyes open for it all the time.


The scariest thing for me, is that Flash CS3 is looking like it will 
integrate better with Illustrator than with Flex 2.


Please excuse me if I seem like I am asking for clearly documented 
workflows and processes.  But both Flash and Flex 2 are:  a) 
commercial products; b) owned by Adobe; c) do integrate.


Yes, I would like the "How Tos" handed to me on a silver platter.  In 
Adobe docs.  On Devnet.  etc.


Thanks,

g

 




[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. 

thanks
Russ



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

2007-01-19 Thread Russell Sprague

thanks for the tip LD. here is the function I set up for resize

private function onResize(evt:ResizeEvent):void{
   var scaleF:Number = this.height/bImage.contentHeight;
   if(this.heighthorizontalCenter="0" verticalCenter="0"/>


it works great, will scale the image up to its original size, then keeps 
it centered.


Thanks
Russ

lar.drolet wrote:


Not sure if this will work but what if you placed your image inside of
a Canvas (100% x 100%), which is inside if your 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:

>
> Great that works,
> any suggestions on how to get the scalled size of the image if I place
> it in the top frame of a VDividedBox, and set the image w and h to 100%
> So the image will scale to fit into the pane when the dividerBar is
dragged.
>
>
> lar.drolet wrote:
> >
> > Try this:
> > trace("iw "+bImage.contentWidth);
> > trace("ih "+bImage.contentHeight);
> >
> > LD

 




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

2007-01-19 Thread Russell Sprague

Great that works,
any suggestions on how to get the scalled size of the image if I place 
it in the top frame of a VDividedBox, and set the image w and h to 100%

So the image will scale to fit into the pane when the dividerBar is dragged.


lar.drolet wrote:


Try this:
trace("iw "+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 loadImage(val:String):void{
> imgsrc = "assets/images/"+val;
> }
> private function imgLoaded(e:Event):void{
> trace("tw "+this.width);
> trace("iw "+bImage.width);
> trace(e.target.width);
> }
> ...
>  horizontalCenter="0" verticalCenter="0"/>
>
> if I call the loadImage function with a image url string,
> even after the image loads into the Image tag, it returns 0 for the
> width and height of the Image tag.
>
> I tried using a callLater function in the loadImage function, but it
> gave the same results.
>
> Is there a way to get the width and height of an Image tag if it loads
> in an image at runtime?
>
> Thanks
> Russ
>

 




[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{
trace("tw "+this.width);
trace("iw "+bImage.width);
trace(e.target.width);
}
...


if I call the loadImage function with a image url string,
even after the image loads into the Image tag, it returns 0 for the 
width and height of the Image tag.

I tried using a callLater function in the loadImage function, but it 
gave the same results.

Is there a way to get the width and height of an Image tag if it loads 
in an image at runtime?

Thanks
Russ




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

2007-01-18 Thread Russell Sprague

well that is what I thought, but I couldn't get it to work.

Shannon Hicks wrote:


You could always set the x/y by hand when you load the image. 
Something like this:


loadImage():void {
image.source = mynewimage.jpg
callLater(centerImage);
}

centerImage():void {
image.x = (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 something in mxml, I don't know 
enough to translate the AS to mxml.


@roman
I tried the horizontal and verticalCenter, and it didn't work
I think part of the problem is there is nothing in the component 
until I load the image, so there is nothing to measure to.


Russ
Matt Horn wrote:


> I hate the flex documentation...

Also, if there are specific problems with the documentation, please let
the doc team know by either posting to this list, adding a comment to
livedocs, or filing a bug at http://www.adobe.com/go/wish. 
<http://www.adobe.com/go/wish.> Thanks,


matt horn
flex docs

> -Original Message-
> From: flexcoders@yahoogroups.com 
<mailto:flexcoders%40yahoogroups.com>
> [mailto:flexcoders@yahoogroups.com 
<mailto:flexcoders%40yahoogroups.com>] On Behalf Of Roman Protsiuk

> Sent: Thursday, January 18, 2007 7:51 AM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> Subject: Re: [flexcoders] It shouldn't be this hard.
>
> The first thought is:
>
> 
>  verticalCenter="0" /> 
>
> To scale, dunno, but maybe something like:
>
> 
>  source="{yourSource}"
> width="{imageContainer.width < image.width ?
> imageContainer.width : image.width}"
> height="{imageContainer.height < image.height ?
> imageContainer.height : image.height}"
> scaleContent="true"
> horizontalCenter="0"
> verticalCenter="0" />
> 
>
> This one probably won't work, it's very dirty, however might
> give you a clue... ;)
>
> And the easiest way to scale, but still, not so nice from the
> point of ui (it scales both way) is just:
>
>  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:

>
> I hate the flex documentation...
>
> All I want to do is dynamically center an image on my stage.
>
> I have a VDividedBox with an image in the top, and text
> in the bottom.
> I loading in images by setting the source of an image
> tag(probably not
> the best way to do it, but again I hate the Flex docs...).
> So when the image loads I am trying to set it to center
> in the upper
> pane of the vdividedbox, but all my attemps have failed.
>
> It would be nice to also resize the image as the
> divideBar is dragged,
> but only to the original size of the image, then it
> just centers.
>
> Thanks
> Russ
>
>
>
>
>
>
>
>





 




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

2007-01-18 Thread Russell Sprague

Here is the code for the image component

http://www.adobe.com/2006/mxml";>
   
   [Event(name="imageLoaded", type="events.ImageLoaded")]
   
   
   
   
   width="100%" height="100%" resize="true"/>



here is the code in the vDividedBox that holds the Image

http://www.adobe.com/2006/mxml"; 
xmlns:is="components.*" paddingTop="1" initialize="init()" 
dividerPress="dPress()" dividerRelease="dRelease()" 
updateComplete="changeSize(event)" liveDragging="true">


   

verticalScrollPolicy="off" horizontalScrollPolicy="off">


imageLoaded="imageLoaded(event)"/>


verticalScrollPolicy="off" horizontalScrollPolicy="off" minHeight="20">
verticalGap="0" >
   backgroundImage="assets/images/barBg.jpg" backgroundSize="100%" 
horizontalGap="0">

   
   
   click="toggleTxt(event)"/>

   
   borderStyle="none" verticalScrollPolicy="auto"/>

   



So I am calling the imageLoaded function when the image completes 
loading in the component.  I figured that is were would need to set the x,y
also since the image scales to fit in the pane, I would need that size, 
not the size of the image 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 with an image in the top, and text in the bottom.
I loading in images by setting the source of an image tag(probably
not
the best way to do it, but again I hate the Flex docs...).
So when the image loads I am trying to set it to center in the upper
pane of the vdividedbox, but all my attemps have failed.

It would be nice to also resize the image as the divideBar is
dragged,
but only to the original size of the image, then it just centers.

Thanks
Russ




--
Rich Tretola

http://www.EverythingFlex.com <http://www.EverythingFlex.com>
 




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

2007-01-18 Thread Russell Sprague

@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 something in mxml, I don't know 
enough to translate the AS to mxml.


@roman
I tried the horizontal and verticalCenter, and it didn't work
I think part of the problem is there is nothing in the component until I 
load the image, so there is nothing to measure to.


Russ
Matt Horn wrote:


> I hate the flex documentation...

Also, if there are specific problems with the documentation, please let
the doc team know by either posting to this list, adding a comment to
livedocs, or filing a bug at http://www.adobe.com/go/wish. 
<http://www.adobe.com/go/wish.> Thanks,


matt horn
flex docs

> -Original Message-
> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> [mailto:flexcoders@yahoogroups.com 
<mailto:flexcoders%40yahoogroups.com>] On Behalf Of Roman Protsiuk

> Sent: Thursday, January 18, 2007 7:51 AM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> Subject: Re: [flexcoders] It shouldn't be this hard.
>
> The first thought is:
>
> 
>  verticalCenter="0" /> 
>
> To scale, dunno, but maybe something like:
>
> 
>  source="{yourSource}"
> width="{imageContainer.width < image.width ?
> imageContainer.width : image.width}"
> height="{imageContainer.height < image.height ?
> imageContainer.height : image.height}"
> scaleContent="true"
> horizontalCenter="0"
> verticalCenter="0" />
> 
>
> This one probably won't work, it's very dirty, however might
> give you a clue... ;)
>
> And the easiest way to scale, but still, not so nice from the
> point of ui (it scales both way) is just:
>
>  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:

>
> I hate the flex documentation...
>
> All I want to do is dynamically center an image on my stage.
>
> I have a VDividedBox with an image in the top, and text
> in the bottom.
> I loading in images by setting the source of an image
> tag(probably not
> the best way to do it, but again I hate the Flex docs...).
> So when the image loads I am trying to set it to center
> in the upper
> pane of the vdividedbox, but all my attemps have failed.
>
> It would be nice to also resize the image as the
> divideBar is dragged,
> but only to the original size of the image, then it
> just centers.
>
> Thanks
> Russ
>
>
>
>
>
>
>
>

 




[flexcoders] It shouldn't be this hard.

2007-01-17 Thread Russell Sprague
I hate the flex documentation...

All I want to do is dynamically center an image on my stage.

I have a VDividedBox with an image in the top, and text in the bottom.
I loading in images by setting the source of an image tag(probably not 
the best way to do it, but again I hate the Flex docs...).
So when the image loads I am trying to set it to center in the upper 
pane of the vdividedbox, but all my attemps have failed.

It would be nice to also resize the image as the divideBar is dragged, 
but only to the original size of the image, then it just centers.

Thanks
Russ




[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 I try manually launching the html, it doesn't 
include the flash..
Is there a better place to learn about using External Interface then the 
Flex help docs?

Thanks
Russ



RE: [flexcoders] Re: installing FDS

2006-11-30 Thread Russell Sprague
Jen,
Are you using the intergrated jrun configuration?
I heard that it should only be used on a development server.  If this is not
the case then great, because that does make it a lot easier.

Russ
  -Original Message-
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
Behalf Of Jennifer Chan
  Sent: Wednesday, November 29, 2006 5:18 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: installing FDS


  Russ,

  FDS comes with an integrated JRun customized for FDS. Is your
  current CF server running standalone or on top of a J2EE server?

  On another note, Adobe put out some documentation regarding
  installing FDS
  (http://www.adobe.com/support/documentation/en/flex/2/install.html?
  trackingid=CSHU#installingfds2). I used it to install FDS on my
  server. It's currently running WinServer2003, IIS, and the
  standalone CF7. It seems to be working fine 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 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
  > production server without knowing how installing Tomcat would
  effect say the
  > IIS server, etc. I am not a server admin by any means, so ever
  time I
  > install something on the server, its with white knuckles.
  >
  > Russ
  >



  


[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
production server without knowing how installing Tomcat would effect say the
IIS server, etc.  I am not a server admin by any means, so ever time I
install something on the server, its with white knuckles.

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: flexcoders@yahoogroups.comSubject: [flexcoders] 
  How does Digital Editions do read/write across the net without a trust 
  file?
  
  If you haven't already, check out Adobe's new Digital Editions beta (at 
  http://labs.adobe.com/technologies/digitaleditions/install/).I 
  believe this was written using Flex; but how do they read and write across 
  the net without needing a trust file? (They didn't put one into my 
  system32\Macromed\flashplayertrust directory).I ask because I 
  need to be able to do it as well. Are they using an Adobe-only 
  backdoor?Jeremy
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___