swf

Javascript exit full screen swf

Trying to exit fullscreen of a swf using javascript. Managed to do so by hiding the showing the player. With jQuery, like this... $('.player').hide(); $('.player').show(); Was wondering if there was a better way to do this? Thanks Edit: also I'm using swfobject if that helps in anyway. ...

Data Source for SWF Chart

Hello How would one go about reverse engineering a page such as the this one to work out where the data being used to create the chart comes from? Many thanks ...

How to convert a video to .swf?

How to convert any kind of videos into .swf format automatically? So if the user uploads a video in a format from the example inputs how should I convert it automatically into sfw format? Example Inputs: .avi, .ivf, .div, .divx, .mpg, .mpeg, .mpe, .mp4, .m4v, .wmv, .asf, .mov, .qt, .ts, .mts, .m2t, .m2ts, .mod, .tod, .3gp2, .3gpp, .3...

How do I get the domain of the page that's loading my swf when I don't have script access?

I need my swf to be able to see the domain of the page that it's loaded on. Normally to to this I would just look at window.location over ExternalInterface, but in this particular case the swf is going to be embedded with allowscriptaccess="never", so that's not going to work. Is there an actual api that will give me that or do I have to...

How to embed a custom SWF based audio player into facebook wall posts?

We have a SWF based audio player. We want to be able to embed this player into Facebook wall posts in the same way that Youtube videos or BandPage songs are embedded into Facebook feed walls. Right now clicking on the image that we provide redirects to the player instead of loading the player inline. UPDATE: We want to embed our SWF pla...

Flex - SWF being used referenced on many Domains... HOW?

I have a swf hosted on "aaa.com", this swf is super smart and takes all kinds of HTML vars which change it's features and functions. I need to be able to allow other domains, "bbb.com", "ccc.com", ect to be able to paste the HTML code that references my swf on it's hosted site "aaa.com" and have it load up on any domain the reference i...

AS3 -> PHP -> DB, how to make it secure?

I have to make connection to the DB and Insert a row based on the data that the SWF sent me... I will need to make it so that the SWF->PHP part is secure by not letting users tamper with data. I don't want to use SSL because its not a suitable solution... what other method is available? ...

dynamic flash preloader

Hello! i search for a Flash-Preloader like this: http://stage.pokkari.net/scripts/flash/showplayer.swf?file=http://www.... it can be online, i dont want to develope it by myself, i only want a flv/swf-preloader with the option with ?file= wether online or on my server. the preloader itself should be an easy preloader with one loading ...

Drupal 6 Using SWF Tools to display an .swf files

Hi, I'm trying to display an .swf file (with an accompanying .flv file) using SWF Tools, which I understand is possible. So far, I have: Created the field "video". Enabled the SWF Tools module (version 6.25). At this point, I'm really stuck. I created a block in Views, but it only displays an anchor link to the .swf file. I've re...

swf streaming audio player

i am New to flex.Can any one point me to a small piece of mxml code which plays audio files(mp3,wav.....) also which has the capabilities to pause, play, stop.... the audio file. Also this file would be embedded in a html file later on.. ...

How to call an swf file using php?

I'm using the zend framework. From within my phtml file, I am trying to call a link to a swf file that is outside of my web directory. The code for this link is: <?php echo getcwd(); ?> <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="/message/get-file/messageId/<?php echo $this->messag...

Free - SWF to FLV Converter

I want to convert the SWF files to FLV formats, please let me know if we have any freewares? Any help, please. ...

Printing from AIR/Flex application causes large files being sent to printer

Dear friends, I am working on an Adobe AIR (2.0) application that contains a feature to allow users to print documents (such as salary slips). Those documents are originally in PDF format. Due to circumstances we cannot directly display those PDFs in the AIR application (for example using flash.html.HTMLLoader). Therefore we convert the...

c# code to control swf file

how to control .swf file from c#. I was developed one asp page which contains flash file. Is there any possibility to play and pause that flash file? ...

Use FBML to embed a custom video player / video on facebook walls?

I'm trying to get a video (flv) or an swf video player to work on Facebook walls, however no matter what I do - facebook posts the raw fbml and ignores the code. What am I doing wrong? <fb:swf swfsrc='http://www.domain.com/flv_player/Main.swf' imgsrc='http://www.domain.com/large1.jpg' allowscriptaccess=”all” flashvar...

Swf banner button hyperlinks don't work when there is NO "WWW" vs. with "WWW" in the URL?

We have a swf banner with buttons/links on our site header. When our customers DO NOT enter the "www" before our URL the banner links do not work - do not forward to the page. When our customers enter the "www" in the URL It works. First Thoughts, Is it a security setting in the browsers? I tried the latest version of firefox, chro...

Disable 'Dowload This Video' Real Player Button In Browser

Is there any way to disable the "Download This Video" button from RealPlayer. It seems that when users have RealPlayer installed on their machines, it automatically adds a "Download This Video" button to any SWF that loads an FLV. Edit: My intention isn't to prevent someone from downloading the SWF or FLV, I would just like to remove th...

How do I make a flash library that can be either compiled in or loaded at runtime?

Hello, I'm looking to make a library that can be either merged into a swf at compile time or loaded into a swf at runtime. The way I understand it, .swc files are generally merged into a swf at compile time, and .swf files are generally loaded into a swf at runtime. Is there a way I can have one file that can do both? ...

Getting videos to play seamlessly on a web page

Hey all, I have a mov file that's 157 megabytes. I try running it on my page within a javascript scroller animation and the animation is very choppy and in fact I used css to simulate a mask but the thing doesn't get masked, probably do to the sluggishness of whole page, the page never fully loads, and the movie file makes it nearly imp...

Help in decompiling an SWF

Hi all.. Some time ago, me and my friend started working on a Flex project... Now it's almost finished, we are working on protection: my friend implemented a sort of encryption in the swf, so all the decompilers (we've tried) read the file as a "flash" app, and not "flex", so it's not possible to get the original sources etc... But (oh, ...