[osflash] osflash Digest, Vol 25, Issue 34
michèle drechsler
michele.drechsler at wanadoo.fr
Sat Jun 2 09:28:57 EDT 2007
Hello,
I am school inspector and I have responsabilies with Numerical environment of work at school ( for teachers,parents, pupils).
A would like to test this application on Moodle for langage teachers ( Look at http://www.iut-tlse3.fr/moodle/moot/course/view.php?id=17 ) or for Moodle for pupils at school.
Can one help me for the installation and this project ? ( Proposition - Luong Quang's mail )
Thank you very much
Best regards
Michèle Drechsler
----- Original Message -----
From: Luong Quang
To: Open Source Flash Mailing List
Sent: Thursday, May 31, 2007 1:08 PM
Subject: Re: [osflash] osflash Digest, Vol 25, Issue 34
If you are looking for a web based Flash Audio Recorder, we wrote one using Flash, ActiveX, Lame. Unfortunately, this is IE based only though we are looking to develop a Firefox alternative. Perhaps these ideas could be extended to create a Flash audio mixer.
We originally created it for Moodle really but there is a standalone version. This file can be downloaded here. (http://disseminator.nottingham.ac.uk/support/).
Best wishes
Luong, Quang-Nghi
------------------------------------------------------------------------------
From: osflash-bounces at osflash.org [mailto:osflash-bounces at osflash.org] On Behalf Of P M
Sent: 31 May 2007 11:39
To: osflash at osflash.org
Subject: Re: [osflash] osflash Digest, Vol 25, Issue 34
About sound recording on Flash Apps, try to give a look to Mdm Zinc. www.multidmedia.com I think will make the trick.
On 31/05/07, osflash-request at osflash.org <osflash-request at osflash.org> wrote:
Send osflash mailing list submissions to
osflash at osflash.org
To subscribe or unsubscribe via the World Wide Web, visit
http://osflash.org/mailman/listinfo/osflash_osflash.org
or, via email, send a message with subject or body 'help' to
osflash-request at osflash.org
You can reach the person managing the list at
osflash-owner at osflash.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of osflash digest..."
Today's Topics:
1. Re: saving sound to mp3 from flash ? (martin selva)
2. Re: ASDT syntax checking OS X (Martin Wood-Mitrovski)
3. Preprocessor for actionscript (Eric Priou)
4. Re: Preprocessor for actionscript (Darron J. Schall)
5. Re: Preprocessor for actionscript (Marcelo Volmaro)
6. Re: saving sound to mp3 from flash ? (Mark Winterhalder)
7. Google Gears integration (Scott Hyndman)
8. Re: saving sound to mp3 from flash ? (Dani Bacon)
9. Re: saving sound to mp3 from flash ? (Dani Bacon)
----------------------------------------------------------------------
Message: 1
Date: Wed, 30 May 2007 22:57:27 +0530
From: "martin selva" < martinselva at gmail.com>
Subject: Re: [osflash] saving sound to mp3 from flash ?
To: "Open Source Flash Mailing List" <osflash at osflash.org >
Message-ID:
<94decc5b0705301027u7417793ld89b7c69d4798d24 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Welll... Dani Bacon ..I guess you are planning to create an Flash App which
will create MP3 file on the FLY after some sort of music composition is bn
done by the user.. right..? if thatz the case.. we both are looking out for
the same thing.. Anyways.i am trying hard to get it done.. If i am
successful will post it here..
Martin Selva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20070530/c0e0bfc7/attachment-0001.htm
------------------------------
Message: 2
Date: Wed, 30 May 2007 19:43:04 +0200
From: Martin Wood-Mitrovski < flashdev at relivethefuture.com>
Subject: Re: [osflash] ASDT syntax checking OS X
To: Open Source Flash Mailing List <osflash at osflash.org >
Message-ID: <465DB7A8.2070602 at relivethefuture.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi Scott (and any other ASDT test release on OSX users) I just found out that
there is a permissions issue that could be preventing the bundled compiler from
running.
Until I find a solution for making sure that the binary has the correct
permissions, you can manually set the permissions of
eclipse/plugins/org.asdt.mtasc_1.0.0/dist/mtasc-osx
to allow everyone to execute, i guess you can use the finder or from a terminal:
sudo chmod a+x mtasc-osx
(you might not need a+x, actually it would help me to know what permissions it
actually comes with when you install it, which user and group and the permission
flags..)
anyway hopefully that will get things rolling.
thanks,
Martin
Scott Whittaker wrote:
> OK I'll try it over the weekend. Thanks!
------------------------------
Message: 3
Date: Wed, 30 May 2007 21:13:27 +0200
From: Eric Priou <erixtekila at gmail.com>
Subject: [osflash] Preprocessor for actionscript
To: Open Source Flash Mailing List <osflash at osflash.org>
Message-ID: <D3E547B2-49A8-41EE-B666-3B85EF120111 at gmail.com >
Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes;
format=flowed
Hi all,
I wonder if anyone uses a preprocessor for actionscript.
I use OSX and tried :
- cpp which doesn't seems to like utf-8 files and include everything,
even #ifdef
- jappo : The project is discontinued.
The output is not always revelant. Sometimes some directives are just
forgotten, but why ?
- jpp doesn't want to anderstand .as files
Any idea ?
Thanks.
PS : OK I know haXe, but I can't this time?)
----
Eric Priou
aka erixtekila
Articles : http://www.v-i-a.net/inprogress
Oregano : http://www.v-i-a.net/inprogress/doku.php/oregano
Oregano forum : http://www.v-i-a.net/forum/
------------------------------
Message: 4
Date: Wed, 30 May 2007 15:28:58 -0400
From: "Darron J. Schall" <darron at darronschall.com>
Subject: Re: [osflash] Preprocessor for actionscript
To: Open Source Flash Mailing List < osflash at osflash.org>
Message-ID: <465DD07A.5070808 at darronschall.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
I haven't used it personally, but have you look at GPP (generic
preprocessor)?
http://en.nothingisreal.com/wiki/GPP
-d
Eric Priou wrote:
> I wonder if anyone uses a preprocessor for actionscript.
------------------------------
Message: 5
Date: Wed, 30 May 2007 16:55:35 -0300
From: "Marcelo Volmaro" <mvolmaro at gmail.com>
Subject: Re: [osflash] Preprocessor for actionscript
To: "Open Source Flash Mailing List" <osflash at osflash.org>
Message-ID: <op.ts5oaxiinw8pdk at noa>
Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8
I use Enlarge (it uses Jappo) but at least for what i used it, it works
perfect.
On Wed, 30 May 2007 16:13:27 -0300, Eric Priou <erixtekila at gmail.com>
wrote:
> Hi all,
>
>
> I wonder if anyone uses a preprocessor for actionscript.
>
> I use OSX and tried :
>
> - cpp which doesn't seems to like utf-8 files and include everything,
> even #ifdef
> - jappo : The project is discontinued.
> The output is not always revelant. Sometimes some directives are just
> forgotten, but why ?
> - jpp doesn't want to anderstand .as files
>
> Any idea ?
> Thanks.
>
> PS : OK I know haXe, but I can't this time?)
>
> ----
> Eric Priou
> aka erixtekila
> Articles : http://www.v-i-a.net/inprogress
> Oregano : http://www.v-i-a.net/inprogress/doku.php/oregano
> Oregano forum : http://www.v-i-a.net/forum/
>
>
>
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
--
_____________
Marcelo Volmaro
------------------------------
Message: 6
Date: Thu, 31 May 2007 02:01:19 +0200
From: "Mark Winterhalder" <mark13 at gmail.com>
Subject: Re: [osflash] saving sound to mp3 from flash ?
To: "Open Source Flash Mailing List" < osflash at osflash.org>
Message-ID:
<388d2ce00705301701r163de68bu7f0a24a6d20cf473 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
In #red5 on irc.freenode.net (yeah, nice opportunity to plug the
OSFlash IRC channels, there's also #osflash...) KDan found a tool to
do it and got it to work:
<http://www.thoughtcrime.org/software/nellynomore/index.html>
libflashplayer.so version 7 can be found here:
< http://sluglug.ucsc.edu/macromedia/site_ucsc.html>
You run it like this:
xvfb-run ./nellynomore -i blah.flv -o blah.wav -l libflashplugin.so
HTH,
Mark
On 5/29/07, Martin Wood-Mitrovski < flashdev at relivethefuture.com> wrote:
> great, its been a long time coming.
>
> although until i do it myself i wont believe it. ;)
>
> all the info i can find are these two threads :
>
> http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2007-February/007246.html
>
> http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2007-April/008020.html
>
> but they dont say its actually been implemented, just that its in progress.
>
> i guess i'll have to grab the ffmpeg code from their svn repo and compile it myself.
>
> unless someone has a 32-bit i686 binary ready i can use ? or even better a .deb
> built for ubuntu :D
>
> if not i'll see what i can get together over the next few days.
>
>
> martin.
>
> robbie lindauer wrote:
> > Yes.
> >
> > If you can save the object as a flash video file (.flv) you can
> > export the audio stream as an mp3 from ffmpeg.
>
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
------------------------------
Message: 7
Date: Thu, 31 May 2007 00:56:47 -0400
From: "Scott Hyndman" < scott at affsys.com>
Subject: [osflash] Google Gears integration
To: "Open Source Flash Mailing List" <osflash at osflash.org>
Message-ID:
< d1b3f8300705302156q595afd67l356a0adc877efc48 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi guys,
Just wanted to let you know that I've been in touch Alex Russel from
the Dojo project, and it looks like I'm going to be adding some Flash
classes I've written for talking to Google Gears to Dojo. I think the
SQLLite database that Gears offers could be of use to a lot of us, and
along with Dojo's fast ExternalInterface implementation we can get
some great stuff going.
I'll be posting some preliminary code tomorrow on my blog.
Scott Hyndman
www.scotthyndman.ca
------------------------------
Message: 8
Date: Thu, 31 May 2007 09:33:50 +0300
From: "Dani Bacon" < danibacon at gmail.com>
Subject: Re: [osflash] saving sound to mp3 from flash ?
To: "Open Source Flash Mailing List" <osflash at osflash.org >
Message-ID:
<40dc091c0705302333r5e7aa371j94fa27f4535dbe6f at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Right! exactly :) though right now i am only trying to verify whether saving
onto MP3 or any other format is even possible (project isnt in yet). And
even if thats possible, there still remains the problem that letting the
user compose several sound samples will have to result into one sound file
to be sent for saving (and format conversion).
Good luck and thanks
On 5/30/07, martin selva < martinselva at gmail.com> wrote:
>
> Welll... Dani Bacon ..I guess you are planning to create an Flash App
> which will create MP3 file on the FLY after some sort of music composition
> is bn done by the user.. right..? if thatz the case.. we both are looking
> out for the same thing.. Anyways.i am trying hard to get it done.. If i am
> successful will post it here..
>
> Martin Selva
>
>
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20070531/6e577420/attachment-0001.htm
------------------------------
Message: 9
Date: Thu, 31 May 2007 09:39:38 +0300
From: "Dani Bacon" <danibacon at gmail.com>
Subject: Re: [osflash] saving sound to mp3 from flash ?
To: "Open Source Flash Mailing List" <osflash at osflash.org>
Message-ID:
< 40dc091c0705302339s7f3a1ef5j554af0fdd0b4fd11 at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Ok, thanks Mark. Ive never played with FMS or RED5 so how would you go about
solving what Martin Selva discribed (Flash App which will create MP3 file on
the FLY after some sort of music composition is bn done by the user). In
that case i wont be getting the data from a microphone but from setting up
several pre-recorded sound samples within flash ?!
On 5/31/07, Mark Winterhalder < mark13 at gmail.com> wrote:
>
> In #red5 on irc.freenode.net (yeah, nice opportunity to plug the
> OSFlash IRC channels, there's also #osflash...) KDan found a tool to
> do it and got it to work:
>
> <http://www.thoughtcrime.org/software/nellynomore/index.html>
>
> libflashplayer.so version 7 can be found here:
>
> <http://sluglug.ucsc.edu/macromedia/site_ucsc.html>
>
> You run it like this:
>
> xvfb-run ./nellynomore -i blah.flv -o blah.wav -l libflashplugin.so
>
> HTH,
> Mark
>
>
>
> On 5/29/07, Martin Wood-Mitrovski <flashdev at relivethefuture.com > wrote:
> > great, its been a long time coming.
> >
> > although until i do it myself i wont believe it. ;)
> >
> > all the info i can find are these two threads :
> >
> >
> http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2007-February/007246.html
> >
> > http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2007-April/008020.html
> >
> > but they dont say its actually been implemented, just that its in
> progress.
> >
> > i guess i'll have to grab the ffmpeg code from their svn repo and
> compile it myself.
> >
> > unless someone has a 32-bit i686 binary ready i can use ? or even better
> a .deb
> > built for ubuntu :D
> >
> > if not i'll see what i can get together over the next few days.
> >
> >
> > martin.
> >
> > robbie lindauer wrote:
> > > Yes.
> > >
> > > If you can save the object as a flash video file (.flv) you can
> > > export the audio stream as an mp3 from ffmpeg.
> >
> > _______________________________________________
> > osflash mailing list
> > osflash at osflash.org
> > http://osflash.org/mailman/listinfo/osflash_osflash.org
> >
>
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20070531/9da3ce8a/attachment.htm
------------------------------
_______________________________________________
osflash mailing list
osflash at osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
End of osflash Digest, Vol 25, Issue 34
***************************************
This message has been checked for viruses but the contents of an attachment may still contain software viruses, which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
------------------------------------------------------------------------------
_______________________________________________
osflash mailing list
osflash at osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20070602/0c634d4a/attachment-0001.htm
More information about the osflash
mailing list