SWF (ShockWave Flash) is a file format for multimedia, vector graphics and ActionScript in the Adobe Flash environment. Note: for Spring WebFlow, please use "spring-webflow" tag instead.
3
votes
0answers
257 views
Chrome Built in Flash Player Sends incorrect Referer
I have noised that chrome built-in flash player acts different compared with previous versions and current version of Adobe Flash Player.
The Problem is that when we embed some swf ...
3
votes
0answers
258 views
SWF to Screenshot or Thumbnail on Linux
whats the best way to get a screenshot or thumbnail of a SWF file on linux?
Need something i can build into a app.
thanks
3
votes
0answers
459 views
Add sound to swf file via SwfDotNet tool
I need to make swf file (slide show) from images and sounds (narrations).
I am trying to use SwfDotNet tool for it.
There is article which describes how to add images to swf ...
3
votes
0answers
221 views
file upload & swf conversion tool - similar to slideshare
I'm looking for a tool or service to enable a user to upload single, standard file formats (ex. ppt, pdf, doc, flv, mov) and convert to swf through my website - similar to what slideshare does. Any ...
3
votes
0answers
868 views
Java library to render static SWF to raster image
Do you know a Java library to render static SWF file (no animation, just raster and vector images on a canvas) to PNG? I know swfrender (a part of swftools) but I need java, not C.
2
votes
0answers
190 views
Delphi : Read JPEG Image from DefineBitsJPEG3 tag on SWF file
I've got some errors while reading JPEG image from DefineBitsJPEG3 tag in SWF file.
On SWF Documentation the tag structure of DefineBitsJPEG3 as follow :
Header : long //Tag type = 35.
Chastrong ...
2
votes
0answers
1k views
SWF to PDF batch convert
I have hundreds of files in swf format (it's an ebook), I want to batch covert them into pdf (to read them on my iPad).
I tried few like eConverter (didn't work get error with swfdec), also this may ...
2
votes
0answers
257 views
Compile FLA with all AS files
First of all, I'm not flash expert.. still trying to figure out, however, i used a tool (sothink SWF decompiler) to decompile an SWF file to FLA, i first thought it will only end up with a single FLA ...
2
votes
0answers
15k views
How to run .swf Files on Android Device
I am new to android and just started working on flash objects, by which i mean .swf files. I have read a lot about using a web view to load the swf file stored in assets/SD location, but to no avail. ...
2
votes
0answers
195 views
SWF extract to PNG
I have an interactive .swf file with zooming and rotating. I want to be able to extract any of that "positions" to .png. I saw tools like swftools but it doesnt help since, as i understand, .swf ...
2
votes
0answers
562 views
Export actionscript and raw data structure from swf wire
I've come across swf wire in the past few days as a nice way of decompiling swf files, but for the life of me I can't figure out how to actually get the decompiled files into a place that is useful ...
2
votes
0answers
974 views
How can I convert PDF to Flash for the web?
This code below is used in my code behind to upload a .pdf file then convert it into a .swf(flash). The WriteToFile method saves the pdf to the server directory and is called in the Button1_Click ...
2
votes
0answers
1k views
How to convert a swf to mp4/flv or so with command line?
I'm going to convert a swf to mp4/flv or so with batch line in linux.
I've tried ffmpeg, mencoder or a perl script FLV::info. But all these convert just the video in the swf(maybe encoded by H.263 or ...
2
votes
0answers
163 views
How do I call an ActionScript class from an included SWF file from javascript with AIR app?
I have an AIR app that includes blooddy_crypto_0.3.5.swf
<script src="lib/MD5/blooddy_crypto_0.3.5.swf" type="application/x-shockwave-flash"></script>
I want to calculate the MD5 hash ...
2
votes
0answers
344 views
Ming SWF markup and swfrender not giving correct output
I'm working on an application that uses Ming through the PHP extension to generate SWF files. This works great until someone needs to print something, so we create a PDF that uses a static image ...
2
votes
0answers
418 views
Java Runtime Error While Deploying SWF to IPA
I'm trying to make a mobile app with Flash Builder 4 using the AIR 2.6 SDK. Everything works fine on Windows, even on Android. But while compiling the SWF to an IPA file for iOS I get a Java Runtime ...
2
votes
0answers
1k views
how to make thumbnail from a .swf in php?
I have to make thumbnails from banners in swf file format (flash 9). I want to use php, but if that's not possible anything which work in a linux command line is fine by me.
I tried to open them with ...
2
votes
0answers
694 views
Finding the methods/properties on a swf object
I have a swf object embedded into a web page. Without having access to the source code of the swf file, how can I find the methods/properties that are exposed?
For example...
...
2
votes
0answers
246 views
Creating Preview Images of SWF files (a server-side solution)?
I'm looking for a way to create preview images of SWF files using server-side script, as it's for a web-based application.
Any idea how to do this?
Thanks,
Ryan
1
vote
0answers
40 views
How do you attach swf file to separate buttons to play in seperate window
I am new here so please have patience with me.
What I am doing is making a portfolio. On one layer I have 6 buttons to 6 separate swf files. I am trying to add a click event to open and close each ...
1
vote
0answers
71 views
SWF Decompiler in Javascript
I'm looking for a module or a source code in Javascript/Node to decompile swf.
I tried to read a swf file and I get a buffer full of hexa.
So do you know a source or a module/plugin in JS/node to do ...
1
vote
0answers
25 views
How to save a flash movie in html format
I have developed a flash movie using flash professional CS5.5 and exported the movie to SWF file. But I am having trouble in viewing this file in all browsers (Posted the question here: SWF file not ...
1
vote
0answers
163 views
FlashDevelop embedding swf “Definition for symbol not found”
I am trying to embed a symbol from a swf and getting the following error: Definition for symbol 'ball' not found.
This is the code
package
{
import flash.display.MovieClip;
public class Main ...
1
vote
0answers
23 views
Tracking a button click in swf
I have a swf which contains a button "contact us". I dont have the flash code / structure known to me. Is there any way I can track that button click in javascript?
1
vote
0answers
39 views
Flash Video on Chrome - No Video but Plays Audio
I'm having an issue with flash videos on my site when viewed in Chrome.
The audio plays but no video or controls. I've played around with the wmode parameter in the embed code but with no go. Video ...
1
vote
0answers
111 views
Firefox Addon SDK - doesn't play SWF file loaded from data resources
I have a little bit problem with a Firefox extension. So, the extension has a content script and this script inserts HTML code (image and SWF) into loaded pages. It works in google chrome and with the ...
1
vote
0answers
31 views
Flash camera widget resets on .append() to a div
I have a flash code to display webcam feed to the user. where user can choose from a list of camera's and microphone's. once shown to user, user selects his desired webcam and microphone. but after I ...
1
vote
0answers
42 views
Acces as3 function in swf embeded in html
Good morning to you all. This is code where I try to embed swf in html.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html ...
1
vote
0answers
69 views
Dynamic as3 app for mobiles
Ok guys I will try to be as clear as possible:
I have a web app based on PHP and AS3. The user enters personal data, and with all that dynamic info, the app generates a swf clip with audio, text and ...
1
vote
0answers
60 views
Can I compile Ming for PHP/Windows?
Where can I find instructions for compiling Ming? Google is confused and thinks I am looking for pages about MinGW (the C++ lib for Windows) when in fact I want this:
...
1
vote
0answers
105 views
How to get the list of a flash SWF flashvars parameters
I have a flash file (swf) developed by somebody else. I don't have access to the list of flashvars parameters it can take and I don't have any HTML to learn from it.
Is there any method (like AC3 ...
1
vote
0answers
152 views
GetVariable from Javascript to Flash returning null
I have a flash movie embedded in the page. I have set allowScriptAccess to always using javascript's setAttribute. Now, when I try to use GetVariable on variables in the flash object, null is returned ...
1
vote
0answers
84 views
SWF fonts loading in AOT mode (IOS Ad-hoc) - ApplicationDomain.hasDefinition() returns false
I have lots of SWF Fonts, which are dynamically loaded in my Desktop/Android app. In IOS, as we know, it's quite different, so I plan to package them with my app.
However, I'm trying to load and ...
1
vote
0answers
25 views
how do you retain quality of a swf when uploading into the internet?
When I open a swf file with adobe flash player 10.1 r52, it has the quality I want. But when I drag and drop it into the google browser. There's a little distortion in my swf.
I want to know why ...
1
vote
0answers
175 views
Resize embeded FLIPBOOK in a .fla file
I’m having the same problem every time I want to resize the Swf file of any flipbook (or Swftools template) as an external load in my main Flash website, through AS3. They always take the whole ...
1
vote
0answers
488 views
How start/pause/stop animation object swf when click on button
Good day.
I have object:
<object id="EditItemFlash" class="flashPreview" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ...
1
vote
0answers
112 views
How make that all objects .swf show first and last frame in same time?
Good day.
Code:
<ul class="inline">
<li>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ...
1
vote
0answers
113 views
Passing Flashvars in Facebook via Open Graph
I'm trying to play my customize video player in my facebook timeline. It loads my custom video player, but it won't pass the clip id to my swf via flashvars. For some reason it keeps returning NULL.
...
1
vote
0answers
408 views
swfobject 2 won't load SWF only with Internet Explorer
I have the too common issue of a javascript snippet working on every browser except IE (using the version shipped with Windows 7, Flash explicitly installed and double checked today).
In order to ...
1
vote
0answers
149 views
Is this a safe way to show .swf files?
Hello currently I am showing some .swf files inside my website but I don't know if I have left any case for potential security flaws or if the way I am using the swf files isnt correct for all ...
1
vote
0answers
167 views
Embedded flash .swf interactivity broken on css scale of the parent
I am trying to add a swf object into the html page. It has lot of user interactivities. It works fine by default. There is an option in the page where the user can zoom in/out the entire page. I am ...
1
vote
0answers
70 views
Chrome does'nt request for swf files
I have problem with flash files in Chrome. These files can appear on the page, but if you make a refresh they can (and often do) disappear. When i watch "network" tab I see that Chrome doesn't even ...
1
vote
0answers
128 views
Is this possible to do in iOS?
I got the following situation:
1- At the begining, I download swf files remotely, some of them contain ABC code, some don't. The files are saved into the documents directory of the iOS device, in ...
1
vote
0answers
151 views
JW Player crossdomain vulnerability
I'm using JW Player 6 on my website, but Facebook embedding is not supported, so in the og:video tag I'm still using the old version (5.10).
This version has a vulnerability issue (source): any video ...
1
vote
0answers
285 views
Playing audio from SWF Flash Player in Objective C
I'm currently making an iOS application where you can search a song. You will then be given a list of songs which you can choose from and then stream from the app. It uses a combination of the ...
1
vote
0answers
53 views
Safari issue - flash image expands from container
I have flash element on my site which act strange on Safari browser only, it expand from the container and breaks everything around. I don't know what's happening, http://itmjobs.ro/lidl/eu.html
...
1
vote
0answers
79 views
Finding a swf video player with js callback event
I fining a swf video player with support js callback like start_play_callback, finish_video_callback, etc... Anyone know there are swf video players like this?
1
vote
0answers
471 views
How to add a plugin to jw-player?
I've read about how to make JWPlayer plugins, and it is really easy. However, my main concern is what type of plugin should I create.
Here is what I want to accomplish:
I have some videos I need to ...
1
vote
0answers
246 views
Object #<HTMLObjectElement> has no method 'mapFunction'\n at Object.<anonymous>
swfobject.embedSWF( .path + '/swf/TestApp.swf', id, "100%", "100%",
MINIMUM_REQUIRED_FLASH_PLAYER_VERSION, null, flashVars, params, null,
function (event) {
...
1
vote
0answers
107 views
Air iOS, what is the best option for publishing a flash game with a thousand of SWFs as its assets?
My game uses a resource which comes with a thousand of SWFs. Each swf is an in-game item like a weapon or an armor and has unique vector graphic and animations via actionscript.
It's giving me a real ...