ActionScript 3.0 :: Standalone Flash Player On X86_64 Linux (Ubuntu Lucid)?
Aug 31, 2010
I'm trying to find a way to have a standalone debug player on Ubuntu Lucid 64 bit. It seems that Adobe doesn't distribute such thing, however, it may be possible to rung 32 bit version, or is it?
View 0 Replies
Similar Posts:
May 11, 2009
I have a problem with the standalone Linux Flash player. The thing is that when I have a video playing in background and over it I make some tweens, it flickers all the time and it is an annoying flicker. It happens only on Linux Flash Player (it works on Windows Flash Player). The flicker appears when I have a video on background, only when the tween is made and on the portion of the screen where the tween is made. I have Ubuntu 9.04 installed and the latest version of standalone Flash Player (from 2/24/09). I've tried this on several LCD and on all it does the same. My video card has the Intel G31 Express Chipset (the drivers for the video card are the one from Ubuntu).
View 1 Replies
May 11, 2009
I have a problem with the standalone Linux Flash player. The thing is that when I have a video playing in background and over it I make some tweens, it flickers all the time and it is an annoying flicker. It happens only on Linux Flash Player (it works on Windows Flash Player). The flicker appears when I have a video on background, only when the tween is made and on the portion of the screen where the tween is made. I have Ubuntu 9.04 installed and the latest version of standalone Flash Player (from 2/24/09). I've tried this on several LCD and on all it does the same. My video card has the Intel G31 Express Chipset (the drivers for the video card are the one from Ubuntu).
View 2 Replies
Oct 28, 2009
Is there a good Flex IDE/development env that works on Ubuntu?Where can this be found?
View 5 Replies
Nov 4, 2011
Flash Player 11 project doesn't run in standalone player, is it posible to do this?
View 1 Replies
Jan 28, 2012
when i write sudo apt-get install gpp >>> terminal says gpp package not found. How can i install it? And also flash player. I downloaded tar.gz format of flash player but i can not install :D
View 2 Replies
Aug 16, 2010
I've just installed Flash builder on my machine, which went ahead and installed the debug version of Flash on my machine as well. It appears now that this has broken Flash in my browsers or at least the browsers have no idea where flash is located on my machine. When I open a browser and navigate to a Flash page I get the message,
"Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash "
This is from Google chrome but FF is also effected.
View 1 Replies
Apr 2, 2009
What should I use to test my swf movies on another (not my development machine) ?When I open them with IE or firefox the Flash active x player doesnt have the zoom 100% option so I end up with distorted (resized to window) swf is there a standalone flash player for that kind of purposes or something?
View 1 Replies
Dec 14, 2010
I have made a swf file that requires Flash Player 10.1 to play back properly. I have successfully updated to Flash Player 10.1 in my browsers, and if I open this swf file in a browser it functions correctly.
However, I want to be able to play it back in the standalone Flash Player that came with Flash CS4 Professional, and it was not updated from 10.0 to 10.1 when I updated to 10.1 for my browsers. How can I update this software to a newer version?
View 2 Replies
Oct 31, 2010
Is it possible to pass flashvars to standalone flash player via the commandline? Among other reasons, I want to run some unit tests from the command line.
View 2 Replies
Apr 27, 2009
I'm trying to run a Flex AS project, without the HTML wrapper, so just in the standalone player but I'm getting an error:
Flex Builder cannot locate the required version of Flash Player
It's looking for it in the 'Flex Builder 3 plug in' directory - which I've uninstalled in preference to the stand alone Flex Builder - how do I change the path to the player?
View 2 Replies
Jun 30, 2010
How to show internet explorer in flash standalone player?
View 4 Replies
Oct 8, 2010
How can i design a 3D carousel for video/images to run on standalone Flash Player on my Desktop? I am using Flash Builder 4 to develop this as a mxml application, but found that it doesn't allow access to local filesystem. My specific requirement is that I want it running on the local computer and in SWF files viewed in a user's browser. Is there a sample code to do what I am trying to do? This application has states and transition, like one state for a video gallery and one state for a image gallery
View 1 Replies
Apr 9, 2008
[code]I open IMAGEURL.txt, which contains a variable named "img" with a value in it. I call that value and set it to myurl. Then, I load myurl's image into img_container.This works when I test the swf while flash open, but not while I test in the standalone swf thats exported on my computer, or on a browser. Something about internet settings came up as well, til I published to "allow network only".
View 3 Replies
Sep 19, 2008
I have the following code,[code]This works great in Windows. Changes the color of the object.I tested in Mac too. It works great there too.But today I tested it under linux and the color isn't changed.I am using the latest flash player in all the testings.
View 1 Replies
Mar 2, 2009
I am using a flash website template (basically stripped of 95% of the code they provided, and just using their graphics) from [URL] I needed to add streaming video, and I elected to use PHP streaming found on www.flashcomguru.com; as modified by lance of courierwebcasts [URL].
The problem I have is that when I use the scrubber.swf to play a video, updating variables and addresses as appropriate, it works fine. However when I take it and recreate every element of the player in a movie on the timeline of my template site, everything but the time counter works fine. It plays fine, it scrubs fine, etc.; it just always displays 00:00/00:00. I am guessing it has to do with variable definition or somethingbut it is beyond me... any help?
Here is just the bit that I am pretty sure is the issue;
code: ns["onMetaData"] = function (obj) {
duration = obj.duration;
durationMinute = Math.floor(duration/60);
[code].....
View 3 Replies
Apr 16, 2011
Flash Player 10.2.153.1and Flash Player 10.2.159.1 are crashing my standalone application. Later with version 10.1 the application run ok, never crashes but was taking more than 90% CPU. The new Flash Player solve the problem of resources, and drop down CPU to 30%, but the application crashes always after a while, unespectly, or if I open the window of other application.
In the other hand when I disable the harware acceleration at the swf settings, the application goes crazy and start to make rapid flashes, and frame rate goes down to 8. [URL]. Right click on the Flash logo, Settings,then UNcheck the hardware acceleration in Display Settings.)
I'm on a Mac Mini Core 2 Duo with Mac OS X 10.6.7 (the last Snow Leopard these days). The graphical card is Nvidia GeForce 9400M.
I did test the application at a Mac Book Pro core i5, Mac OS X 10.6.7, graphica card Nvidia GeForce GT 330M and the application is more stable but finally crashes too.
Finally if I export my application with GPU Hardware acceleration at Publish Settings, my application crashes almost inmediatly after I open it in each of the computers.
My guess is that the new Flash Version is using my graphical proccesor in a corrupted way.
View 6 Replies
Jun 7, 2010
Working with ActionScript 3.0, is there a way to determine if my SWF file is been played in the standalone Flash Player or using a browser plugin?
View 1 Replies
Jan 12, 2010
I'm (slowly) creating a product configurator application and want to add in a mini application which can determine branding on a product (baseball caps).
What Im looking to be able to do is for the customer to be able to upload their own logo - and it be displayed within the application - which they can then print off and send to us as an order form for pricing etc.
Normally this would be fine - as I could load the image onto a server - however this application is going to be distributed via CD (part of a Product Launch Kit) and so will be completely standalone.
Is there any way that this can be achieved? I imagine that I wouldnt be able to get the application to save the image to a temp folder on the customers computer - but is there any other way?
View 5 Replies
Nov 26, 2010
I'm having problems with text fields in full screen. I'm aware of the security restriction but Adobe says text fields are disabled only when running in a browser, text fields should be OK when in standalone player or AIR. I'm exporting a .exe file and text fields become immediately disabled when I go to Full Screen. I can't develop the thing in AIR (to use FULL_SCREEN_INTERACTIVE ) due to company restrictions on installing software. So the standalone exe is the right solution to me, this should be working, but it isn't.
View 4 Replies
Mar 24, 2011
I am trying to publish the video of a webcam to a Flash Media Server 2.My code is working in the Flash standalone player (tested with 10.0 and 10.2), but not in the browser plugin (tested with 10.2, both in IE and Opera.The connection to my FMS is working successfully, but after the publish, nothing happens, I never get the NetStream.Publish.Start Event. On the server I can see the connection in the management console, even the stream in the streams tab. But I cannot connect to that strea.[code]
View 1 Replies
Jan 29, 2011
I've searched this and cannot find it. I've tried different plugins and different browsers (Firefox, Opera, and Chrome). I've tried most of the no flash plugins for each of those as well as disabling Flash plugins/addons in the settings. I also renamed the .so file in /usr/lib/flashplugin-installer/ i found by searching the system. when i renamed it, makes Firefox and Chrome ask to install Flash, but still:alert(navigator.mimeTypes['application/x-shockwave-flash'].type);returns:application/x-shockwave-flash'm not sure what else to try without uninstalling Flash, but that will be a total pain in the ass for this. I also REALLY don't want to use SWFObject just to see if Flash is at all installed which I can do simply with:
View 1 Replies
Jun 21, 2010
For developing Flash / ActionScript packages on Windows, there is no better free tool than FlashDevelop.Unfortunately, its reliance on the .Net framework make it ill-suited for AS3 development on Ubuntu. (My attempts to get it working with Mono failed - the installer wouldn't even work.)Is there a similar tool for use with Ubuntu?
View 2 Replies
Oct 17, 2011
I have an issue with swf file on ubuntu web server. I built my whole site locally and everything was fine. When I upload my site on my Ubuntu server and tried to see my site from my local browser, the swf file not loaded properly. It just shows the main image and is like AS3 don't runs.
View 1 Replies
Nov 24, 2010
I am using Ubuntu 10.10 on my IBM X200t. Installed is the standard flash player plugin for Firefox: (flashplugin-nonfree, 10.1.102.65). Everytime I switch a flash video to fullscreen, the video freezes. However, the video continues to play and I hear sound. How can I fix this?
View 2 Replies
Jan 24, 2011
I need to do the windows moving effect from the following Ubuntu Window Effects video in Flash. Basically the window is transformed while you drag it. I want to have a movieclip and when I drag it to transform the same way the Ubuntu windows transform. I believe that there is something to do with matrix transformations.
View 3 Replies
Oct 6, 2010
Situation: Got a flash object with an icon bar (div with pngs) on top of it. Works on all browsers except Firefox 3.6 on Ubuntu 8. Example: http://ListAndPlay.com
Problem: Icons suddenly disappear after the flash is being loaded. See this screenshot: http:[url]...What I've tried: Setting z-index, recoding the JQuery behind it, nothing works.
View 1 Replies
Nov 23, 2009
Im using mxmlc to compile as3 on ubuntu linux. I've donwloaded flex4_b2_100509, just to use the most recent stuff...so Im typing 'mxmlc file.as' but it just hangs on me... it doesnt return anything. I checked running processes ('ps -e') and its showing both mxmlc and java as running, which tells me the compiler started. after a while the shell reports a 'segmentation fault'l.
View 1 Replies
Sep 29, 2010
I'm creating a standalone flash application. Now, I have a user interface with a menu, and I have to launch a new stage in fullscreen mode with at the center an 800x600 swf.How can I create the fullscreen?
View 3 Replies
Aug 10, 2009
fscommand ("allowscale","false");
fscommand ("fullscreen","true");
Everywhere it says I should use this to make fullscreen in flash
I tried everything, I even copied the damn tutorial from adobe page of fscommand, still not going fullscreen at all, no errors.
View 4 Replies