swf

Creating loading messages with swfobject

I am loading a flash file via swfobject. As the file is large, I want to show a "please wait while loading" message while the flash is loading. How can I do it with swfobject. ...

Externally disable link embedded in .swf file?

I inherited a project from a lax developer who left me NO source files. On the main page of our website is a .swf file in which the previous developer embedded an incorrect link. So now the Flash movie links to a page that is no longer active, which is frustrating. I have only the .swf file, no .fla files. Is there any way to externally ...

Creating a swf from a set of images

I have a set of images, and I want to show them as a SWF slideshow. Something similar to Slideshare.net It would be easiest if there is way I can pass a xml or json with list of images, and get the swf. I there a library or (linux friendly) tool, which I can use to do this? I am using Python with Django, but am open to using other langu...

How can i include time interval between slides when converting ppt to swf using python and OO?

I found a script in Python that converts ppt to swf. But the timer that I have set in the ppt is not coming in the swf. What change should I bring in the script. The api reference didnt give me much help. The script is using uno module that comes with OO. ...

Is it possible to extract cast member(swf file) from '.dir' file (director)??

Hi, I am new to adobe director. I need to use swf file from director to flash. But I am unable to extract swf file from dir file. Can any one give me any idea about this or is there any software, by which i can extract cst file? Plz I need help urgently! Thanks in advance... ...

Custom alternative content for non flash users

I have this code http://www.jsfiddle.net/Nntc7/ created by a pdf publisher, I need to offer non flash content to users but dont know javascript and I cant get the thing to work using swfobject, How do I edit this to allow for alternative content?? thanks in advance L ...

can SWF apps running in the browser be automatically controlled/spidered, like in browser automation?

suppose the owner of a website that shows info "for humans only" is tired of the bots and the spiders grabbing the data and decides to show this info in a SWF app running in the browser. So now he reimplements the structure of the website as a flash app and the bad guys can no longer navigate it using their url-following, html-parsing sc...

Loading a SWF with multiple supporting files in Zend Framework.

Hello, I have an application based on Zend Framework. I would like to display a SWF document which has multiple dependent sub-files below two subfolders. These files are images and XML data to make search in te SWF document possible. A requirement is that I need to limit access to the SWF document. Now I dont know of any way that I ca...

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 application for users to sign and view personal data. The rest of the application would be split up into different sections or "modules" contai...

Converting FLV to SWF to play on Web

I want a little greeter guy on my website. I have received a .mov from Adobe Premiere with a transparent background. I opened this in Adobe After Effects, went to composition->add to render queue, I set the output format to FLV with RGB+Alpha and Audio included. I then uploaded the FLV to my webserver, opened the FLV from my server into ...

Loaded SWF gets slower

Hi am making a game involving a number of balls that move across the screen. Everything works fine and dandy when I play the SWF on its own, but when I load it into another SWF, animation become increasingly choppy with time. What is the problem? ...

Ajax preloader for SWF files.. is it possible ?

Hi all, I am looking for a javascript based preloader that can handle .SWF (flash) files. I'm very much aware that it is possible to preload a flash file by using another flash file, but I was wondering if anyone knows about an AJAX preloader that can load swfs (also, a progressEvent would be a nice extra) and then add the flash file ...

video not found or access denied.

Hello Experts, I have made a website in ASP.NET 3.5 With C#.In the default page we have a swf player.We have one video file.The file format is .mp4. The Code is here:- type="application/x-shockwave-flash" id="player2" name="player2" src="images/player.swf" width="350" height="280" allowscriptaccess="always" allow...

convert a JPEG to SWF in Ruby?

Are there any gems / libraries which can be used with Ruby to convert a JPEG into a SWF file with a specific duration? I need to take a list of JPEGs and convert them into a SWF slideshow. ...

Problem with colorbox playing swf files from amazon S3

Hi, Just put our new site live, and having trouble with one of the swf files playing. Using the colorbox jquery plugin throughout the site and this works fine. However a movie on http://www.learningassistant.com/qcf (qcf engine movie) gives out a repeated javascript 'Access is denied' error everytime you close the colorbox?? Perhaps...

ActionScript 3.0 flex SWF metadata width and height

I have an actionscript, which makes a dynamic image wall. It gets parameters from FlashVar and changes the width and height dynamically. When I use [SWF(width="584",height="290")] It's fully centered, but when I remove it, it's appear ~+50px from left. How can I set dynamically the SWF metadata or what I need to set for the correct ...

Flowplayer is above modal window

In my web application, I have webpages where people can watch videos. I'm using Flowplayer for playing flash videos. You can see it here: http://flowplayer.org/ I also use modal windows in my web application. I'm creating them with this jQuery plugin: http://code.google.com/p/jquery-modalbox-plugin/ Modal windows work great. The only p...

Intercepting SWF (Adobe Flash Player) data

A third party web site displays streaming alphanumeric data in a Flash application (.swf). I would like to capture that data to be used in my own desktop application. Is this possible? If yes, then what are my options e.g. using VB.NET? ...

ActionScript Protect .swf/.swc Files From Decompilation?

it is possible to protect a .swf file from decompilation? i've been reading about compiling class libraries in a .swc file for distribution without revealing the code - possibly selling it. however, there are .swf decompilers you can use to expose the code, and a .swc file is simply a .zip archive, so changing myswc.swc to myswc.zip wi...

Loader SWF Height and Width/Overflow Question- Simple banner Ad

I'm trying to create a simple banner ad where the mouse hovers over the button and a panel shows up over some content of the site. I have two different .swfs: the container, which is the button and a loaded swf that has the animation that comes up when the button is clicked. The button is only 183 x 40px where as the loaded swf is 183...