search for: actionscript

Displaying 20 results from an estimated 131 matches for "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?...
2007 Jan 12
1
compiling vs interpreting
...(most important: a whole debugging framework with stack inspection etc - see player/swfdebug to get an idea about this), I don't like this approach. I'm probably going to rewrite this into an interpreter that duplicates a lot of the functionality of jsinterp.c and interpretes the original Actionscript from the file. So in short: I'm going to end up where Eric already was. Here's a list of the reasons for this decision: - security SpiderMonkey checks security of its scripts at compile-time. This is nice for SpiderMonkey since it can use opcodes tailored directly at its compilation and do...
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 design paradigm. However, FLV, in the way t...
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 generazio...
2006 Apr 19
1
Flash, Rails, and Routes
...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 /public directory. The data is coming from the ''get_vars'' action in the ''view'' controller. The following Actionscript works in Firefox, Opera, the new IE beta, etc: data.load(''/view/get_vars'', data, ''GET''); And if I set up this route in Rails: map.connect ''get_vars'', :controller => ''view'', :action => ''get_vars'' This...
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
...fdec-docs.sgml index aa1c339..07c7ee4 100644 --- a/doc/swfdec-docs.sgml +++ b/doc/swfdec-docs.sgml @@ -20,4 +20,8 @@ <xi:include href="xml/SwfdecBuffer.xml"/> <xi:include href="xml/SwfdecLoader.xml"/> </chapter> + <chapter> + <title>Actionscript interpreter</title> + <xi:include href="xml/SwfdecAsValue.xml"/> + </chapter> </book> diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt index e0454c7..30ac93b 100644 --- a/doc/swfdec-sections.txt +++ b/doc/swfdec-sections.txt @@ -178,3 +178,16 @@...
2007 Oct 26
0
2 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.h test/trace
...dex 0000000..375286a Binary files /dev/null and b/test/trace/implements-5.swf differ diff --git a/test/trace/implements-5.swf.trace b/test/trace/implements-5.swf.trace new file mode 100644 index 0000000..a9286c6 --- /dev/null +++ b/test/trace/implements-5.swf.trace @@ -0,0 +1,34 @@ +Test Implements ActionScript action +A implements Array, XML +Before +true +false +false +false +test +After +true +true +true +false +B changes prototype to A.prototype +Before +false +false +false +false +After +true +true +true +false +C has A as parent +true +true +true +false +A.prototype is reset +true +false +false +fal...
2006 Aug 11
3
General architechture / MVC question
...n 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 beginning to grasp the concept of patterns - and of the MVC one. One question however; if starting out designing a new MVC application, how do I identify the Model classes - will it always be one model per DB table? And is there a general &...
2007 Jun 28
0
Branch 'as' - 2 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...AS_VALUE_IS_NULL +SWFDEC_AS_VALUE_IS_OBJECT </SECTION> diff --git a/libswfdec/swfdec_as_types.c b/libswfdec/swfdec_as_types.c index 6b8f3a5..504245d 100644 --- a/libswfdec/swfdec_as_types.c +++ b/libswfdec/swfdec_as_types.c @@ -40,7 +40,7 @@ * @short_description: exchanging values with the Actionscript engine * * This section describes how values are handled inside the Actionscript - * engine. Sice Actionscript is a dynamically typed language, the variable type + * engine. Since Actionscript is a dynamically typed language, the variable type * has to be carried with every value. #SwfdecA...
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 it''s possible to at least use inspiration from one in developing the other. For instance, Flash has the Movieclip Tweening Prototypes, at http:// laco.wz.cz/tween/ wh...
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
...c_as_math.h \ swfdec_as_number.h \ swfdec_as_string.h \ swfdec_as_strings.h \ diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml index 07c7ee4..537817a 100644 --- a/doc/swfdec-docs.sgml +++ b/doc/swfdec-docs.sgml @@ -22,6 +22,8 @@ </chapter> <chapter> <title>Actionscript interpreter</title> + <xi:include href="xml/Internals.xml"/> <xi:include href="xml/SwfdecAsValue.xml"/> + <xi:include href="xml/SwfdecAsContext.xml"/> </chapter> </book> diff --git a/doc/swfdec-sections.txt b/doc/swfde...
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
...ind are: 1. Have as much of the controller code as possible in Ruby 2. We want to enable selective use of Flash Laszlo widgets (including video and audio, of course) or entire UI''s in Flash via helpers. So, if you want to include Flash elements in your Rails app without having to code in ActionScript, you might want to check it out. Happy New Year! Mike Pence
2007 Jul 21
1
Re: [Advocacy] Flash and native support for Theora and Vorbis.
...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 components > such as the MDCT allowing codecs built in Actionscript to > operate more efficiently? How would this work? I reckon the performance of a scriptting language cannot compare with a high-level programming language.