swf

cakephp requestHandler check for swf/flash

Is there a way to check if a cakePHP action is being called from an swf/flash movie like there is for Ajax using the requestHandler? ...

How to freeze or disable an update input form

Hi, I wonder if it is possible for me to freeze or disable the entire update form? I have an input h:form with a check box in it. when users check the box, I would like to freeze or disable the entire form so that disallow users from changing inputs. Thanks, and I am using JSF, Spring Web Flow, Facelets, and Trinidad. ...

how to get SWF file dimensions in PHP?

how to get SWF file dimensions in PHP? ...

Trimming frames from SWF Movieclip

Is there a library or cli program which is capable of dropping/extracting frames from a SWF movie? Let's say I have a SWF movieclip with 451 frames, of which I will like to make a new movie clip out of with only the first 450 frames. No wrappers or containers though. ...

Programmatically Download Embedded SWFs from Sites?

This is probably considered hacking, but is it possible to programmatically download swfs using something like Ruby? Not decompiling them, just downloading them so I can view them without having to go to the site with a billion advertisements. ...

how to convert word documents to swf viewer programaticaly

well i need a method to convert word files to swf. please dont suggest scribd.com or any other similar tools because i need to host the files at my server. so is this possible? i know that you can convert pdf to swf using link text but i didnt find anything about word documents thanks ...

itextsharp swf embeded cannot be print

Dim r As Rectangle = New Rectangle(0, 0, 600, 400) Dim spec As PdfFileSpecification = PdfFileSpecification.FileEmbedded(writer, swfFile, "Post Event Report", Nothing) Dim annot As PdfAnnotation = PdfAnnotation.CreateScreen(writer, r, "test.swf", spec, "application/x-shockwave-flash", True) annot.Flags = Pd...

Embedding a SWF in PowerPoint with VSTO

I was wondering if there is someway to embed a Flash Shockwave Object or .SWF file in PowerPoint (Presentation) 2007 and higher version, i.e. inside the ".pptx" format. By embed I mean when I save the presentation,close it . i wont be needing the the .swf file again. That way I can share the presentations with others. If I use this lin...

swfobject - flash not showing with swfobject 2.2 and flash 9

I recently switched from swfobject 1.5 (or was it 1.6) to swfobject 2.2 That means my call to display the Flash file went essentially from: var so = new SWFObject("flashfile.swf", "flashfile", "300", "140", "8", "#FFFFFF"); ... so.write("div1"); to: swfobject.embedSWF("flashfile.swf", "div1", "300", "140", "8.0.0", false, flashvars,...

Flex - How to count colors in .SWF vector file

Suppose I've converted a vector image file (.AI/.SVG) to .SWF for ease of importing dynamically as the source of an Image in Flex. To count colors now, I have to create a "new BitMap", then ".draw()" and iterate over all pixels and use ".getPixel()" to retrieve the color. Unfortunately, because of anti-aliasing, this seems to return se...

My SWF event listeners and socket connections don't work in my browsers

I'm running Flash cs3 for Mac and publishing my SWF's and HTML using Flash Player 10. I'm running Mac FireFox 3.5 browser. While my SWF exports and runs fine in Flash IDE, when I publish the file and run (either the SWF or the HTML with embedded SWF) in browser, it doesn't work properly. My movieclips don't respond to mouse clicks. T...

help running SWF To Image on 64bit windows

I had been using SWFToImage for a specifc client, but have recently migrated to 64bit Windows Server 2008 As this dll was compiled for 32bit managed code, it will not run in my new 64bit environment. I've tried to follow the instructions the developer has presented here with no luck: How to run and use SWF To Image on x64 Windows Alas,...

Import SWF to FLA

I can show a swf into flash simply with this code var request:URLRequest = new URLRequest("myswf.swf"); var loader:Loader = new Loader() loader.load(request); addChild(loader); But with import > import to stage there is no any swf when ctrl+enter. There is only 5-6 empty frame in timeline. How can I solve this problem?? Another quest...

SWFTools Segmentation Fault

I am getting a Segmentation fault (core dumped) error when converting a PDF to SWF using the pdf2swf from swftools. Has anyone come across this or knows what could be wrong. The notices I get before the error are: NOTICE File contains jpeg pictures NOTICE file contains soft masks NOTICE file contains forms NOTICE file contains transpar...

Dynamically size javascript popup based on embedded swf size

I am embedding a swf in a popup window using javascript's window.open function. I am currently passing in static values for the popup's height and width corresponding to the height and width of the embedded swf, like so: window.open('http://whatever.swf', 'popup', 'width=400,height=300,resizable=1'); A user can click on a button in ...

AS3: Shared Objects Issue

Slight problem i have been pondering on, i have a class that loads a text from a url as a means to sync the time. The swf file can be on the same page multiple times, but i want it to check to see if one of the swf is sync'ing, if so then wait for it to complete and load its sync'd value (rather then query the url itself), so that they ...

Loading Series of Multiple Swfs in a MovieClip in AS2

hi guys, Im trying to load series of external Swfs into a Movieclip on stage. The swf are 800 x 600 in dimension whereas as the container is 400 X 400. Whenever i try to load the external swf in the container,the container takes the size of the loaded swf instead of 400 x 400 .How can i overcome this? I want to any swf loaded into th...

Page transition effects in flash

What are possible ways to implement page transition effects in flash? e.g. page turning. Thanks. ...

Flash Videos "Bleeding" above Lightbox Video

Have a video in a lightbox on a page that has some other Flash content (banners, animation, etc. in SWFObject). I guess Flash has it's own window that's essentially on top of the document window (although I'm not sure I understand this in it's entirety). Tried setting wmode to transparent, and also tried several lightbox libraries (JQuer...

how big is too big for a swf file

I am making a flash game. And I want to know how big is too big for a swf file. Also, Ive been looking at my swf file and right now its at 38.2k. Is the swf file that gets created during debugging, is this the correct size for the file that will eventually be placed on the web. thanks ...