flash

Is is possible to apply 2 font filters in SIFR?

Hello, is it possible to apply 2 font filters that are of the same type but with different parameters in SIFR? I want to get an outline effect around my fonts and tried to apply 2 glow filters with different settings to get the desirable look, but it looks like only 1 filter (last in the list of filters) is applied. Does anyone know if ...

How to do flash fullscreen in facebook application?

Farmvilli can do fullscreen. HappyIsland can do fullscreen. But what is the trick to enable flash fullscreen in facebook application ? Thanks for reading ...

Getting user's friend from facebook using as3

Hi, i have seen in flash game that it retrive user's friend in same application.How is possible.I searched the code but i have not found yet.Please help me . Thank you ...

Flash AS3 loading XML into listbox

I am able to load my XML file into flash and trace results. Want to populate listbox with information from xml file. Structure of xml file: <eBorders> <item> <thumb>borderTh/blank_th.jpg</thumb> <file>border/blank.jpg</file> </item> <item> <thumb>borderTh/border1_th.jpg</thumb> ...

How to pass json via a form element

I have this swf (flash) file that provides the json that needs to be sent to the server. I wrote a very simple jQuery: function submitForm(swf_json) { $('#swfjson').val(swf_json); #swfjson is an input of type hidden $('#titleForm').submit(); } and the swf will call the submitForm above and I receive the request.POST in django as usua...

Symfony 1.4 : can't use flash method in prod environment

Hello, I'm using the setFlash and hasFlash methods of symfony 1.4 with WAMP 2.0 Locally with my frontend_dev app, all work fine. But in production environment, my test $this->forward404Unless($user->hasFlash('resultsArray')); fails. I thought that the flash methods where enabled by default. What can I do to make it works please ? Tha...

Flash AS2 Call function from Next Frame

How to call AS2 method from NextFrame(or any other frame) in Flash? Say you have Action Frame on frame 3, and another one on frame 4, how do you call methods on frame 4 when you are on frame 3. ...

IE fails when calling dynamic flash embed object method

I am embedding Flash object (a tiny component) based on selection in ui. so lets say based on combination of user selection flash component is loaded. i have modified AC_FL_RunContent to return html string of flash. function loadDynamic(choice) { // manipulate flashVars var flashVars = ""; flashVars=flashVars + "Choice="+c...

Web player which can supports intranet url and frame timecode ?

I have looked at Flowplayer, it seems it doesn't support frame timecode. I then looked at JW Player http://www.longtailvideo.com/support/forum But I'm not sure as I can't see any sample code to do this. Anyone has experience with Flowplayer or JW Player or any other suggestion ? Could Flashplayer do this also ? Are the above players...

beginner flash - delay frame for X seconds then continue

hi i have a very simple animation in flash CS4. My image travels from point X to point Y over 90 frames. I would like the image to stop at frame 45 for a few seconds, before continuing. how would i achieve this thanks ...

Flash: dynamically adding events code to instances possible?

I want to make a movieclip invisible initially but i dont want to set it manually within the properties in flash because i cant then see it on the scene. I was hoping i could add some code like so: MC Frame one. this.onClipEvent(load) { this._alpha = 0; } but I cannot. How can i set the MC _alpha to 0 for all instances without addin...

Placing popup window in the middle of the main window.

Hi Flex developers, I'm trying to place a popup window (TitleWindow) in the middle of the main application window. how do i set the coordinates of my popup window to be of the main application window? i tried the localToGlobal function but with no luck, I just can't get the main window x and y. Thanks in advance, Uzi. ...

Image zooming solutions?

Hi folks, Got waist deep in a project that will involve presenting zoomable hi res catalog images. Was assuming I would use Zoomify (Can be seen at their dot com which I am not linking to) and bought a license. Found out too late that their product relies on user preparing every image into a large number of tiles using their windows e...

communication between as2 and as3

I have this code under a button in 'as2.swf' on (release) { unloadMovie(this); } and this swf is being loaded into as3 container called 'main.swf', but when i press it nothing happens and the file does not unload itself. any one can enlighten me on that? ...

Undocumented AS3 API

Recently, I happen to know MovieClip.addFrameScript() which is very useful, otherwise timeline script should be coded in fla. Do you know any other undocumented Actionscript3 API? ...

Why are (almost) all the on-line games written in ActionScript (Flash) not Java?

I absolutely love good defender games (e.g. Gemcraft, Protector: reclaiming the throne) as they can be intellectually quite challenging; it's like playing chess but a little less thinking and a bit more action. Sadly, there are not that many good ones out there and I thought I would create one myself and share it with the rest of the wor...

flashplayer on infokiosk application

I have to build a series of information kiosks and I was considering using flash technology. However, the Adobe license prohibits redistributing the flashplayer with embedded projects. Does anyone had experience with Adobe with similar projects? Is there a commercial license for the player? Thanks a lot! ...

reading a url with flash

I have a flash applet that I want to grab a remote XML file and read it in as a string, how can I do this? ...

Flash, getURL works from time to time

I'm not a flasher, but i did a menu for site on flash i have about 10 buttons working like hyperlink using getURL. So, problem is: it works perfectly on my netbook (Win XP - Mozilla/Chrome/IE - last flash player) it works perfectly on my wife's laptop (Vista - Mozilla/chrome/IE - last flash player) But it does not work at all on my emplo...

flash blocking javascript events

this is an edit of the original post now that I better understand the problem. now with source code! In IE, if body (or another html div has focus), then you keypress & click on flash at the same time, then release... a keyup event is never fired. It is not fired in javascript or in flash. Where is this keyup event? This is the orde...