swf

How do select all checkbox within iteam renderer data grid using flex?

In my project i used one select all button for select all checkbox at click event . But i used datagrid ,iteam renderer within checkbox so no id of checkbox then how to select/unselect all checkbox ? <mx:DataGrid id=newdatagrid> <mx:columns> <mx:DataGridColumn headerText="1" rendererIsEditor="true" editorDataField="selected"> ...

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 names and removed comments. I need something more advanced. Any recommendations? ...

html and swf swapping (display html while swf file loads to 100%)

This is what I want to achieve. While the swf file is loading, wrapper div displays an html content (e.g. text content). When the swf file has loaded 100%, it replaces the text content within the wrapper div, and then plays within the wrapper div. When the swf file is finished playing, it is then replaced with the previous text content...

Document -> Flash viewer, not hosted

I've got a content management solution where we present scanned images (TIFF), PDFs, word docs for viewing. While we can simply embed a PDF, sometimes depending on user preferences it's a bit fiddly and sometimes not user-intuitive. I'd like a solution like scribd, embedit, etc, but not hosted. I want to run the application on our own s...

Any reverse engineers have experience with secureSWF?

I'm writing a flash application and am afraid that it will be decompiled. In order to minimize this chance, I want to obfuscate the file. I have heard of secureSWF (http://www.kindisoft.com/), and they do list some "user comments". These are however so optimistic that they are hard to trust. There's not a single pessimistic comment (not...

How does one break out of a Set Interval in Action Script 2

p2 = setInterval(function () { clearInterval(p2); some code here; }, waitTime) I need to break out of this interval in a separate function. This plays an array of SWF movies - there is a purge function that needs to stop this interval. How can I stop this interval from a separate function in AS2? ...

Flex Encryption Secret Value

So I know it is possible to decompile SWF files. I know it produces the ActionScript contained in the file. Is there any way to store a value in a Flex application that can be reliably assumed to be secret? I am very new to Flex and am just curious. I need to preform some type of hashing in my Flex app in order to ensure the request ca...

Charts error in flex ? What you mean by bundle error in flex?

i adding chart using dataprovider . And also i used flex bulider SDK 3.0, In installed C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\locale\datavisualization.swc also there but my flex bulider shows error like Severity and Description Path Resource Location Creation Time Id Unable to resolve resource bundle "charts"...

Packaging External File Dependencies in Flash

I just started learning ActionScript, so maybe this is obvious. I'm loading in .txt files to generate content for my Flash application. However, I can't seem to find a way to package the .txt files with the .swf when I publish my application. I'd like to be able to run the .swf from anywhere without it depending on the files. Is ther...

How can I abstract away the .swf named from an embeddable Flash tag?

Youtubes flash player has embed links like http://www.youtube.com/v/5oiQdTfMAmo&amp;hl=en&amp;fs=1&amp; How can I do the same thing, where there is no mention of .swf and the file that the player points to is encoded in the URI. ...

How do I get the absolute path of my swf file in Actionscript?

I would like to get the absolute path of my swf file from within Actionscript. E.g. if the script called "http://www.mysite.com/banner/flash.swf" I'd expect "/banner" In PHP I would do: $fpath = str_replace('\\', '/', dirname(__FILE__)); $path = str_replace($_SERVER['DOCUMENT_ROOT'], '', $fpath); How can I do this in Actionscript? ...

Get SWF file information using PHP (or javascript)

For one of my projects I would like to use PHP to read an SWF file on the server and get the dimensions of the stage of the SWF. So, the SWF file is not yet embedded in the page. Does anybody know if this is possible and which route I should take? ...

How to swap a SWF file with an image on a disjointed rollover

I have a site that has a short SWF file that plays when the site is loaded. I want to use the space where this SFW file is at to display images when a thumbnail is clicked. I have named the SWF file, but it doesn't show up when when I am in the rollover menu. ...

Finding the loading time of Swf in browser

Finding the loading time of Swf in browser Hi, i need to find the loading time of swf in Milli-seconds,the project is done in flash cs4 prof and its run in browser with flash player 10 ... Is there any tool to find the exact loading time taken by the application. Thanks in advance ...

make swf fill table's remaining space

Unable to figure out proper layout divs,,, I use a table row with 3 cells for a header, another row for a footer, and one row, colspanning 3 cells for the swf content. I need my swf to occupy all remaining space, true to it's original aspect ratio of 600x450. Naturally, the table is 100% width and height, and my 3 colspanned conten...

How to protect swf files from being view?

Hi, I have couple of .swf games files uploaded to my server. I want to run some test, but I dont want to expose or let public/others people to see our swf files. Currently, if I type: www.domain.com/games/game1.swf It will play the swf file. I tried to visit some other flash game based websites. When I visit one of the swf files (e.g ...

Tomcat: Caching SWF files with varying query strings

I'm current loading my SWF from a JSP, and passing parameters to it via query string (e.g. flash.swf?key=1234abcd) which works fine. The problem is that this appears to disable caching completely. My users will likely visit my Flash app with a different query string every time, which will lead to long load times. I see in the headers th...

auto resize swf to fill 100% remaining height of page

i've got a page with a header, a swf, and a footer. the header has fixed height (100px) and 100% width. the footer has fixed height ( 25px) and 100% width; i want the swf to automatically resize, keeping to its original aspect ratio of 600x450, when the window/page is resized, to fill the remaining height in the window. a 2nd, less de...

Embed flash in html

In chrome, ie and safari this is not a problem, but in firefox it is. I use <object> for my flashclip. <object type="application/x-shockwave-flash"> <param name="movie" value="myclip.swf" /> <param name="quality" value="high" /> </object> What am I doing wrong? ...

Server side font library

Hi, I am looking for a library that enables generation of a swf file in .Net containing embedded glyphs for one or a couple of fonts. It is for use in scenarios where Chinese characters are used. It is impossible to use a conventional font swf since it weights around 5-8 MB. I have looked at SwfDotNet and it might do the trick... but t...