Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




How Do I Make A MXI File



Hello

Ive been wanting to make it so my actionscript class be included through a MXP installation into the flash system how can this be done its just one .as file with one class can i get some help and how do i use the class once its into the flash system thanks if you can help me out



ActionScript.org Forums > ActionScript Forums Group > ActionScript 2.0
Posted on: 04-15-2007, 09:38 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Launching File With BAT Files Format..how To Make The File Open Faster?
Tried to launch Powerpoint Presentation from flash. But seem to have various speed in terms of how the powerpoint is start. And also sometime the BAT file failed to intiate the launch on the first click.

Any idea how to make these file open a lot more faster?

How Can I Make A Button To Open A .doc File Without A .bat File.
Hello. How can I make a button to open an .doc file without a .bat file. I'am a new user, but I know the site for a long time. I take a lot of tutorials from it. It help me a lot. I hope to receive an answer. Thank you.

How Can I Make A Button To Open A .doc File Without A .bat File.
How can I make a button to open a .doc file without a .bat file.

How Can I Make A Button To Open A .doc File Without A .bat File.
How can I make a button to open a .doc file without a .bat file.

How Can I Make A Png File Into A Vector File?
i want to re-make this image as a vector image, but i don't know how. the reason is because the edges are jagged and the image is no longer as sharp as it used to be. any suggestions on an easy way to make the image as sharp as possible. here is a link to the image http://www.helphotline.org/images/Twofigures_maroon_190x130.png

Please Make A Swf Of This File For Me
I need a favor.
I need someone to make a swf from the file I attached (open it in Flash and go Test Movie Ctrl+Enter).
That's all
Ah!, as you cant attach a swf, please email it to me at gabrielaperry@hotmail.com
Thanxalot!!!!

I Need To Make Swf File 4kb?
Hi, I am entering a tee design into a competition but the swf files i send must be 60kb and mine are around 200kb. what can I do to reduce the file size?

I also have to make a thumbnail at 4kb. I am unsure how to do this too.

My images were imported into flash from photoshop as png files and only 150 in resolution.

Please help today is the deadline for the competition.

[F8] How Do I Make An XML File?
Can someone help with making an XML file? I want to make a jukebox and can't figure it out? This is for my mother and I really need help. I know flash but I don't understand the xml thing.

Thanks alot.

How To Make File Not As Big
i lowered the file a lot but now all i need to do is lower it 4 more bytes. how would i do that?

Need To Help In Make The Xml File....
can any one help me
~~~SK







Attach Code

public function createMainXML(xmlData:XML):Void {
EmpDetail = new XML();
if (xmlData == undefined) {
var Employees:XMLNode = EmpDetail.createElement("Employees");
EmpDetail.appendChild(Employees);
} else {
EmpDetail.parseXML(xmlData.toString());
}
__xmlCreated = true;
}
public function addData() {
Employee = EmpDetail.createElement("Employee");
var details:Array = new Array();
for (var i:Number = 0; i<=__empDetails.length; i++) {
var str:String = __empDetails[i];
details = str.split("_");
Employee.attributes.PAM = details[4];
Employee.attributes.PM = details[3];
Employee.attributes.prjName = details[2];
Employee.attributes.SeatNumber = details[1];
Employee.attributes.Empname = details[0];
EmpDetail.firstChild.appendChild(Employee);
trace("EmpDetail "+EmpDetail);
}
}

Hi, I need to make the xml from the array __empDetails
and __empDetails array is like GP_1_A_Bas_San
Rj_2_A_Bas_San...
Actually trace produce the result like this......

EmpDetail <Employees><Employee PAM="San" PM="Bas" prjName="A" SeatNumber="1" Empname="GP" /></Employees>
EmpDetail <Employees><Employee PAM="San" PM="Bas" prjName="A" SeatNumber="2" Empname="Rj" /></Employees>

but i need to display the result like this ...
<EmpDetail> <Employee PAM="San" PM="Bas" prjName="A" SeatNumber="1" Empname="GP" />
<Employee PAM="San" PMName="Bas" PM="A" SeatNumber="2" Empname="Rj" /></EmpDetail>

How To Make A Flash File Launch Another Flash File In Same Web Page.
I don't think what I'm trying to do is too difficult. I'm developing a home page using Dreamweaver. The home page is set up as a table with several columns and rows that create several cells. I've created a swf file converted from an avi file produced with a video editor tool. It's a talking head movie in two parts, two separate swf files.

