Professional :: Output For Both MAC And Windows Users?
Sep 19, 2011
I have Flash CS5 for MAC OS10.6.
I created a project for internal use that will be saved to an internal server. I would like both MAC and Windows users to be able to access the files for viewing.
View 1 Replies
Similar Posts:
Aug 13, 2010
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
if (NativeProcess.isSupported) {
[Code]...
The above can only run a sub-application, but how to run an independent application(command) like ipconfig and get the result?
View 4 Replies
Apr 18, 2011
We are having some issues with some Flash on our site. Some users are getting no data in the blue arrow and the water rises to the top (see screen shot) when they bring up this page [URL]This is the actionscript that we are using
var levelVar:Number; if (_level0.inLevel == undefined) { levelVar = Number (0); } else { levelVar = Number (_level0.inLevel); } if (levelVar <= 2007) { gotoAndPlay ("fr2007"); m2007_mc.t2007_txt.text = levelVar; } else if ((levelVar <= 2017) && (levelVar > 2007)) { gotoAndPlay ("fr2017"); m2017_mc.t2017_txt.text = levelVar; } else if ((levelVar <= 2027) && (levelVar > 2017)) { gotoAndPlay ("fr2027"); m2027_mc.t2027_txt.text = levelVar; } else
[code].....
View 2 Replies
Jun 10, 2011
I have a flash application. One of the options is to copy a pdf onto the users desktop, but I can not seem to get it to work. I am writing a flash application that sends "fscommands" out to batch files. This is what my batch file looks like:---------------------------------------------------------------------- ---------------------------------------@ echo off copy ../Application/pdf/Ebook.pdf %userprofile%Desktop exit---------------------------------------------------------------------- -----------------------My intent is to copy the specified file to the user's desktop. So far it does not function.
View 1 Replies
May 19, 2010
I want an image to change when users scroll over a seperate button. Here is my code for that button:[code]The name of the image I want to change is bikebutton. I want frame two of bikebutton to display when this button is moused over. I want frame one of bikebutton to play when the button is moused off.
View 3 Replies
Jul 3, 2010
I have been looking on google and couldn't find a answer. I have a application I created in adobe flex and I need it to scale to the users screen and fill the entire browser window no matter what.
View 1 Replies
Nov 29, 2010
With the aid of Dreamweaver CS4 I've manged to create a temp 'under construction website'. This website has a fullscreen .swf looping in the background.
I have made 4 of these very short looping .swf files.Is it possible, by adding one simple button on the screen, for the user click and the next .swf background starts playing? So basically this button acts a 'next' button, and each times it's clicked the next .swf starts to play.
[URL]
Ps: check out the source code. The flash background code starts from '<!-- flash background -->'.
View 7 Replies
Apr 18, 2010
if it's possible to dynamically output a swf from a playing swf? For example, if a user was running a swf movie and clicked a button, a swf could be dynamically published of a particular area within the swf.
View 9 Replies
May 5, 2010
I was wondering if there is any way to get an number output always in a two digit number, for example time:What my code does right now:
0:1
0:2
0:3
0:4
[code]....
View 2 Replies
Dec 2, 2010
outputting a .png sequence, what is the best way? I've had no problem when my animation is in the root timeline. I use the export Movie command and it gives me what I want. But when I have a movie clip, with animation inside of it, and I output a .png sequence in the same way, it doesn't output the sequence of animation from inside the movie ciip, it just gives me a still frame of the symbol on all 35 frames. Is there a better way to export it when the animation is inside of a symbol??
View 11 Replies
Feb 7, 2012
Does anyone know how to output to a text file. I've got a ticket machine and when a button is pressed at the final step i want it to output a boolean variable to a text file, preferably to the desktop this is a simple .swf which i have created.
View 4 Replies
Mar 16, 2012
This question was posted in response to the following article: [URL]..
View 4 Replies
Nov 20, 2009
I'm quite new to AS3 (coming from php/c#) and like it very much. My problem: trace doesn't output anything in the Output window anymore?!
View 2 Replies
Nov 20, 2009
I'm quite new to AS3 (coming from php/c#) and like it very much.My problem: trace doesn't output anything in the Output window anymore?!
View 3 Replies
Jun 21, 2010
in CS5 (ancd CS3-4) how do I stop the "Output" panel from showing up automatically each time I test the movie using the Command+Enter keys? I know I have an error but it's a network error which does not effect my clip.
View 1 Replies
Mar 16, 2012
I'm attempting to create a template with one simple change to the file output location. I need the .swf file to placed in a subfolder, i.e. "output/filename.swf" Instead of the default "filename.swf"My problem is, if I edit the output file name field in publish settings in any way, the export file name is now locked, meaning if i have used my new template to create 3 fla files, they will all be named the same thing and replace one another in the output folder i've created. (trying to eliminate the need to open the publish settings menu here)I was hoping there was a variable like ${filename} or something i could use, but cannot find something like that.
View 1 Replies
Jan 26, 2010
Ever since I`ve changed to flash cs4, every windows projector publish I make takes a really long time to open and play an animation.I`ts just very slow. When I created stuff on flash cs3, I had no problems running published projects.
Can anyone help me here? It`s just that I searched for a lot of forum questions just like mine on other web sites and none could . Since your the developers os this product I would like to see what you`ve got to say about this.
View 3 Replies
Mar 20, 2010
I'm running windows 7 ultimate and I'm trying to install flash cs4 professional with no luck. it always get stuck and about 93% and i get the error massage the it can't install flash cs4
View 4 Replies
Jan 16, 2011
I'm relatively new and I've made a script on my banner for buttons to link internally to different pages on my webpage. The problem I'm having is every time I click on a link it directs me into a new window, it will redirect in the same window and new tabs wont keep poping up? The website is [URL] if you want to see the problem I'm having.
stop()
road.addEventListener(MouseEvent.ROLL_OVER,play1);
function play1(event:MouseEvent):void{ gotoAndStop("specroad");
[Code]....
I've tried a few things but I can't get anything to work. I shouldn't have any trouble fixing the rest of the script!
View 1 Replies
Feb 21, 2011
I'm trying to create a simple swf file containing an m4v file along with default player controls. I want to add this to a Web page. I've successfully generated such a file, and using the HTML generated by the publish option, I've gotten it to play on IE, FF, Chrome, and Opera under Windows 7. When I try to open the same Web page from the same location on my Mac, however, I see the player controls with an green animation that indicates loading. The movie itself never loads. I've tried this under Safari, Chrome, and Firefox on Mac, all with the same result. I've also had friends try this on other Macs, with the same result. Is there some difference in how Windows and OS X deal with SWF files that I need to account for?
View 4 Replies
May 25, 2011
Last week I allowed the latest Flash upgrade to be installed on my pc. And haven't been able to view any webpage using IE9.0.8112.16421 without all adverst or video screens flashing on and off. I can't make them go away. Also the video screen stays stuck in the top left corner of the screen, making it impossible to see or use anything under it.I uninstalled the Flash and reinstalled it. Still no joy.I tried to find the older - working perfectly - Flash version but can't find or reinstall it.
View 2 Replies
Jun 15, 2011
I have a flash website at [URL] which, for some reason, has problems showing all of the text when viewed under Windows 7 (any browser). Under the experience tab, the text below should appear at the very bottom. It does not.
The experts on the team bring resources in financial underwriting and risk analysis, field and project management and a wide range of relationships with local and regional real estate executive leaders.
View 34 Replies
Mar 15, 2012
I work in the art department of a documentary series and I have a Dell Iinspiron 3200 running Windows 98 (with Flashplayer 9) that I need to use to run animations that I made on a seperate machine running CS5. How should I publish them so that they can be played on the laptop? When I bring the files over, they are recognized as flash applications (the icon is right) but trying to play them results in two errors: "(directory) file expects a newer version of windows. Upgrade your Windows version" and "(directory) a device attached to the system is not functioning" I have tried publishing as version 9, but the fies still won't run, and examining the properties of them reveals a file version of 10.1.
View 1 Replies
Feb 26, 2007
How do you send the output of a function to a dynamic text field on the stage instead of the output panel?I have used trace(); but that just sends the value to the output panel.
View 3 Replies
May 29, 2010
When I trace something in flashcs5, font size in the output panel is very big. Is there somewhere where I can set preferences for this panel? In other version of flash it was a lot smaller and readable.
View 1 Replies
Jan 14, 2011
I have a flash animation, simple, it basically fades between several static images in the timeline. I want that sequence in a video I'm working on, so I output the Flash (CS4) to video. I import that video into my Final Cut (6.0.6) sequence, but when it plays. All the fades are gone, and the images simply cut dryly from one to the next. How can I output this Flash to give me the effects I am programming in there into the video?
View 2 Replies
Jun 22, 2011
Not getting any audio output when viewing video in flash?
View 1 Replies
Dec 30, 2009
ever since i got windows 7, my drawing wacom tablet lags on flash cs4 when i use the pencil tool and i don't know why it's doing that and i cannot see what i'm drawing because of this lag. I have updated my video card and my wacom tablet driver to windows 7 and still no luck. It worked perfectly on vista but i do not want to go back to vista.
View 2 Replies
Dec 31, 2009
I brought my son a mini laptop for xmas that runs Windows CE , some of the websites he wants to go onto require "flash" , but when I try to install flash laptop says its not a valid Windows CE file.
Is it right that I need to install "flash lite" if so what version and where can I obtain it as I cant find download link on this site. If not is there any other way I can get these websites to work.
View 2 Replies
Dec 27, 2010
I am using Windows 7 Professional and Flash CS4. I installed the flash player debugger, now I can't get rid of it. It slowed Flash down to a crawl. I ran the uninstall_flash_player found on this site. No effect. Flash is still really slow and still shows a ton of information in the output screen when I compile.
View 2 Replies