flash

Flash to image script

Does anyone know of a script, preferably PHP-based that will allow conversion of a static flash to an image? ...

How to get special parametrs chars from Flash using asp.net

Hi, I'm running a flash game on asp.net frame. The flash is sending parameters to some asp.net page that save those parameters to a database. My problem is that if the parametrs contain special chars (Russian, Arabic...) then those chars are transform to question marks (?) I've tried to urldecode the parameters but without any help. The...

How does Google Video allow for slow motion and fast motion?

I have been searching far and wide for a solution on how to offer slow motion and fast motion options for users that upload video to my webstie. There is an implementation on Google Video that has exactly what I am looking for: the option to speed up or slow down the video and continue to play the audio. The screenshot is below. I know...

Detect when the security panel has been closed?

Is there a way to detect this in Flash? ...

I cant change the content of a dinamic text inside of a button in ActionScript 3

Hello guys, I'm starting with AS3, i have a problem. I have a button, and inside the button i have a dynamic text field. The button is inside of a movieclip, the instance name of it is News, the instance name of the button is collegamento and the instance name of the dynamic text is Testo. So knowing this I'm triyng to change the content...

Netstream video chat client freezes and crashes after time

Hi all! So I built a videochat client that uses the adobe stratus protocol. Its very simple and just connects two users. However, after about a minute of video chatting the clients freeze and the browser crashes. Any idea what might have caused this? Is there some sort of cache that I need to clear every so often or a possible memory l...

Flash/ActionScript - Navigating Long Scripts By Locking Selections (Collapse/Expand)?

if there's one thing i miss about native programming for Mac OS X using Objective-C and XCode, it's the ability to set #praga marks (essentially bookmarks) to easily navigate thru long scripts via the pull-down menu. in Flash Authoring CS5 i can can collapse/expand selections of code, but these are removed when the selection is removed ...

How can I tween a Number?

Currently using Tweener and wondering how I can tween a regular variable? private var health:int = 100; // And then somewhere else in the class var amount:int = 50; Tweener.addTween(this.health, {value:amount, onComplete:healCompleted, time:0.5, ...

on one PC with same IE8 version and same OS loads corectly web page on other get strange problem!!!

Can any one help to solve the problem with IE8 on my computer http://www.lifestyletelevision.tv/lstv2/ flash player loads us it should be, but on other computer same version IE8 on refreshing the same page flash player screen stays in same possition but content moves to the let possition... ...

flash 8 loadvars from another domain

I have a flash 8 swf file at www.mydomain.com and I need to access data from a webservice at http://www.regonline.com/webservices/memberauthorization.asmx/authorizeMemberWithEmailAddress I am trying to do this with the loadvars class and this all works fine in the flash ide but when I put the swf on mydomain.com it gives an error. I as...

Adobe Salesforce problem changing Id to Name

Hi I am having a problem converting for example the AccountId field in Contacts to the Account Name from the Account Object. I have tried the following query: select Name, Account.Name from Contact But when I look at the Console when I debug the application I see that this has been converted to select Salutation, FirstName, ...

Flash Builder 4 auto import not working

The code hinting works, but when I select the suggested code and press enter it does not auto import.. What might be the problem of this? Thanks! ...

Flex Tree: prevent drop outside folder

Hi - How do I prevent a user from dropping an item outsider a folder? My dataProvider is only 1-level deep. It seems that with a DragEvent handler or DragDrop handler I can find the data of the item I'm dragging, but not where I'm dropping ( so I can prevent it ). The Tree has been giving me such problems all last week. Any helpful ti...

Remove movieclip reference in as3

I have a movieclip (childMc) that is the child of another movieclip (parentMc) on the stage. My code creates a reference (refMc) to the child movieclip on the stage, and then deletes the previous parent movieclip (parentMc) through a call to function deleteChild. The problem is that the delete is deleting the reference also. How do I bre...

Flash FDT Eclipse Plugin, change auto complete accept hotkey

I am using the Flash FDT plugin for Eclipse and want to change the shortcut for accepting auto complete options. Right now I have to hit enter, and then it will fill whatever text was selected in the auto complete drop down. I would like to change this to TAB so it works like Visual Studio. Does anyone have any idea how to do this? I c...

Is there new functions on AS3 for develoment in the iphone SDK for flash?

Hi, im developing iphone's app in flash CS5 and i wondering is there are new function in AS3 for specific applications on the iphone apps, and wondering too if the are component like iphone style buttons for flash. Thanks! ...

flash export won't include images imported into stage or library

Hello, I have a flash file (banner ad) that uses some jpgs that I imported onto the stage. When I publish the file... It won't include the images. If the images are in the same folder as the swf.. it will work. However, just the SWF on its own will not display the images. Any ideas? ...

Using the NetConnection Class

Hi, I'm trying to use the NetConnection class to connect to a live video feed on an external server. I have it set up to start playing my video when the user clicks a Play button, however, this appears in my output every time I click the Play button: ArgumentError: Error #2126: NetConnection object must be connected. at flash.net::Ne...

detect Flash-accessible camera without prompting user for access to camera if one exists

From a Flash object, I would like to be able to detect the presence of a webcam that the user might grant access to, without actually asking the user whether they want to grant access. This is to streamline a large application that has extra features if a webcam exists if there is a webcam, the application will present several dialogs ...

missing shockwave flash com from visual studio

I am trying to follow the instructions here: http://code.google.com/apis/maps/articles/flashmapinwpf.html I am at the part where I need to add a reference to the Shockwave Flash Player assembly. I am not finding it in my com tab when I try to add it as a reference. I have tried downloading the most up to date flash player from adobe.com...