Tagged Questions
0
votes
1answer
99 views
calling swf function from java (without loading swf file into browser)
I searched a lot regarding this topic but did not get any good answer.
Scenario:
We have Rest web service bases implementation in our project. Ideally frontEnd (Flex) call web service and backend ...
1
vote
1answer
230 views
Adobe Flex .swf Cache
I have found to reload the .swf file everytime so the user has the latest version, add the following code to eliminate caching by the browser:
<meta http-equiv="Cache-Control" content="no-cache, ...
0
votes
1answer
306 views
Flex Web application Resize method(and Scale X/Y) not working on Server but works on local Flex Builder
I have a quite different problem with resizing. I have a Flexbook component which uses the middle part of screen (center) with a html header menu and footer.
The problem:
The scaling works perfectly ...
2
votes
2answers
832 views
How to handle manual .swf caching?
I have a .swf in my rails application, located here:
/public/bin/editor/Editor.swf
It works fine, with one flaw, it gets cached often, so when we release a new version we are usually needing to tell ...
2
votes
1answer
1k views
FLex : unload swf file in SWFLoader
In Flex 3 I have a SWFLoader:
<mx:SWFLoader id="player" source="http://youtube.com/v/..." />
and after some time I invoke player.unloadAndStop(). And I always get this error:
ReferenceError: ...
0
votes
1answer
125 views
is there any tool to figure out the memory occupies by the swf?
Well i am not asking about the tool to compress or measure the size of swf file , i need a tool that can show me how many bytes or mbs, my swf is using ??
0
votes
1answer
1k views
Loading external .swf (projects) into a flex/flash builder application
I'm doing some research for a project that I might be doing soon, and I'd like to build it in Flex or Flash builder, but I just have a question.
I looking to build a sort of admin section of the ...
0
votes
0answers
230 views
Load SWF in Flex
I have an SWF that reads an XML.
When i load it in Flex it reads nothing.
Anyone can help me?
Thanks.
1
vote
3answers
1k views
Load dynamic swf generated by Flex 3 in a div
I am trying to load the dynamic SWF file which has 100% width and height ,generatd by my flex 3 in a div. using Jquery load() function. The div wherein i am trying to load is visible for sometime but ...
0
votes
1answer
504 views
Can I retrieve my Flex .swf and images from different Amazon S3 buckets?
I have a Flex 3 SWF in one Amazon S3 bucket, which dynamically loads images for buttons which are stored in another S3 bucket.
I have set a completely open crossdomain.xml file in each bucket, but ...
0
votes
4answers
538 views
Do you know any good actionscript / flex 3 obfuscators?
Now I do know that obfuscation is never 100% safe, but it's better than nothing when attempting to avoid others from decompiling your .swf files.
I googled and found one which only changed variable ...
0
votes
1answer
72 views
How do set size of state After moved child state using AIR?
In my air project i used current state size is width="441" height="358" . i have link button like Singin then move to singin state (currentstate='singin')
<mx:State name="signin">
...
0
votes
1answer
882 views
How to hide view stacks in AIR application?
I have two viewstacks one for Main menu and another one for submenu. I want to show viewstack page infomation at the time only one viewstacks . Another one hide . if i click submenu viewstack then ...
0
votes
1answer
136 views
How can I load my own custom component into an AIR application?
I created separate own canvas component for Home page, Contact page, Rules page etc.
In my main application it has link button like Home,Contact,Rules in application controller(child state) .
...
1
vote
2answers
2k views
How to reduce swf filesize flex
how can i reduce the file size of my flex application. its around 900kb .
0
votes
1answer
1k views
Flex 3 ColorPicker changes movieclip in SWFLoader
How would I use a ColorPicker in Flex 3 to change the color of a movieclip which was dynamically loaded from an array into a SWFLoader?
1
vote
4answers
600 views
How do Identified animation is flash animation or flex animation?
**In this Developing site URL ( http://slide.zhoyosoft.com ) one intro animation is there .
How do Identified that intro animation is flash animation or flex animation ?**