swf

How to get the flash related source files from the swf file ?

Hi, I have a small flash project. I created a SWF from the flash sources. Unfortunately all my flash sources related to the project are deleted. I left with the SWF file. Is there any way that I can retrieve all the flash source files from the swf file ? ...

Transparent image - overlap

In my Flex application there's a swf file with some functionality like for example mouseClick and there's an image with transparency which I want it to go on top of that swf. The problem is that the image is covering over any functionality... Is there a way to be able to integrate with swf file on those transparent areas of the image? ...

Disable swf file replay while single click

Im using flowplayer to stream swf files,these swf files are generated by adobe captivate. During the playback when i click the video it restarts to the beginning of the file. What will be option to disable the video replay while clicking inside player during playback ...

Hide Flex Component From SWFLoader

How can I hide a component and what AS3 code to use to hide a Flex Component from an external swf file? ...

Use OpenOffice to do server-side ppt(x) to swf conversion

I'd like to turn Powerpoint presentations to SWF files the same way that OpenOffice does it, except automatically through a command line call. I came across http://stackoverflow.com/questions/886144, which led me to explore PyUNO bridge, which comes with OpenOffice as well as the OpenOffice command line API, but I wasn't able to make any...

same flash file (.swf) downloaded multiple times on a page

I have a page that has a table with each row corresponding to an audio file. The last cell in each row embeds a simple flash audio player. The problem is that the flash file for the player is being downloaded for each row separately and as soon as rows go beyond 40-50 it crashes the browser. I tried using different players (1pixelout, f...

Is it possible to convert / generate a video file from a Flash .swf that loads dynamic content (mp3, jpegs and FLVs)?

I have a web application that loads and plays content through Flash player - images, audio and video. The content is dynamic and I want to be able to allow users to save what they see as a video file, perhaps FLV. So that they can play back the original presentation, share it, upload to youtube etc. I am thinking that this will have to...

Action Script 3.0 project running problem

My simple flash project works on my computer normally.But I move it to other computer .swf file does not work.It shows only 3 point like loading and thats all.In my project I have some images .I added them like drag and drop on project.But I tried it with out images and it also gives same error.I am using CS5. ...

have swf link to new url with html?

so i have a swf with a simple animation- the div used to contain it has a border that changes color when you hover- i want the whole thing to link to a new page when clicked- but right now it only works when you click on the border. heres what i have so far (a href="http://" class="noDecoration" ) (div id="ink" class="galleryBox" ...

Have swf video link to new page with html/csss?

so i have a swf with a simple animation- the div used to contain it has a border that changes color when you hover- i want the whole thing to link to a new page when clicked- but right now it only works when you click on the border. heres what i have so far (a href="http://" class="noDecoration" ) (div id="ink" class="galleryBox" ) (/...

Have you used SWF Protector? Flash Protection

Im seeking for some reliable flash obfuscator. Price is also important for me, so Im thinking to buy SWF Protector Made a few testes and as a result: SWF Protector is the only one that breaks Flash Decompilers. Tested protected swf with Sothink and Trillix Decompilers. Both failed to open protected AS3 code. But before buy it I want to ...

Using Flash/SWF applications to retrieve a user's "real" IP address

I'm almost certain this is possible, but am not sure how to go about it. Basic idea: User visits a website using a HTTP/socks proxy. Hidden .swf file is embedded on the site which, when loaded by the client, sends data back to the web server, and that allows the IP to be logged along with a corresponding session ID of some sort which ti...

can't get it to work: crossdomain.xml and Flash

Hi, I have a (self-created) swf demo with button triggering getUrl('SampleTargetPage.html') Now I want to place the swf at our cdn at cdn.example.com while my html page resided on www.example.com More structured: www.example.com/test.html cdn.example.com/someflash.swf cdn.example.com/crossdomain.xml I thought it would be sufficie...

How to make an swf compatible with all screen resolutions?

I'm not really sure how to go about it, but I'd like to have the swf get as big as possible for each user without requiring scrolling. Of course it would stick to a certain ratio, currently I'm using 2:1 but that could be changed (maybe I should use 16:9 since it is the standard widescreen ratio). I am only using Actionscript 3 for code...

Do applets and the browser share a cache?

I have a third party applet that makes use a csv file, let's call it file.csv, and makes use of all of the columns. I also have a third party swf object that makes use of file.csv but only makes use of 20% of the columns. The initial decision was to use the same file for both because it would result in easier maintenance. My question is...

Flex: Does the flex compiler automatically optimize embedded PNG assets?

I was trying to further reduce the filesize of a SWF file by optimizing the embedded PNG graphics (using ImageOptim tool). To my surprise, this didn't yield any effect, so I created two test Images (get them here: http://www.filefront.com/16902865/images.zip): Original (434kb) Optimized (274kb) When embedding either of these assets in...

How to embed sound in Speex format into SWF DefineSound tag?

According to the latest SWF file format specification it is possible to use Speex codec inside a DefineSound tag. Are there any tools for doing this? I tried to insert output from speexenc (it produces ogg file with speex stream) but it seems that Adobe Flash does not understand it and I hear only funny noise. ...

Flash crash (ends up in a restart loop) when loading an external swf

Im working with FlashDevelop and have two main projects, all pure AS3 projects. When trying to load my second project from my main project I get all kinds of errors. The Main class of the main project extends Sprite and the Main class in the "to-be-imported" project extends MovieClip. Looking at the loading of the swf in the debug wind...

exporting swf to mpeg

I am trying to export a .swf to mpg/avi or any other easily viewable and distributable format. It has worked in the past but the .swf we are currently trying to export has more advanced filters and masks. Can any one tell me a good program/method? ...

Removing fills in SWF files

Hi, guys! I believe I have a different problem. We have some dozens of SWF files and we need remove a certain fill of each SWF file, to each frame! That fill is purple color and it should help, but we aren't SWF experts. What we want is developing a tool (in Delphi, C++ or any language) able to read each SWF file and modify it, generat...