package {
import flash.system.Capabilities;
import flash.display.MovieClip;
public class VersionCheck extends MovieClip{
public function VersionCheck():void {
var versionNumber:String=Capabilities.version;
trace("versionNumber: "+versionNumber);
trace("-----");
// The ...
What are the Advantages and Disadvantages over the Bitmap and MovieClip in Flash.
Give me your thoughts.
Thank you
...
Hi, i made a flash application but my problem is as follow
i have a movie clip and i want to show it when user mouse over to any image of background and also i want same clip follow the mouse cursor.how to do so.
Thank you
...
Hi,
I am using flvplayer.swf player, it is playing the videos,but before playing the video the player has black screen and a play button. When I click the play button the video plays.
Is it possible to show a screen-shot of the video with the play button on top, instead of the blank screen?
This is the code of my player:
<embed
i...
Hi,
sorry, new to actionscript 3.
I have a display() function for an object rotator(image based like a QT object movie). It first saves the current image in a helper variable and then allocates a new image, from the library, beneath the old one. To get a nice crossfade effect, the old image's alpha is looped down via enter_frame and t...
In a project we use large flash FLA file with lots of graphic assets, but the actual data that is changed is just in a few symbols. Sometimes it is not very efficient to transfer the whole FLA file that comes up to 20MB now.
I was thinking about using Shared Libraries, but it seems that, even if you import external library, it still cop...
How i can connect to FluorineFx RTMPT server?
And how can i configure FluorineFx RTMPT server?
Can i start FluorineFx RTMPT server without IIS installed?
Is there any tutorial?
...
Hey,
I have a 100% width and height flash object in my site. Activating and exiting browser full screen mode with F11 only works as long the user didn't click the Flash movie. And I doubt many users know they have to click the address bar to enable F11 after using a (browser) full screen Flash movie.
Is there any way I can enable F11 t...
For an internship, I'm gonna have to develop a desktop application. The focus is creating a rich UI ( cool effects, sound etc ). Which tech should I go with ?
- Flash ? ( in this case, shoud I go with a flex project ? AIR ? what is the gain between this and a simple raw flash project )
- C#/Silverlight ?
Any other possibility ?
If expe...
I have swf that loads swf, which loads another swf(video player).
Is there a trick in publish settings? everything works fine on my local machine, when I upload it on the sever error happen and video doesnt load
SecurityError: Error #2148: SWF file
http:// (URL where Site is
hosted)/video.swf cannot access local
resource
f...
I see all this heavy Flash/3D websites and it's making me wonder how do they build it having to load it so fast. Let me know your thoughts on what/how would be the best practice or approach on this.
...
Hi,
I'm looking to do some development in flash 10, specifically for the new file api (reading/writing files on the user's local machine). What do I need to develop for flash 10, just Flash cs4?:
http://tryit.adobe.com/us/cs4/flash/c/?sdid=ETJMX&
or is there some other ide? All I'm really interested in doing is:
Make a small swf...
Adobe released flash 10 with 3d support but I can't seem to find any good information on how best to export a model from Maya to Flash. Is there a tutorial on how to do this?
thanks!
...
I'm trying to find a way to write to a text file from as2. I don't want to use any php or asp because my app needs to run without an internet connection. As3 has FileReference.save() and judging by the amount of searching I've done, as2 doesn't have that simple of a solution. Does anyone have a way even if its hacky to write to a txt fil...
I'm using the jQuery oembed plugin to display videos from a Vimeo feed.
The only problem is they display over the top of my navigation menu. I have tried setting the z-index of the menu but this makes no difference.
A common suggestion seems to be to set the wmode parameter to transparent or opaque. However, passing this as a parameter...
in my facebook FBML app, I have the flash connecting to the js (in FBJS) .
I have set up the stuffs like that and working.
However, sometimes, the bridge connection fails and I see thatin the URL, facebook attach the fb_noscript=1 parameter there. e.g. apps.facebook.com/myapp/?fb_noscript=1
when I remove it, and reload the apps, it i...
I have a flash movie, height = 151px width = 228, this is placed within a table cell (
cellpadding = 0 cellspacing = 0 vertical-align = top), but when it displays within the explorer windows there is a white space about 20px above the flash movie. I want the flash movie to appear directly under the grey lines.
Here is a screen shot of t...
Hi
I have developed a Flash Video player in Flash CS3 with Action Script 2.0 to play video from Adobe Flash Media Server 3.5. To play video from FMS 3.5, first I have to verify my swf file on FMS 3.5 server console so that it can be ensure that RTMP video URL only be play in verified SWF file.
Right now I am facing problem of "NetCon...
I want to do a effect like the switching windows from Win 7 [Win]+[Tab] keys pressed.
I created two "windows" (movie clips) and when I click on the 1st it displays on top of the other, but the problem is when I click on the 2nd I can see the 1st one displayed in it. Is there any way that i put a movie clip on top of the other.
Thanks
...
Just wanted to add this here in case you are migrating your project from Flash Builder 4 Beta to Flash Builder 4 release.
I used a lot of mx:Buttons with the baseColor property, which now seems to be called chromeColor.
...