0
votes
1answer
20 views
XML/SWF help needed
I'ld like to make a little swf application to use it on my XP desktop place.
And I'ld like to run movies directly from this swf.
So, I need to know parameters like movie name and subtitle name to …
0
votes
2answers
43 views
When a SWF is loaded into another. Can the main SWF read the loaded one to retrieve its contents and modify them?
Give this scenario:
I have a cool graphic in Illustrator or Flash.
The graphic represents a figure, with various elements inside, shapes, lines, gradients, etc.
I export it to a swf file and I can …
0
votes
1answer
27 views
HaXe simple flash preloader
Is there a simple way to have a preloader that just traces the percentage and then goes on to the main game? Just as simple as possible, so that I can add in the progress bar/logo animation after. I …
3
votes
1answer
28 views
More about SWFScan
I'm desperate to find the ShmooCon talk by HP's Prajakta Jagdale on SWFScan and flash decompilation. All I could find was the HP white paper itself. Anyone who can help, would be greatly appreciated.
2
votes
6answers
160 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. Can someone please …
1
vote
2answers
79 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 code of the loaded swf …
1
vote
0answers
49 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"
I can see the …
0
votes
2answers
34 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 want it to fit the …
0
votes
1answer
20 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 I'm using? How do I …
0
votes
2answers
46 views
Is it possible to use conditional operator in checkbox using flex ?
I want to fill color based on condition so I used conditional operator for the checkbox. But it's shows the error Implicit coercion of a value of type String to an unrelated type Array. What did I do …
1
vote
1answer
24 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 installed. The purpose …
3
votes
1answer
44 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
1answer
21 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. Every image belongs …
0
votes
2answers
72 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([
{Country:'India', …
0
votes
2answers
107 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 question of the …
