flash

How to create ScrollBar for SWF file..

Hi guys.. I am trying to build a AS3 only project and I ran into a problem that when I turn some MC's visible on...they are out of my browser window and there is no scrollBar for browser to scroll down.....Are there anyways around this?? Thanks for the reply... ...

AS3 is not running my PHP script

So I am writing this action script program that will call a php file which will return the filenames inside a folder. My PHP file looks like this <?php $dirname = "thumbs"; $ret =array(); if($dir = opendir($dirname)){ $i=0; while($file = readdir($dir)){ if($file != '.' && $file != '..'){ ...

CrossFade effect in Flash with AS 3.0

I'm trying to do a crossfade effect, and I have TransitionManager.start(imageHolder, {type:Fade, direction:Transition.IN, duration:0.75}); Which makes the image fade in, but I also want the image to fade out which it doesn't do, when I change direction:Transition.IN to direction:Transition.OUT Anyone know what I'm missing? Thanks! ...

Flash failing to fire any Events on URLLoader sometimes

I have an instance of URLLoader that works perfectly on my machine and a number of other machines, but in a few rare cases, regardless of the browser or the flash player version, URLLoader never comes back with any of my callbacks and so the load() method is fired off into the stratosphere and nothing happens beyond that. Curious if any...

Flash Testing for Android Phones

Okay, I'm and unemployed student and i want to make a game for one of adobe's mobile game contest for android phones and flash 10.1 Well, although i have cs4, i dont have cs5, and dont have the money to upgrade or buy a test phone. So i was wondering is there still anyway to emulate testing on the android platform with flash 10.1 game...

how to create setup crossdomain for Flash project..

Hi guys... I am trying to add a crossdomain file for my flash project...haven't done it before..and there are not too much information online....Anyone can help me about it??Thanks ...

Cannot apply material to a *.obj in away3d

I cannot apply a texture to an object, I don't know why... ( AS3 blender export script and Collada Import is not working for me either ) Any idea? var loader:Loader3D = new Loader3D(); loader.addEventListener( Loader3DEvent.LOAD_SUCCESS, handler_loadSuccess ); var parser:Obj = new Obj(); loader.loadGeometry( "assets/objects/Tes...

How to covert PowerPoint to video or flash in php

How to covert PowerPoint to video or flash in php? Or how would I call a process like this in unix Thanks! ...

adobe startus text chat broken @ connection setup

Hello the problem i'm experiencing is when I attempt to call javascript function. Using Jquery @ $("#flashtxtchat").get(0).startTxtChat() ArgumentError: Error #2126: NetConnection object must be connected. at flash.net::NetConnection/get nearID() at textchat/startChat() at Function/http://adobe.com/AS3/2006...

How to use crossdomain.xml for my flash project...?

Guys.. This drives me crazy...I am trying to build a youtube player with flash and everytime I load a video, there is a runtime security sandbox error..I already put crossdomain.xml in my root server http://mysite.com but I am still getting the errors...Do I miss something? Do I have to load it into my flex project??Thanks for the rep...

How to call a specific client side program in Flash player controlled by Actionscript?

Or is it possible in Flash? ...

Displaying rich text from database beyond capabilities RichText or htmlText.

I have thousands of quiz questions in a database which are in RTF format. The questions only change maybe once a month. At runtime, I need to choose a random subset of questions and display those questions in Flash/Flex. The formatting of the questions go beyond the capabilities of the RichText control or the HTML capabilities of a La...

How do Change swf file dimension in html....?

Hi guys... I just built a flex applcation with AS3 only.. the generated swf will expand as much as browser's window..I wish to reduce the dimension of swf file...any ideas?? Thanks.. ...

Is it possible to customise the ugly little Flash "Local Settings" dialog?

Hi, I've got a simple question that I just KNOW won't be possible, but here goes: Is it possible in ActionScript to customise the look of the very un-user friendly Flash settings dialog that pops up allowing the user to give permissions for network/camera/storage access? It makes me crazy that I can make a beautifully crafted Flash ap...

How to set Stage width and Height in pure AS3 project..

Hi guys.... I was wondering if there are ways to set the width and height in a pure AS3 project...I appreciate any help....Thanks ...

In flash AS3 How to put single try catch code, in order to catch any errors in whole class?

Hi all, In Flash AS3 i wanna write the single try catch block in order to catch any errors in whole class. For ex, i have a lot of functions in myClass.as. I don'w wanna write in each function try catch blocks in order to catch errors in this function. Is there any methods to do this? Thank you ...

Recording from user mic w/o using Flash...

Is there a way to not to use flash as a platform for mic recording based script? ...

__flash__addCallback problem - Flash Player 9.0.47

Hi, I'm having an issue with: __flash__addCallback(variable, "sendData"); When trying to interact with a movie via javascript, where 'variable' is undefined - but only in flash versions less than 9.0.115, in my case the problem presents itself with version 9.0.47 - tested in IE. I've searched and have found a few posts regarding this...

swf file decompiling program

Hi All, I have decompiled an swf file in to .fla file by using a registered decompiling software, in that fla file there is code "getURL("./home.html", "_self");" , but when i run this file getting the following error. The currently targeted Flash Player does not support the getURL action. How can i solve this issue? Please any one hel...

Play swf file once on mouseover using javascript

Hi Folks i need to play a .swf flash file when i mouse over one of my links so <a href="123.html" onMouseOver=" PLAY MY SWF ONCE ">123</a> can you please help me achieve this using javascript Thanks ...