I want to create a MovieClip symbol of a certain width and height, but with content that extends outside its boundaries, with the option to have the external content be clipped/hidden or visible.
In Flex, the solution would be to create a group with .clipAndEnableScrolling = true.
Is there a way to do this in Flash CS5, or will the s...
I have a movie clip on which I have added a MouseEvent.MOUSE_OUT listener.
movieclip.addEventListener(MouseEvent.MOUSE_OUT, removeMovieClip);
Now the logic is to remove the movie clip on MOUSE_OUT and add it back to stage on MouseOver of another button. The intended functionality is like a slider showing some info
The MouseEvent...
I am trying to build my iphone app from a swf in windows using pfi but i run into this error:
C:\Users\tkazak\Adobe Flash Builder 4\iphoneTest\bin-debug\iphoneTest-app.xml(117): error 105: application.icon.image29x29 contains an invalid value
C:\Users\tkazak\Adobe Flash Builder 4\iphoneTest\bin-debug\iphoneTest-app.xml(117): error 105:...
I'm confused as to how Flash CS5 treats symbol instances across different frames in a given layer; If I add an object to a layer, and then add a keyframe to the existing frame set, are there now two instances of the object, one for each frame? When I change the color of the instance in the first key frame, the second keyframes instance ...
We're writing an iPad app that saves out information as a plist for later reading by a Flash movie. Originally we designed the plist to export out as a simple plain text xml file and the Flash player read that fine. The problem with that was that the files were monumentally big and verbose so we converted it over to a binary plist. Un...
What I want is as small, as light and as powerfull as this for C# development environment for developing my AS3 RIA's on my EEE PC. On Windows.
In general I need codehinting (at least like FlashDevelop has)
And UI designer-builder (as similar as possible to one I have in Flash Builder at work,.. at leat like this but for Flex framewor...
Here at SO, I asked what language I should use to create a web app that would capture video from the user webcam and send it to the server when he clicked 'submit' and the answers were mostly Flash.
But searching the web I got confused with this Flash/Flex thing as they say Flash is to make animations and Flex is to really create web ap...
Hi.
I have previous experience with AS3, but not so much in web development. now I want to install a game in facebook, but since im very uninformed, i'm having a bad time chossing the best option. I have three alternatives to integrate my flash app in facebook.
Adobe actionscript API: Until now, I tried it and worked for me to log in ,...
Hey guys,
I'm developing what will be a high volume traffic site.
To give you some background, its currently based in jQuery, PHP and mysql. Soon, I will be also be implementing NodeJS.
I am looking for an open sourced video chat application that will allow:
1) For 2 people to video IM each other.
2) Allow groups of up to 4 pe...
How does one check if mouse is over a symbol instance using ActionScript 3 / Flash CS5?
...
It doesn't take long when surfing the web to observe the general consensus that Flash is an expected standard, that it's okay to say "If you don't have Flash, my website won't work." Yet in the same regard, JavaScript is expected to degrade peacefully if the user does not have it enabled.
I personally favor the "HTML5" approach, in oppo...
Hi, I'm creating html to send by email, and i want to put a music player like SoundCloud, I recieve an email who include that.
<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F1627309%3Fsecret_token%3Ds-B1hMj&secret_url=false"><...
The code below works great except the user has to right click the video and then left click "play". Is there a way to add the control bar via param?
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
width="360" height="270">
<p...
Hi guys,
Do you know any free alternative for BlazeDS? It's working fine here, but we're looking for alternatives to check wich one is better.
Thanks
...
Since the 10.1.0 flash player, it is pretty easy to implement a live streaming multicast system using rtmfp and stratus. However, it seems there is a unfixed bug when trying to manipulate the streaming data from client side, say, save the streaming data to hard disk. Normally, the stream publisher should have the ability to specify the p...
I'm about to lose my mind. I have Flash CS3 and I want to export my animation as a movie. However my animation is in a clip and my clip is on the timeline. For some reason it only exports the first frame of the clip.
...
In Rtmp Flash Player i hav one problem, Rtmp url using i had played video, but when i hit pause btn, video is gone ,any sample code for that.. urgent pls help me
...
I've got a complicated shape in a MovieClip.
Runtime i want to change the stroke width of this Shape depending on a size ratio.
How can I change this property without redrawing the entire Shape with the drawing API (almost impossible, is a map with very detailed borders) ?
Is it possible ?
...
is there a way to display integrated scroll bar with flash.text.TextField from FLEX
There is issue with SCOLLV+=1 so its not an option.
...
Hi im pretty new to flash so sorry if the question is stupid, but i just can´t get the as3commons logger to run.
What i did:
package {
import org.as3commons.logging.ILogger;
import org.as3commons.logging.LoggerFactory;
public class "classname" {
var logger:ILogger = LoggerFactory.getLogger("myLogger");
...