When the web visitor arrives at the home page, the first part talking head swf file is activated and welcomes the web visitor. The talking head swf file "speaks" for a minute and then fades to white against a white web page background.

This first swf file opens in a table cell in the upper left of the page. When the first swf file ends and fades to white, another swf file opens in a table cell in the lower right OF THE SAME WEB PAGE. This second talking head shot is set up in video editing to start as all white and then fades into the visible swf file. It runs a minute and then fades to white too.

When the second talking head ends, there's no loop, it just ends. The web visitor is then left to decide where to go next. Other navigation options are optional on the page to help the web visitor.

I looked under "actionscripting" and found "Load a movie to replace a movie already loaded", but that doesn't help since it's loading the movie in the same HTML table cell. I want swf movie #1 to load swf movie #2 but in a different cell location on the same web page.

The tip I found results in loading a movie into a target already containing a loaded movie. That's not the effect I want. I want to load a movie into a target that doesn't already contain a loaded movie - a separate location on the same web page.

All in all, all I want is for the first swf file to cause the launch of the second swf file without any prompts... and within the same web page. It's a simple "file launch another file" I'm seeking to achieve. I've looked this up as "file sequencing", "file-load-file" and a variety of other search phrases but I'm getting no where.

Hopefully, I've articulated this clearly. Thanks for any help anyone can provide. I'm a newbie, so please have mercy by not assuming I'm any more than that. Thanks.

Can I Make An .exe Projector File?
I wanted to show my .swf/.fla files to friends who don't own Flash, so can I make it into an .exe file? And if I can, how do I do that? Thanks.

How Do You Make A Flash EXE File?
Like the title asks ...

How do you make a Flash EXE file? Is it even possible? I need to know because I am tweakingmy windows XP and they have an EXE file as the splash screen loader. Thanks!

- BlackStorm

Help Me To Make Swf File Using Javascript
I would like to make swf file by using javascript.
For sample you can see http://www.flashbuttons.com site.
In that he is generating swf file through some programing i thing he is generating from javascript.
Please help me.

Make Links In Txt File Pop Ups
hi all,
i have a text file that i am loading into my flash movie. In that text file are links. How do i get the links on the text file to become a pop up window?

Anyone know of a good tutorial that explains it?

all help will be appreciated thanks

How Big Can I Make My Video File?
hello,

i'm working on a cd. i want to put this 120mg video on it. i'd like it to be viewed inside the interface and have buttons that can fast forward, rewind, pause, etc. should i use director or is flashMX robust enough to handle a 120mg movie.

thanks for any suggestions,
josh

How To Make A Downloadable File ?
Hi,
I have a flash file which is 6M. how can I put it on server so anyone can go to the proper page and by clicking the link the file start to download itself to the desktop.

Thank you in advance.

How Do I Make Downloadable PDF's From SWF File?
I want my clients to be able to click a button from the flash movie and make a PDF download to them. How do you do this?

How Do I Make Downloadable PDF's From SWF File
I want my clients to be able download PDF's from my flash movie when they click a button. How do I do this?

How To Make Your Swish Into An .exe File
How do you turn swish file into .exe file like in some flash game. So you don't need flash player (flash MX/swish) on your pc.
Thanx

Is It Possible To Make A File Dialog Box ?
A Music Player in Flash


I am making a music player, similar to winamp, in flash. I am using the following code to play the sound.

s = new Sound();
s.loadSound(text);
s.start();


So what I do is I need to type the URL in the Input box to play the song. To type the whole URL is really tiring. So I need a file dialog box to choose the song. I hope you understand my question... To be more clear I want a window similar to the one that you get when you press "ADD DIR" in WINAMP.

How Do You Make A File Downloadable?
I have some documents I want to put on my page so when the user clicks on them they will start downloading how do I do this??


thaks in advance for any help you may be able to provide

How Do I Make A 60kb Swf File?
Hi, I have entered a t-shirt competition recently and downloaded their provided fla file for me to paste my design onto. I have drawn my design at hi res in photoshop and then flatten it and lowered the res to 150, before importing it into the library. I cannot seem to get the size of the file down to the limit of 60kb.

Can someone help please!!

Thanks for helping

Rich

How To Make A File Downloadable?
Can somebody please tell me how to make a file downloadable by the user?

Muchos gratias....

Help Learning How To Make Something Like This .fla File
Well i wanna start a project but i am very new with flash i want to make a cloth simulator for this game i play and here is the .fla file, i need a tutorial that shows mw how to make something like this i am not good with flash terms so please dont give me a website so i can find myself please help me any help highly appriciated.

How Can We Make .swf Export A File In .ai ?
How can we make .swf export a file in .ai ?

We want to make an application whereby certain designs will be created by the user using the .swf file. He can edit the design etc. Once he has completed editing the design we want to export the final design in .ai or .eps vector

Any ideas how to do this ??

Thanks for your help

[F8] How Do I Make A Jpg Or Gif File Using Flash?
Hello, I just got flash, and I want to make my flash file an animated jpg or gif file, and when I save it as that only flash can open it, any help plz?

[CS3] How To Make A File Be Downloadable
I would like have on my website a PDF that people can download. Does somebody know how to do that?
Thanks in advance!

Make .swf File Available For Download?
I cannot seem to find an answer to this question. Any help would be GREATLY appreciated.

How can I make my .swf file available for download from the click of a button within the movie? I read that it could be done in AS 1.0 with the fscommand - so surely there must be a way in 2.0?

If not, is there any way I can use JavaScript or PHP to do it?

Ultimately, I'm creating Flash Paper files (originated in Flash 8), but I would like to add a "save" button to the movie.

My company wants to replace PDFs with FlashPaper, but users can't save the .swf file from within the FlashPaper UI!

Mason

How Can We Make .swf Export A File In .ai ?
How can we make .swf export a file in .ai ?

We want to make an application whereby certain designs will be created by the user using the .swf file. He can edit the design etc. Once he has completed editing the design we want to export the final design in .ai or .eps vector

Any ideas how to do this ??

Thanks for your help

How Would I Make A Policy File?
I'm trying to put a client on my domain www._mydomain_.net that can communicate with my computer that I'm typing into right now on port 9000, by my IP address. I know SecurityError: Error #2010 means I need to make a policy file.

How would I make this policy file? I am running a very simple flash server I just made, and I just want my flash to connect. How would I go about making this policy file? This is very important, I want to move on to greater things once I figure this out.

Sorry for being ignorant, but I need help!

Can Someone Make Me A Quick .swf File?
I'm working on a site design, but want a border to seperate certain things, that will change on a regular basis. What I need done is:

a swf file that will open a web page (will point to a .php that randomly picks an image later) and make it 1x1 as far a display. It must be left in the way that I can set the width, etc. so it matches tables and all.

I know this would take like 15 minutes tops for one of you pros, so am asking if someone can do this for me right quick. If you can, may you email me? Thank you sooo much in advance. It's kind of an emergency as I need it within 3 days, so am struggling very hard to find someone.

in short... just a simple .swf file that opens a url in a 1x1 display, that I can control height and width of.

OR

same thing, but make it load a graphic + a URL. (even better)

Make An Scr File From Flash
Hi, how do you convert a flash file to a winows screensaver? I tried to search the forum for a previous post on the topic, but I got an error. Thanks.

How Can I Make A .pdf File Downloadable?
I have a button (called lets say button_1). How can I make it download a .pdf once its clicked?

How Can I Make A .pdf File Downloadable?
I have a button (called lets say button_1). How can I make it download a .pdf file once its clicked? I am using Flash 8, Action Script 2. Thanks!

Im Trying To Make A Class File..
Hi all!
Im trying to make a class that loads in some external data, and then creates some arrays in the class, which names and content are based on the data that are loaded.
What i have now, is something like like this:

Code:
class DataConn
{
(...)
xmlOutput.onLoad = function()
{
var tables:Array = this.firstChild.childNodes;
for(var i:Number=0;i<tabels.length;i++)
{
//how do i now create arrays in the root of the class?
classRoot(?)[tables[i]] = new Array()
}
}
(...)
]
I guess my problem is, that i dont know how the reference the "root" of the class.
What i want to be able to do with this class is this:

Code:
dcTest:DataConn = new DataConn();
trace(dcTest.theHopefullyCreatedArray[6])
Any help help on how to do this would be great
Thanks..

How To Make A File Downloadable?
Can somebody please tell me how to make a file downloadable by the user?

Muchos gratias....

How Can We Make .swf Export A File In .ai ?
How can we make .swf export a file in .ai ?

We want to make an application whereby certain designs will be created by the user using the .swf file. He can edit the design etc. Once he has completed editing the design we want to export the final design in .ai or .eps vector

Any ideas how to do this ??

Thanks for your help

Im Trying To Make A Class File..
Hi all!
Im trying to make a class that loads in some external data, and then creates some arrays in the class, which names and content are based on the data that are loaded.
What i have now, is something like like this:

Code:
class DataConn
{
(...)
xmlOutput.onLoad = function()
{
var tables:Array = this.firstChild.childNodes;
for(var i:Number=0;i<tabels.length;i++)
{
//how do i now create arrays in the root of the class?
classRoot(?)[tables[i]] = new Array()
}
}
(...)
]
I guess my problem is, that i dont know how the reference the "root" of the class.
What i want to be able to do with this class is this:

Code:
dcTest:DataConn = new DataConn();
trace(dcTest.theHopefullyCreatedArray[6])
Any help help on how to do this would be great
Thanks..

How To Make This Flash File?
Can someone tell me how to make flash movie like this? Thanks.

First load a picture on the movie as background.
Then there are 3 buttons on the menu, measure, manage and market. Once hover each one the movie clip is sliding into the scene. Do you have any ideas of making that flash file?

http://www.nextmedium.com/index.htm

Much appreciated!

How To Make SWF File Portable
I am using Captivate to create Flash files. I've just started experimenting around with it today. I have a book on order, but I haven't received it yet. When I try to run the file that I've created on a different workstation, it doesn't work. What do I need to do to make the file portable?  

How To Make A Txt File With Notes
Hi everybody,

I have a text file that I am loading into a Flash movie.

I would like to have in the txt file some text, like notes to myself, as reference for future edits.

Is there anyway to make Flash ignore this note included in the txt file ?

Thanks a lot!

How Do I Make The Bg Transparent On Swf File
I need to import a swf file into dreamweaver and i need the bg of the swf file to be transparent. Is this possible. Thanx.

Still Trying To Find Out How To Make A File Downloadable
Thanks to those who have helped, but I'm still not getting the answer I'm looking 4.
say I click a button in Flash (or even a HTML page for that matter - if you know both then please give me the code and instructions for each - thanks) that says 'Download Now' or something to that effect...
what do you do to make the correct file download to the users desktop/hard drive when the button is clicked???
What is the code that makes this happen, and what folder does it need to go in on the remote server???
Thanks heaps.

How Can I Make The Flash File Get The Variables ?
I call flash file like this
<PARAM NAME=movie VALUE="AIcodi.swf?value1=aaa&value2=bbb">

How can I make the flash file get the variables of value1 and value2 ?
And How can I print it in flash movie ?

Sorry I'm new....

Okay I Have The Xml File, - But How Do I Make Flash Mx Understand It?
I have the xml file and now I want my flash mx to use it.

How do I connect these to motherf....

best

Godowsky

How To Make A FLA File A Symbol In Another Movie?
I have a complex "intro" animation that I downloaded from Flashkit. I do not want to use the animation as an intro. Instead I want to embed it on my site to play in the background. When I Publish the intro FLA file into a SWF it plays fine. So I made a new symbol, set the properties to movie, and chose to import the intro movie. However, when I import this SWF file it "flattens" the file and it no longer plays right.

Is there a way to import the flash file in a way to where it is a movie symbol?

I have both Flash5 and Flash MX so explain it in terms ofeither one. Gracias!

How To Make Parameters Variables (have Fla File)
Hi,

I have a fla file which demonstrates the use of realtime visual querying with flash.(I havent made it myself through ), but it's pretty impressive.

Anyhow, on the stage you see movieclips having parameters, shown at the properties bar of the movieclip. These parameters hold fixed variables. What I am trying is to replace these fixed variables with actionscript created variables.

The file (inlc swf) is located at http://www24.brinkster.com/haagsepatrick/flash.htm

help would be appreciated
Patrick

How To Make A Flashtrak DATA File?
Hi,

How can I make a Flashtrak Data(.swf) file?

Thank you in advance.

TD

Copyright © 2005-08 www.BigResource.com, All rights reserved