search for: actionscripts

Displaying 20 results from an estimated 131 matches for "actionscripts".

Did you mean: actionscript
2007 Oct 02
0
actionscript loadmovie
Hi! I want use in my file swf actionscript coomand "loadmovie" but I didn't see it into swfdec-0.5.2. I saw that tehre is a fuction (swfdec_movie_load) that permit to load a movie (second file swf flash) into a current swf file So...How can I do to call this fuction? while actionscript command should to be call by my swf file? Thanks! Bye Wolf PS sorry for my bad english ^^'
2007 Jan 12
1
compiling vs interpreting
So I thought I'd write this down, in case anyone has useful input to it or wants to read up on the decisions later. Currnetly swfdec compiles actions from a flash file into JSScript objects and executes them using the standard Spidermonkey API. While this allows all the niceties that are available with SpiderMonkey (most important: a whole debugging framework with stack inspection etc - see
2008 Sep 14
0
Actionscript vorbis encoder
On a related note, the same authors have ported a vorbis encoder to Actionscript, and use it for streaming audio from their Hobnox tool. http://blog.andre-michelle.com/2008/first-audiotool-live-recorded- vorbis-encoded-session/ -r
2008 Jul 08
0
[LLVMdev] LLVM in the german (web) media (LLVM, ActionScript, Flash)
http://www.golem.de/0807/60912.html This article describes that Scott Petersen uses llvm-gcc to compile C and C++ programs to LLVM. This is then later converted into ActionScript byte-code and can then run in Flash/Web-Browser. There's also a link to a english language blog entry here: http://www.toolness.com/wp/?p=52
2008 Sep 14
1
Actionscript audio output
Tor, I seem to recall the pcm output code was one of the things keeping you from releasing your vorbis-in-flash player[1]. I noticed today that Andr? Michelle has published GPLv3 code for this as part of his popforge library[2]. If it helps, you might look at using his routine instead. I still think it would be quite helpful to have an swf vorbis player. -r [1]
2007 Jan 27
6
Theora in SVG+JavaScript?
Hi, I was just reading on Adobe Flash<http://en.wikipedia.org/wiki/Adobe_Flash>and the components which make it up: SWF, ActionScript, and FLV. >From what I've read, SVG is competing with SWF as the format of vector graphics in web design, while ActionScript is an ECMAScript like JavaScript. Hence, SVG + Javascript can provide an interactive, animated, open, non-proprietary web
2007 Oct 12
1
Error in documentation of swfdec
Hi! In the page of swfdec "swfdec frontpage", in actionscript status, there is the list of Actionscript command implemented into swfdec ..... MovieClip, loadmovie is done but it no work How can I do? Bye! Wolf! PS sorry for my bad english ^^' --------------------------------- --------------------------------- L'email della prossima generazione? Puoi averla con la nuova
2006 Apr 19
1
Flash, Rails, and Routes
Hi all, I''m working on a Flash app that loads information from Rails, using Flash''s Loadvars() method. This is working great, in all browsers but Win/IE. I''m wondering if it has to do with some directory/security sandbox bug in IE''s handling of Flash, coupled with Rail''s routing. Below are some examples. Keep in mind that the .swf file is in the
2007 Jun 28
0
Branch 'as' - 4 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
doc/Makefile.am | 12 ++++ doc/swfdec-docs.sgml | 4 + doc/swfdec-sections.txt | 13 +++++ libswfdec/swfdec_as_interpret.c | 11 +++- libswfdec/swfdec_as_types.c | 98 ++++++++++++++++++++++++++++++---------- libswfdec/swfdec_as_types.h | 7 +- 6 files changed, 113 insertions(+), 32 deletions(-) New commits: diff-tree
2007 Oct 26
0
2 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.h test/trace
libswfdec/swfdec_as_interpret.c | 56 ++++++++++++++++++++++ libswfdec/swfdec_as_object.h | 1 test/trace/Makefile.am | 9 +++ test/trace/implements-5.swf |binary test/trace/implements-5.swf.trace | 34 +++++++++++++ test/trace/implements-6.swf |binary test/trace/implements-6.swf.trace | 34 +++++++++++++ test/trace/implements-7.swf |binary
2006 Aug 11
3
General architechture / MVC question
Hi all, A newbie with Ruby on Rails - and programming in general - I''m working on a few Flash and PHP projects as well. Partly to make my work more efficient, partly to gain a better understanding of system architecture / design patterns, I''ve been trying to use the MVC pattern in database-backed Flash / Actionscript development as well. I think / hope that I''m
2007 Jun 28
0
Branch 'as' - 2 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
doc/swfdec-sections.txt | 25 +++++++++- libswfdec/swfdec_as_types.c | 102 +++++++++++++++++++++++++++++++++++++++++++- libswfdec/swfdec_as_types.h | 2 3 files changed, 125 insertions(+), 4 deletions(-) New commits: diff-tree f810682741113c7fb94a6a830233ae0d02833c39 (from 9def436251dc7670dfddb9aaca9d7f866a6e0942) Author: Benjamin Otte <otte at gnome.org> Date: Thu Jun 28
2005 Jun 24
0
Parallel Worlds
You know, it almost seems as though there are now parallel worlds of animation utility packages. There is of course this family of effects, written in JavaScript, and typically used by Rails apps. But then there''s very similar libraries written in ActionScript, for Flash, that do very very similar things. And since ActionScript is heavily based on JavaScript, one wonders if
2006 Jan 18
6
Ruby and Flash?
Hi there, I have an idea for a game I want to build, but it requires Flash as the presentation layer (I''d want to do the back end in Ruby running on Rails.) I have not been able to find any info on the integration of the two, and someone suggested asking here. Any info would be appreciated. Any links to examples would be great too. Thanks - please make sure you respond to me directly
2003 Dec 31
3
Java?
We needed the client browser to be open all the time for dynamic data to load without the page refreshing. After looking at all of our options we decided on programming it ourselves using flash rather than java. We have a flash frontend thats tied to our backend mysql DB. We use it for loading web site traffic data, email opens, click-throughs, bouncebacks, stats, etc. It could also be used with
2007 Jun 29
0
Branch 'as' - 3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h
doc/Makefile.am | 1 doc/swfdec-docs.sgml | 2 doc/swfdec-sections.txt | 39 +++++++++++ libswfdec/swfdec_as_context.c | 139 +++++++++++++++++++++++++++++++++++------- libswfdec/swfdec_as_context.h | 5 - 5 files changed, 160 insertions(+), 26 deletions(-) New commits: diff-tree 2203783339a0ece4ce8d264d0ec28c77034c3288 (from
2006 Mar 07
3
audio / sound recording with RoR app
hi all i want to provide audio recording facility with my Ror application , which can be stored in DB at server , for later use can anybody tell, how to implement this with RoR, as i dont hav much idea abt that thanx --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment
2008 Jan 01
26
Did DHH have a suit on?
So I''m wondering about the origin of "ActiveRecord" and "ActionPack" and the like in Rails. I''ve always thought that perhaps DHH found himself in a suit one day (maybe he had to attend a friend''s wedding or something), and as long as he had the suit on, decided to lapse into a one of the barely lucid frenzies that Marketing people are prone to when
2005 Dec 29
7
Laszlo on Rails kicking off
The Laszlo on Rails effort, bringing the rich web interface of OpenLaszlo (http://openlaszlo.org) to the simplicity of Rails (http://www.rubyonrails.com) will be kicking off next week. We have a list going at http://groups.google.com/group/laszlo-on-rails/ -- 88 people so far and we haven''t even begun! -- but if you really want to be close to the action, email me with your firstname,
2007 Jul 21
1
Re: [Advocacy] Flash and native support for Theora and Vorbis.
On 7/21/07, xiphmont@xiph.org <xiphmont@xiph.org> wrote: > I would assume Greg had a reason for asking the question where and how he did. You will find that most people have a reason to do what they do -- it doesn't mean it's a good one. On 7/21/07, Ian Malone <ibmalone@gmail.com> wrote: > Would they [Adobe] find it > more acceptable to provide lower level APIs to