0
votes
1answer
18 views
Unnamed, non-existing .swf
I'm using jQuery sIFR plugin for text replacement, although it works perfectly but there's a link to an unnamed and non-existing ".swf" file. Is it issue related to the sIFR plugin …
1
vote
2answers
59 views
How can I get the background color of a loaded swf file ?
I'm loading an swf file into my main application using URLLoader, I want to get the background color of the loaded swf file. ( I heard that one solution wold be reading the byte co …
0
votes
1answer
16 views
Flash slideshow in ASP MVC
Hi everybody!
Never had to do some ...Flash stuff, but now a customer wants me to make a Flash intro in her (ASP MVC) site!
The scenario is this: images are stored in the dbms. E …
1
vote
0answers
33 views
Browser fails to cache SWF file
I am having an issue with the browser not caching a SWF file.
I have the following in my apache configuration:
ExpiresByType application/x-shockwave-flash "access plus 2 months" …
0
votes
1answer
18 views
Automatically generate images from SWF
I'm looking for something that automatically generates images from the content in some SWF and stores the images on a server to be fetched if the user doesn't have Flash Player ins …
0
votes
2answers
20 views
how to change a external swf’s dimention in Actionscript project?
Hi
I used Loader to load an external swf file, and try to display it in a fixed area, like a fixed dimention sprite object. And I dont know the exact size of the swf file, I just …
0
votes
1answer
24 views
What’s a good SWF optimizer?
What's a good SWF optimizer?
1
vote
5answers
123 views
Alternative for SIFR
I wish to know if there is an efficient alternative for SIFR. We are facing performance challenges with SIFR and we wish to replace it. One option is that we just use system fonts. …
-1
votes
1answer
34 views
How to script the download of “undownloadable” flash clip and then upload to youtube?
I am trying to find a way to upload the following flash replay to youtube easily
http://battlestations.mobileweapon.net/history_view.php?hid=274641
I want to do these for a large …
0
votes
1answer
16 views
[Flex3] Why are my swfs not the right resolution?
Forgive me if this is a really stupid question, but I cant figure it out.
I must admit this is my first project in flex as opposed to flash cs3.
All of the assets that I'm using …
0
votes
2answers
53 views
how to convert HierarchicalCollectionView to Array using flex3 ?
i used advance datagrid of dataProvider as HierarchicalData . it's an my array collection strature
private var groupList:ArrayCollection = new ArrayCollection([
{Co …
1
vote
2answers
26 views
Tools for optimizing / minimizing swf filesize
Hi guys,
I'm working on a big flash site with lots of component swfs and a ton of heavy multimedia (video, audio, image) content. File sizes are quickly getting ridiculous and I' …
0
votes
2answers
87 views
How to Prevent SWF from Decompiling?
How do I prevent my SWF from decompiling?
Is there any difference between ActionScript 1/2 and ActionScript 3 in the perspective of decompile prevention?
This is an opposite ques …
3
votes
1answer
31 views
How put a caption in flv converted by ffmpeg
I want to make such flv like in this video example
How do I do this?
Environment:
Fedora release 8 (Werewolf)
FFmpeg version SVN-r20412
0
votes
0answers
29 views
AS3 & Swfmill: How to access assets in swfmill-generated library swf
Hi!
I'm creating library swfs in as3 this way, works like a charm (except for the slow mxmlc compiler):
package {
import flash.display.Sprite;
public class Library extends Spr …
