similar to: [LLVMdev] LLVM in the german (web) media (LLVM, ActionScript, Flash)

Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] LLVM in the german (web) media (LLVM, ActionScript, Flash)"

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 ^^'
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
2002 Oct 11
1
Posssible artifacts with >q -6
<div style='background-color:'><DIV><FONT size=2> Hi</P> This is a sample that has possible pre-echo problems (around 6 seconds)</P> with -q 6 and higher bitrates too. I posted it to 2 sites.. hope</P> you can check it:</P> <A
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]
2010 Jan 30
3
Video Comparison
Hey all, I have followed a thread on golem.de, which was about an article regarding mozillas reasons, not to include h264 and to prefere theora instead. In the forum there was much talking about a lot of nonsens (as usual). But there is still a huge and loud number of people believing that theora has a significant worse quality compared to h264. Most test material I found does not focus real
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
2000 Apr 18
2
Curious Printer in Network Neighbourhood
Hi! I got a Printer in network Neigbourhood [Printer Symbol]|| and I don't know how to fix. My Printer "Drucker" is shown also. How to solve this? Marco ------------------------------------------------------ /etc/smb.conf interfaces = 192.168.10.1/24 bind interfaces only = yes netbios name = GOLEM-SERVER server string = Golem Test security = USER
2020 May 20
0
smbclient oddness
I forgot to mention that using the smbclient option -A /etc/cred/authfile behaves the same way as attempting to manually enter the password on the command line; failing in 4.12.2 and working in 4.11.0 Thanks, Grant. On Wed, 2020-05-20 at 12:00 +1200, Grant Petersen wrote: > Hi all. > > I have had this apparently inconsistent behavior in smbclinet > since, around 4.11.(6?).
2020 May 20
2
smbclient oddness
Hi all. I have had this apparently inconsistent behavior in smbclinet since, around 4.11.(6?). 4.11.0 seems fine. I am on fedora 31 so I have just been keeping smbclient at 4.11.0 but that is not an option in stock fedora 32 which I would like to use now. My main problem with it is that it seems to be stopping automount working on samba shares of Fed32 clients. Any suggestions welcome... This
2020 May 20
0
smbclient oddness
Sorry all, I think I attached the wrong files. Apologies for the noise. Correct files attached. again .. these are from the logfile on the server and were in the log file named 192.168.168.13.log 192.168.168.13 is the IP address of the test client orgonon that I have set up for this. I have cut two sections from the log and they start at the same point and seem to be the same until line 162;
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 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
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
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
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
2004 Jun 10
1
RE: question about prepaid app_prepaid
Hi, As you asked, I have included my diff to what I did for the DIAL command. I probably didn't stick to some * pre-agreed standard of coding or something, so if these things offend you then I suggest that you close your eyes. :) The biggest thing to consider when you are doing a prepaid system is, what if the person with the same account in/out calls twice? I chose, for now, just to keep
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 Nov 06
2
Dual CPU performance in routing
Hello I have question, currently using linux box as router. It only route packets. Currently there is 80k packets/sec and this cause 90% CPU usage on Intel Celeron 3ghz CPU. Did multiprocessor system like 2x XEON DP 3.4ghz will divide CPU usage between 2 CPU and will allow double routing performance ? -- Golem
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
2003 Sep 16
6
sshd 3.7p1 dies on MacOSX
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here's the output from running sshd in debug mode: debug1: sshd version OpenSSH_3.7p1 debug1: private host key: #0 type 0 RSA1 debug1: read PEM private key done: type RSA debug1: private host key: #1 type 1 RSA debug1: read PEM private key done: type DSA debug1: private host key: #2 type 2 DSA debug1: setgroups() failed: