ActionScript 2.0 :: Create .txt File Dynamically From A Flash Projector Exe?

Jul 31, 2002

I am trying to create .txt file dynamically from a Flash projector exe on to the local system for a game, Wherein the score and the players name should be stored.I have tried using the Loadvariable POST method to no avail. CAn anyone please help me through with this problem.

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Create A Projector File That Displays At 150% Of The Movie Size?

Dec 6, 2005

I need to create a projector file that displays at 150% of the movie size.I have looked at fscommand:

fscommand("fullscreen", "true");
fscommand("allowscale", "true");

but I want the projcetor to show the presentation at 150% of its current size, not fullscreen.

View 7 Replies

Professional :: Maximum Frame Limit - Presentation To Create And Export To A Projector File?

Mar 26, 2010

I have a presentation that I'm trying to create and export to a projector file. My problem is that I have gone beyond the allowed 16000 frames so the presentation stops in the middle and loops back to the beginning.

View 15 Replies

ActionScript 3.0 :: Dynamically Create A Vector File From A Flash App?

Dec 29, 2010

I'm currently building a create-your-own t-shirt application using AS3. My client needs the resulting design as an Adobe Illustrator file for printing. Is there a way to dynamically create an AI file from your Flash app? The only solution I have been able to come up with is recreating the design in a special version of the app that only the client has access to (the app would automatically load and create what the customer designed). This version of the app uses PrintJob to create a printable version of the design that the client saves to a PDF and then opens in Illustrator. It works, but as you can see, it's a messy process and creates additional steps for the client.

View 1 Replies

ActionScript 3.0 :: Scaleform Workaround - Create File That Could Dynamically Load File?

Jan 18, 2011

Having got into flash about a year ago, I have a fairly good understanding of as3, but I have never had any reason to learn as2. For an upcoming project, we were looking to use Scaleform GFx, with the UDK. (Unreal Development Kit) Trouble is, Scaleform only supports as2. From what I've been told, as3 is supposed to be better in just about every way, so I really don't want to learn a language that?s most likely on the way out, if I have any other options.

Is there any converters out there, that can convert script from as3 to as2? Or another workaround possibility, since flash communicates with the UDK by means of just calling a function, could I create an as2 file that could dynamically load an as3 file?

View 2 Replies

ActionScript 3.0 :: Create Windowless Non-fullscreen Projector With Flash CS3?

Oct 21, 2008

1) Is there any way to create windowless non-fullscreen projector with Flash CS3?

2) Or even better "masked" projector applications (where the window will be able to take any shape depending on a mask, and not only rectanlge shape)?

3) Or at least any way to change the title of the projector's window? ...

Or we are "doomed" with every non-fullscreen projector application to suffer from the "Adobe Flash Player 9" window title?.... :/...

View 1 Replies

ActionScript 2.0 :: Convert Flash Projector .exe File To A Fla File?

May 27, 2011

how to convert Flash Projector .exe file to a fla file.

View 1 Replies

Actionscript 3 :: Create Windows / Macintosh Projector From Flash Builder 4?

Mar 22, 2010

Am I able to publish a Windows/Macintosh projector from Flash Builder 4? I would like a solution that stays within the IDE, rather than having to open FlashPlayer.exe and export the EXE/App.

View 2 Replies

IDE :: How To Open Pdf File In Flash 8 Projector

Jun 7, 2007

how to open pdf, swf file in flash 8 projector? i am using exec command which was used earlier in flash 8 but its only working for exe files after keeping the files in folder named fscommand....

View 2 Replies

IDE :: How To Open PDF File Within Flash Projector

Mar 22, 2002

I am creating a Flash projector to work on a CD for a client to distribute. There has to be a listing of their PDF's in the flash program, that when clicked, will open the actual PDF in a separate window. I found one comment in this site to use "GetURL", but found out it is ONLY for HTML. There was mention of setting up the FSCommand to open another application, such as a PDF file, but how? I have the files in the same directory and tried putting the file name in the "GetURL" (the PDF file), but just freezes when trying to open. Also, is there a way they can drag and drop the PDF files to the desktop, that has the listings of the PDF's and save to the hard drive?

View 5 Replies

CS4 Flash Projector File And AuthentiCode (Signature)

Aug 26, 2009

I have a flash projector file (.exe) that I need to add Code Signing to it so it does not say 'Unknown Publisher' in Vista. I read that for CS3 there is no authenticode signing. Was this added in CS4? I just want to check before I go ahead and purchase a 3rd party app like Juggler. Any software to add authenticode signature to a CS4 flash projector file? Jugglor is pretty old (2007) and I would like to know if there are more recent apps to package and sign projector files.

View 8 Replies

Professional :: Open A  PDF From Flash Projector File?

Apr 19, 2010

im using Flash CS4 slide presentation to make a education CD. In the end of the slides i want to open a pdf file.How can i do it? Is it a east way to do it? I publish the project as a projector file. I tested to use GetURL but the file wont open. I have the pdf-filein the same folder as the projector exe-file.

View 1 Replies

Legality Of Modifying A Flash Projector File

May 1, 2011

I have a Flash projector file which I would like to edit with Resource Hacker. I would simply like to change a few of the menu bar items (see below):
Does anyone know if this is legal and will not hinder my ability to freely redistribute the file?

View 1 Replies

ActionScript 2.0 :: Opening A Doc File From A Flash Projector?

Sep 4, 2005

I have some problem opening a words document via flash projector.Here the code i use

on (release) {
getURL("doc/unit1/LP.doc", "_blank");
}

It WORKS prefectly on my computer. Opening up the doc file in words and in the foreground.But i recieve feedback that sometime it doesn't open up in the foreground, and sometime, it open up in Internet explorer instead.

View 1 Replies

IDE :: Error Creating Flash Projector File?

Mar 26, 2009

Here is the exact error I receive: Error creating Flash projector file. Be sure that Flash is installed correctly and that the destination file is not locked or on a locked drive.I am able to produce an exe but not the app.

I have:

Flash Player 10 debugger version
Mac OSX
Flash CS3

View 1 Replies

Flash8 :: Dynamically Create XML File References?

Jun 29, 2009

I need to create two combo boxes that are populated by an XML file. In the first combo box there are 13 choices and depending on what the user selects I need to populate the second combo box with the correct information. Now I can create the first combo box just fine but when I try to dynamically create the XML file name for the second combo box it doesn�t seem to work. What I am doing so far is taking the data from the first combo box and adding the quotes and .xml with this piece of code:

PHP Code:

pModCombo = '"'+event_obj.target.selectedItem.data+"Combo"+".xml"+'"';
pModComboXML = new XML();
pModComboXML.ignoreWhite = true;
pModComboXML.load(pModCombo);

If you trace that code it creates the file name just fine however the xml file will not load. If I replace that code with the normal xml code like this:

PHP Code:

pModComboXML = new XML();
pModComboXML.ignoreWhite = true;
pModComboXML.load("new.xml");

The second xml file seems to load just fine. However, if I create an if statement with all the different xml file names I will have to update the swf every time I add a new choice in the first combo box. So my question is does anyone know how to dynamically create the xml file name?

PHP Code:

pmComboXML = new XML();
pmComboXML.ignoreWhite = true;
pmComboXML.load("brands combo.xml");

[code]...

View 6 Replies

ActionScript 3.0 :: Make A Flash Player 10.1 Projector File (both .app And .exe)?

Oct 14, 2010

I am trying to make a flash player 10.1 projector file (both .app and .exe) and I am having some issues when I go fullscreen.This was originally a web project, and everything works okay online (or even locally when I click on my .html file). However when I make an .app projector file, and play it, some (not all) of my buttons stop working on fullscreen mode).I seem to be having problems with any buttons that have an alpha Tween (I am using TweenLite/TweenMax) applied to them on the MOUSE_OVER event.Buttons with Blur tweens work in both fullscreen and normal screen mode.

View 2 Replies

ActionScript 3.0 :: Flash Projector File (.exe For PC) Isn't Digitally Signed?

Oct 20, 2011

Client is stating that a Flash Projector file (.exe for PC) isn't digitally signed. First time I have come across this and wonder if it's really required, why it would be and can it be done?

View 1 Replies

Professional :: Passing Parameters To Flash Projector EXE File

Jan 11, 2012

I have a swf that plays in the browser and I would like to give the user an option to open the swf into a stand alone player. The best way I see to do this is to export the swf as a projector file but I can't figure out how to pass any params (flashvars) to the exe file.

View 3 Replies

ActionScript 1/2 :: Run Flash Projector File In Maximized Mode?

Jan 28, 2012

I want to run my flash projector file in maximized mode. (Not the fullscreen, fscommand("fullscreen","true");).
 
I just want to run it as maximized irrespective of the screen resolution.

View 2 Replies

[CS4] AS3 :: Get A Based Flash File To Run Full Screen In A Windows Projector?

Jan 23, 2009

I'm currently trying to get an AS3 based flash file to run full screen in a windows projector, but no matter what I try codewise I cannot get the function correctly working,I've tried

fscommand("fullscreen","true");

which works, but I'm also told to avoid it, as it's buggy : - I also tried

fscommand("trapallkeys","true");
fscommand("fullscreen","true");
fscommand("showmenu","false");[code]....

but this doesn't work either, in swf or standalone .exe.

View 2 Replies

Actionscript 3 :: Save Local File In Flash Projector Using FileReference?

Nov 18, 2010

I'm making a Flash projector which will be distributed on CD. I want to allow people to copy files off of the CD. Is this possible? Should I be using FileReference?

View 1 Replies

ActionScript 2.0 :: Stretching The Flash File To Fill The Screen In A Projector Movie

Jan 3, 2005

Had a problem stretching the flash file to fill the screen in a projector movie. It is not made in proportion with the standard screen sizes. Is there a quicky way of doing this, without having to go into each element and resizing it. Its a huge file with a lot of cross referencing happening, and _root is used liberally everywhere.

[Code]...

View 1 Replies

ActionScript 3.0 :: Fullscreen Flash Projector - Create A 1024x768 Flash Movie, Even With 100x100 And "No Scale" Activated?

Oct 17, 2008

I used to make fullscreen Flash websites, using 100x100 width/height and "No Scale" on Publish Settings.Everything is ok on a browser, since I can position elements using relative coordinates for liquid layouts.Now I have to make a fullscreen standalone .exe projector.To get fullscreen I use fscommand("fullscreen", "true") on the first frame and it works.

The problem is:If I create a 1024x768 Flash movie, even with 100x100 and "No Scale" activated, the movie remains at 1024x768.So, if I trace stage.stageWidth and stage.stageHeight, those remain respectively at "1024" and "768", but I need for the movie to get the max width and max height available on the system.

In the browser it happens automatically, but in the Flash projector it doesn't. how can I get the movie to match the exact size of the screen where it runs?I've tried with Capabilities.screenResolutionX and Y but there is no way (and I think it's normal) to set the stage.width and stage.height properties on runtime.

View 3 Replies

Actionscript :: Flex - Create Buttons Dynamically And Assign Value From Text File?

Jul 17, 2011

I made a basic text editor that lets users insert predefined strings into the document with button clicks. What I need to do now is let the user define their own buttons and string values. For example I have a button that inserts "Hello" into the text. The user may want to create a button that adds "Goodbye".To accomplish this I figured I would create a .txt file called buttons.txt or something. i would readutfbytee, loop through it to create the buttons. problem is I know what I want to do but not sure where to start

View 2 Replies

ActionScript 3.0 :: Create XML File Dynamically By Selecting The Music Files Using The Player?

Nov 23, 2010

I was trying to make a media player with AS3 coding.. I know how to make play, pause, next buttons etc.. And i also learned to load playlist from a XML file (created mannually)..What i actually need is to browse the computer and select multiple files and add those files to a playlist.. All these must be done with the media player itself(not manually typing the XML data).. XML file dynamically by selecting the music files, using the player.. Or is there some other method to create playlist without making the XML?..

View 6 Replies

IDE :: Create Projector Without .fla?

Jun 25, 2010

I have a directory that contains a .swf and assets. What I would like to do is put all of these in a folder and then have the projector outside of this folder.

So the projector would basically launch the swf that is within the assets folder from outside of it.

I do not have access to an .fla for this project.

[Code]...

View 1 Replies

ActionScript 3.0 :: Create Html Links From A External Xml File To Be Dynamically Added To A Text Field?

Nov 16, 2010

I am trying to create html links from a external xml file to be dynamically added to a text field (im using flash builder)the process i am having trouble is: -Loading an external swf which contains the textfield loading external xml which contains the cdata with links adding the cdata to the htmltext property of the textfield the link is showing correctly, the mouse turns into a hand... but when i click on the link it doesnt work. i have seen a few forum posts similar to this problem but all are using textfield control in flash builder but im trying to add the cdata into an externally loaded swf which holds the textfield.

View 2 Replies

ActionScript 2.0 :: Create An Autorun Command For Mac Projector Bundle?

May 8, 2008

Where where to find the info to create an autorun command for a mac projector bundle?

View 2 Replies

ActionScript 2.0 :: Create A Shortcut Automatically For Projector When The CD Is Inserted

Dec 29, 2010

I have a Flash projector in CD. Besides having an autorun file, if I want to create a shortcut automatically for this projector when the CD is inserted, how do I do ?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved