swf

Can you embed Flash (SWF) in Eclipse-RCP apps

I have no background in Eclipse-RCP. My understanding is that a eclipse-rcp app is a rich client technology similar to Adobe Air. Is it possible to embed a swf flash movie in a panel inside a eclipse-rcp app? Can the flash talk via ExternalInterface to the application? Thanks. ...

FLV file and SWF file

Hello everyone, Just want to confirm whether my current understanding is correct, we can use Flash Player browser plug-in to play both FLV and SWF file; FLV file contains only video/audio, but SWF file could contain not only video/audio but also other information (picture/animaton/etc.). thanks in advance, George ...

How to read size of swf through javascript

According to the swf documentation from Adobe, you should be able to read the individual bytes of a swf to calculate the files size, file dimensions (width and height), version and file type (swf or swc). I am using javascript to read in the individual bytes and converting them to human readable information but I am running into problem...

When compiling swf files in debug vs. release, what are the performance differences?

Where can i find information on the differences between compiling a swf in release or in debug? I would like to know about differences in terms of file size, memory consumption, and overall. ...

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 ?** ...

is it possible to value store cookies in Flash or Flex?

In php setcookie function based to store it . but flash is it possible ?. if it is possible then how ?. Plz help ... because i want to store value ... ...

swf movie over a html page (posh popup)

Hi everyone, I looking to hack something like this: An example >> Just click on "Start PicLens Lite Slideshow PicLens". Did you see how the swf/flash loads on top of the normal page? Im looking to do that :-D If there is some code out there the better otherwise any tips or hits are welcome. Thanks lots. ...

Is it possible to specify the display dimensions of a directly linked .swf?

Directly-linked .swf files, i.e not embedded in a web page, seem to render at 100% of the browser window size. Is it possible to specify in the .swf file itself dimensions for the .swf to display at? Thanks all, Richard. ...

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? ...

How can I get useful information from flash swf files?

I'm doing some crawling with Python, and would like to be able to identify (however imperfectly) the flash I come across - is it a video, an ad, a game, or whatever. I assume I would have to decompile the swf, which seems doable. But what sort of processing would I do with the decompiled Actionscript to figure out what it's purpose is? ...

Why doesn't a SWF file in C# pause when using AxShockwaveFlash

Hi, I need to play various swf files in a C# application. They seem to start playing fine but trying to pause it has no effect the 1st time and whites out the panel if I try again. The code I'm using is below. Also rewind & forward have no effect. Any comments or help would be appreciated. David Knight namespace MyUI { public ...

Detect and access running SWFs locally

Is there a way to ask Flash Player if it plays any SWF files, and if so, which are they ? I guess it's easy to check for running SWFs in the browser. I was wondering if any other application has flash content running... can I detect that and access the swf ? ...

Reading SWF file code from C#

I have a site that accepts flash files to be uploaded in my site and i need to check the SWF file uploaded to check for certain code if it exists or not to put it in the SWF file so i need to read or deassembly the SWF file and read its code from C#.Net is there any way to do that ? ...

How can one pause/resume a dynamically loaded external SWF file using ActionScript 3?

I'd like to be able to play/pause dynamically loaded external SWF movies using ActionScript 3.0. Any help is appreciated. Thank you. ...

How do I produce a screenshot of a flash swf on the server?

I'm writing a flash app using the open source tools. I would like to load a data file in to the app and capture a screenshot of the stage on the server. The only part that seems mysterious is running the app on the server. In fact, I don't even care if it's the same app running on the server and in the browser--if I can use the flash sta...

Access the stage in the Flash CS4 IDE

The stage in the Flash CS4 Authoring Enviroment is a running SWF. That what makes thing like the 3D and Bone Tools to work in the IDE. Is it possible to access that swf ? I suspect the immediate answer would be no because that would raise some security issues maybe and cause lots of developers to crash the IDE every 5 minutes :). That...

Can I pass parameters from and external .swf using Actionscript 3.0?

I have a main .fla file that I am using to load a sequence of three games. If the user wins a game, they go on to the next game. Is it in any way possible to pass to the main project whether the user has won the game? I have tried using loader.content, but that does not seem to be working. I am using Flash CS3. ...

Adding SWF to HTML based AIR App

Hi, I have a little HTML based Adobe AIR project I'm playing with and I'd like to add an existing SWF to the project. Now, I can see it running via the trace/log messages coming through from the SWF, but I can't seem to call any function within the SWF. I've read that the ExternalInterface function isn't available within the Air cont...

Flash playing video half speed, audio at normal speed

I have a swf on a web page playing an flv. On the server it plays the video at half speed and the audio at normal speed. When I play the same swf on my local machine everything is played correctly. Here is the object code on the page: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia....

Retrieving SWF / FLV dimensions in VB.net

I'm uploading a flv / swf file and I need to capture the dimensions of those files so I could later retrieve it from a database and embed it into a page. Any suggestions of how I could do it in code behind? ...