swf

flash upload control in javascript

how to use a swf upload control in javascript for a page developed in asp.net & c#.net? can any one provide the code snippet? ...

SWF transcoding, does it exist?

Hey all, I am looking for some type of SWF transcoder so I can convert SWF files to .avi's. Preferably something that we could hook into our Java architecture. Any suggestions? ...

Embedding swf with players

I want too display PPTs as inline on webpage via swf. So I convert them to swf using OpenOffice scripting. I can embed them into webpage via swfobject, however this has two major problems, Swfobject require me to tell the size of uploaded swfs, which I dont know in advance, as size/aspect ratio of swf depends on uploaded presentation. ...

c#: exporting swf object as image to Word

Hello in my Asp.net web page (C# on backend) I use a Repeater, whose items consist of a title and a Flex chart (embedded .swf file). I am trying to export the contents of the Repeater to a Word document. My problem is to convert the SWF files into images and pass it on to the Word document. The swf object has a public function which ...

Flash files are playing laggy /Jerky in screensaver

I have developed a screen saver for MAC OS X. Screen saver plays flash files. Whene I run screen saver on display resolution higher than 1300 X 1000 then flash files play very jerky / laggy. When I run it in low resolution then files play fine.Even flash files are playing fine in desktop application. This problem is more on 10.6 Snow Leo...

Encrypt parameters passed to a swf

Hi, does anyone know how to encrypt the parameters that are passed to a flash movie? The case is, that the user should not be able to read the parameters in the source code in plaintext. And of course, I have to able to decrypt the parameter in actionscript 3 ;-) thx, tux ...

How to get Joomla to change swf depending on language being used?

Hi everyone! I'm new to this whole Joomla thing, and I'm trying to get an swf to change depending on what language the user is using. I'm using a language plugin which includes only two languages: English and Finnish. I've noticed when a user changes the language the URL changes with the language for example: index.php?lang=fi so in php ...

How does Nike's website do this Flash effect when the user selects a choice.

I was wondering how does Nike website make the change you can see when selecting a color or a sole. At first I thought they were only using images and when the user picked a color you just replaced that part, but when I selected a different sole I noticed it didn't changed like an image it looked a bit more as if it was being rendered. D...

Random loading swf files into main swf with countdown timer

ok guys a question, can this be done or has it already been done, or can someone point me in the right direction (be aware i an a total newbie with action script) i have a main swf movie about 600px x 400 px what i want is this to run for say 30 seconds, then i want a countdown timer in the bottom corner for say 10 seconds, after this ...

Incompatible classes when loading SWF

I have two ActionScript 3 projects, game(.swf) and minigame(.swf). At runtime the main game loads the minigame via Loader. I also have a shared library (SWC) of event classes, included by both, which minigame will need to dispatch and game will need to listen to. First: Is this possible this way? Second: What will happen if I compile t...

Flash content in eLearning: one SWF vs. many?

We are designing a Flash-based language course, and I am not sure which architecture we have to choose. The content won't be uploaded to the Internet, it will be used only locally. Possible architectures: 1) A single SWF with all the data stored internally - it seems a rather clumsy and inefficient way (or it's not?). 2) To make a Fl...

Auto generate SWF in Flex SDK

I'm building my first website with AS3, and I'm using Flash Builder 4 to create/edit my AS classes. I have two .fla files (preloader.fla and portfolio.fla) which I both published as .swc and loaded them into my ActionScript project in FB4 (build path). When I hit debug, FB4 automatically generates a .SWF in bin-debug folder called Preloa...

In actionscript, why is my static class member variable not the same when accessed from different parts of my app?

I have an actionscript class with a static member variable defined. public class A { public static var x:int; } When I try to access it from different parts in my code I don't get the same value in each spot. A.x I am accessing the variable in different modules that are loaded, so they are all in their own separate .swf file....

Error #1009 Cannot access a property or method of a null object reference.

Hey everyone, I'm trying to import an external SWF with a scrollbar, calling out to an external .AS, into my main SWF. Someone told me, it's an issue that my scrollbar isn't instantiated yet, but stopped short of helping me how to fix the problem. Here's the error below: TypeError: Error #1009: Cannot access a property or method of a n...

Browser security when calling HTTP assets via a SWF on a HTTPS site

We have a site that runs on HTTPS and needs to pull in various JS assets to run a video player on the page. We get a browser security warning on this page because the JS files we are externally calling are being accessed via HTTP, not HTTPS. E.g. // HTTP reference on a HTTPS site <script src="http://the-cdn.tld/player.js"&gt;&lt;/script...

pdf2swf: corrupted double-linked list:

I am trying to convert a pdf with pdf2swf.. Normally it works ok but with this PDF I get this, what is a corrupted double linked list and how can I fix this? I have ubuntu server 9.10 and swftool v0.9: * glibc detected pdf2swf: corrupted double-linked list: 0x08d8c220 ** ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6[0xb73f...

actionscript swf: why the swf is cached in one web server

Hi, I have one swf and a program to load this swf. The swf is put in a server. I encounter a weird problem that if I put this swf in serverA, each time my program will issue a http request to that webserver(with 304 response). But when I move the swf from serverA to serverB, some weird things happen, the progrom will only issue the fir...

How do I disassemble ABC bytecode?

If I have an abc file, either compiled through the flex SDK, or stripped from a .SWF file, are there any tools that will disassemble that file purely to see what it contains? ...

Communicating to Parent SWF

Hey guys I'm having such a hard time of it today. I have a game, I've loaded into a parent SWF - I would like my parent SWF to accept events I dispatch from within the game, or have the ability to talk both ways. -- Reason is, I would like to unload and load the game back in, once the end screen is active. Any help and I'll give you...

Loading external SWF's with Transparent Background

Just to get some professional opinions, is it possible to load in an external SWF and set that SWF's background to transparent? This question has nothing to do with embedding the SWF in an HTML page. I already know that setting the WMODE to transparent will create a SWF with a transparent background in a browser. ...