[Flashcoders] Import & Export SVG Data into FLEX4

2011-07-12 Thread artur
I need to import an SVG and turn it into a DisplayObject so the user can
transform it.
then when done, i need to export the new svg data .

any classes/libs out there?

or is SVG deprecated?
if so, whats the most efficient solution then?

thanks

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


Re: [Flashcoders] Re: OTish MP3 files for a piano scale

2011-07-12 Thread Paul Andrews

I thought I should give an update about what I actually did.

I used Audacity Nyquist to synthesise the notes I needed. 
http://www.cs.cmu.edu/~rbd/doc/nyquist/part15.html


That allowed me to generate the piano samples I needed.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Library asset rename

2011-07-12 Thread Paul Andrews

OK, thanks guys - I did miss a trick!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Library asset rename

2011-07-12 Thread Kerry Thompson
Paul Andrews wrote:

> I'm using Flash CS5.5 and recently imported about 200 mp3 samples. I needed
> to create instances of these on demand so I had to create classes without
> the suffix  ".mp3".
>
> It was a PIA renaming the MP3 files, so did I miss a trick about how to
> import large numbers of mp3 files and avoid renaming them individually to
> remove the .mp3 suffix?

I had a similar project not too long ago. I imported the files as is,
and used a jsfl command to rename them. It was pretty quick and
simple.

Cordially,

Kerry Thompson

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


Re: [Flashcoders] Library asset rename

2011-07-12 Thread Jared
That sounds like a job for jsfl - dot know of any other simpler ways to import 
+ rename files automagically 

sent from my phone

On Jul 12, 2011, at 10:23 AM, Paul Andrews  wrote:

> I'm using Flash CS5.5 and recently imported about 200 mp3 samples. I needed 
> to create instances of these on demand so I had to create classes without the 
> suffix  ".mp3".
> 
> It was a PIA renaming the MP3 files, so did I miss a trick about how to 
> import large numbers of mp3 files and avoid renaming them individually to 
> remove the .mp3 suffix?
> 
> 
> ___
> 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] Library asset rename

2011-07-12 Thread Paul Andrews
I'm using Flash CS5.5 and recently imported about 200 mp3 samples. I 
needed to create instances of these on demand so I had to create classes 
without the suffix  ".mp3".


It was a PIA renaming the MP3 files, so did I miss a trick about how to 
import large numbers of mp3 files and avoid renaming them individually 
to remove the .mp3 suffix?



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



Re: [Flashcoders] scrolling webpage with flash

2011-07-12 Thread Micky Hulse
On Tue, Jul 12, 2011 at 3:05 AM, Cor  wrote:
> Thank you!

Ditto!

I have always used ExternalInterface and jQuery for my JS/Flash
projects... I am totally looking forward to trying BrowserCanvas! I am
especially interested in how they packaged their JS with their Flash
apps... That technique could come in very handy for future projects.

Thanks for the good thread!

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


RE: [Flashcoders] scrolling webpage with flash

2011-07-12 Thread Cor
I have now. :-)
Thank you!

Best regards,
Cor 

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Amanda Kuek
Sent: dinsdag 12 juli 2011 3:59
To: Flash Coders List
Subject: Re: [Flashcoders] scrolling webpage with flash

Hi Cor,

Have you seen BrowserCanvas?

http://www.dncompute.com/blog/2008/06/23/browsercanvas-the-worlds-easiest-wa
y-to-dynamically-resize-flash.html

It sounds like exactly what you need and it works like a dream.

Cheers,
Amanda.


On Fri, Jul 1, 2011 at 6:36 AM, Cor  wrote:

> Eric,
>
> Thank you!
> That's exactly the problem.
> I don't know how to do this in javascript, etc.
>
> Best regards,
> Cor van Dooren
> www.codobyte.com
> --
>  "There are only 10 types of people in the world:
>   Those who understand binary and those who don't."
>
>
> -Original Message-
> From: flashcoders-boun...@chattyfig.figleaf.com [mailto:
> flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. 
> Dolecki
> Sent: donderdag 30 juni 2011 22:32
> To: Flash Coders List
> Subject: Re: [Flashcoders] scrolling webpage with flash
>
> I think I know what you want. Have your app calculate how high it 
> needs to be, then call out using javascript to a method which changes 
> the dimensions of a div, where your SWF embed is made at 100%. It can 
> keep calling that method. Just make sure your SWF has noScale, etc.
> set within it. I've done this to generate charts that are a dynamic 
> height based on data to represent... the page will expand to 
> accommodate the div so your SWF never gets clipped.
>
>
>  Google Voice: (508) 656-0622
>  Twitter: eric_dolecki  XBoxLive: edolecki  PSN: eric_dolecki
>  http://blog.ericd.net
>
>
>
> On Thu, Jun 30, 2011 at 3:32 PM, Cor  wrote:
> > Thanks Matt,
> >
> > Swffit works fine... when resizing the browser, but my issue is that 
> > the browser is never resized, but the content in the swf grows
> dynamically.
> > So I would like to get my swf-dimensions variable.
> >
> > Best regards,
> > Cor
> >
> > -Original Message-
> > From: flashcoders-boun...@chattyfig.figleaf.com
> > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Matt S.
> > Sent: donderdag 30 juni 2011 17:50
> > To: Flash Coders List
> > Subject: Re: [Flashcoders] scrolling webpage with flash
> >
> > then you should definitely check out SWFFIT, that can do what you're 
> > looking for.
> >
> > .m
> >
> > On Thu, Jun 30, 2011 at 11:38 AM, Cor  wrote:
> >> I need loaded content to be able to grow within my SWF to any height.
> >> If this overshoots the html-height then the scrollbar of the 
> >> browser will show.
> >>
> >>
> >> Best regards,
> >> Cor
> >>
> >> -Original Message-
> >> From: flashcoders-boun...@chattyfig.figleaf.com
> >> [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Matt S.
> >> Sent: donderdag 30 juni 2011 17:33
> >> To: Flash Coders List
> >> Subject: Re: [Flashcoders] scrolling webpage with flash
> >>
> >> Not sure what you need exactly, but SWFFit is a nice little utility 
> >> for various flash resizing needs: http://swffit.millermedeiros.com/ 
> >> ___
> >> 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
>
>
> ___
> 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