Re: [Flashcoders] tree component

2008-04-21 Thread Stuart Moir [FunkDaWeb]
Not sure if these will be any use to you...

http://www.jumpeyecomponents.com/Flash-Components/Flash-Menus/Accordion-Tree-Menu-V3-36/

http://www.jumpeyecomponents.com/Flash-Components/Flash-Menus/Drop-Down-Tree-Menu-V3-35/

SM
  - Original Message - 
  From: marcellouz 
  To: Flash Coders List 
  Sent: Monday, April 21, 2008 10:03 AM
  Subject: [Flashcoders] tree component


  Hi
  Does anyone know an as3 tree component with built-in drag&drop
  functionalities? I'd like to avoid using the flex tree component...

  thx,
  Marcel
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Uploading Image & Displaying in Flash [AS3]

2008-04-06 Thread Stuart Moir [FunkDaWeb]
many thanks i should be able to sort the problem now! :o)
  - Original Message - 
  From: Cédric Tabin 
  To: Flash Coders List 
  Sent: Sunday, April 06, 2008 8:18 PM
  Subject: Re: [Flashcoders] Uploading Image & Displaying in Flash [AS3]


  Hi Stuart,

  I you're using a URLRequest directly to upload your file, then you can
  retrieve it directly if your PHP file echo the file contents :) If you're
  using the FileReference API, once the upload is finisthed, you'll need to
  reload your picture file within a Loader or a URLLoader !

  Regards,
  Cedric

  On Sun, Apr 6, 2008 at 6:30 PM, Stuart Moir [FunkDaWeb] <
  [EMAIL PROTECTED]> wrote:

  > Hi Cedric
  >
  > Its currently an XML value with the file name i.e. MYIMAGE01
  >
  > then in flash the path is hard coded i.e. "uploadedimage/" +
  > xmlClass.xmlData.ImageURL + ".jpg"
  >
  > So i presume i would need to reload the XML file?
  >
  > SM
  >   - Original Message -
  >  From: Cédric Tabin
  >  To: Flash Coders List
  >  Sent: Sunday, April 06, 2008 5:06 PM
  >  Subject: Re: [Flashcoders] Uploading Image & Displaying in Flash [AS3]
  >
  >
  >  Hi Stuart,
  >
  >  Once your ASP file has retrieved the uploaded image, then it can simply
  >  display it as binary. The URLLoader object that you use after that will
  >  retrieve a BINARY data that you can load into a Loader instance :) How do
  >  you proceed to upload your picture for now ?
  >
  >  Regards,
  >  Cedric
  >
  >  On Sun, Apr 6, 2008 at 5:55 PM, Stuart Moir [FunkDaWeb] <
  >  [EMAIL PROTECTED]> wrote:
  >
  >  > Hi can you point me to any examples/tutorials for the following
  > problem...
  >  >
  >  > I want to upload an image through a flash app via ASP (the asp part is
  > not
  >  > a problem) and then have it displayed in the flash application.
  >  >
  >  > I know how to send the image to ASP but don't know how to wait for it
  > to
  >  > be uploaded then display it in flash. This might be really simple but I
  > just
  >  > can not figure it out in my head!
  >  >
  >  > SM
  >  > ___
  >  > Flashcoders mailing list
  >  > Flashcoders@chattyfig.figleaf.com
  >  > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  >  >
  >  ___
  >  Flashcoders mailing list
  >  Flashcoders@chattyfig.figleaf.com
  >  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  > ___
  > Flashcoders mailing list
  > Flashcoders@chattyfig.figleaf.com
  > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  >
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Uploading Image & Displaying in Flash [AS3]

2008-04-06 Thread Stuart Moir [FunkDaWeb]
Hi Cedric

Its currently an XML value with the file name i.e. MYIMAGE01

then in flash the path is hard coded i.e. "uploadedimage/" + 
xmlClass.xmlData.ImageURL + ".jpg"

So i presume i would need to reload the XML file?

SM
  - Original Message - 
  From: Cédric Tabin 
  To: Flash Coders List 
  Sent: Sunday, April 06, 2008 5:06 PM
  Subject: Re: [Flashcoders] Uploading Image & Displaying in Flash [AS3]


  Hi Stuart,

  Once your ASP file has retrieved the uploaded image, then it can simply
  display it as binary. The URLLoader object that you use after that will
  retrieve a BINARY data that you can load into a Loader instance :) How do
  you proceed to upload your picture for now ?

  Regards,
  Cedric

  On Sun, Apr 6, 2008 at 5:55 PM, Stuart Moir [FunkDaWeb] <
  [EMAIL PROTECTED]> wrote:

  > Hi can you point me to any examples/tutorials for the following problem...
  >
  > I want to upload an image through a flash app via ASP (the asp part is not
  > a problem) and then have it displayed in the flash application.
  >
  > I know how to send the image to ASP but don't know how to wait for it to
  > be uploaded then display it in flash. This might be really simple but I just
  > can not figure it out in my head!
  >
  > SM
  > ___
  > Flashcoders mailing list
  > Flashcoders@chattyfig.figleaf.com
  > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  >
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Uploading Image & Displaying in Flash [AS3]

2008-04-06 Thread Stuart Moir [FunkDaWeb]
Hi can you point me to any examples/tutorials for the following problem...

I want to upload an image through a flash app via ASP (the asp part is not a 
problem) and then have it displayed in the flash application.

I know how to send the image to ASP but don't know how to wait for it to be 
uploaded then display it in flash. This might be really simple but I just can 
not figure it out in my head!

SM
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Extending Flash [AS3]

2008-02-29 Thread Stuart Moir [FunkDaWeb]

Thanks for that i wasnt aware! lol

I know its JSFL but i will be triggering it using AS3 hence the question! 
Any help would be great!


- Original Message - 
From: "Steven Sacks" <[EMAIL PROTECTED]>

To: "Flash Coders List" 
Sent: Friday, February 29, 2008 6:21 PM
Subject: Re: [Flashcoders] Extending Flash [AS3]



It's not Actionscript, it's JSFL.


Stuart (FunkDaWeb) wrote:
Hi i need to convert text to a shape via actionscript i have come accross 
this while on my search...

http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=3895.html

Unfortunaly i get an errror when trying to use it 1180: Call to a 
possibly undefined method getDocumentDOM.


Can anyone give me any idea how to go about using it?

SM
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders