How To Make An Option MC ?
Please see my attached flash file where I have 2 MCs (no option buttons)
But I would like these MSs act as the option buttons
OnClick MCq2, show MC Symbol 3 OnClick MCQ3, show MC Symbol 4 (only the latest clicked MC shows)
FlashKit > Flash Help > Flash ActionScript
Posted on: 01-12-2004, 03:18 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Current Option Slide Out When New Option Selected - HOW?
I'm having a little trouble with some scripting.
Download the following before going any further and you'll understand what I'm talking about better.
http://www.willcheyney.co.uk/interface.swf
What I want to achieve is this.
When the 'Ready For Insight' screen is active (down), for example, I want it so when 'Insight Uses' - or any other option - is selected, the 'Ready For Insight' screen will slide out before the new selected screen slides in. Does that make sense to anyone?
If you have any idea of how to achieve such an effect, please tell me! If you are feeling extremely creative, here is the .fla of the whole thing for your own pleasure.
Source: http://www.willcheyney.co.uk/interface.zip
Thanks alot guys )
Is There A "make Default" Option For .as Files?
i want to create a default script template for my .as files and i'm wondering if Flash lets you apply a default document that will automatically open up every time i create a new .as file. Mine would look something like this:
Code:
// © author details, bla bla bla
/*---------------------------------------------
variable declarations
----------------------------------------------*/
/*---------------------------------------------
instantiate variables
----------------------------------------------*/
/*---------------------------------------------
functions
----------------------------------------------*/
/*---------------------------------------------
event handlers
----------------------------------------------*/
/*---------------------------------------------
run immediately
----------------------------------------------*/
I'm guessing there's not because i've spent 20 minutes trying to find this feature without any luck. I'd like to hear otherwise though!
Which Is The Best Option
Okay I have used flash for sometime but have never incoporated video files that I have edited in Premier and After effects with flash animation. I want to know what is the best option for firstly importing my files into flash Should I save them from my editing programs as Flash video files (fvl) or avi's. What I am going to be doing is having a video whith animated characters on top so they will be looped when on the stage. But more improtantly if anyone knows of tutorials whereII can find out about the best ways of managing my movie files with action script this would help a great deal.
Other Option
is there a way so that i can make a button that will open an external flashpaper rile. like a getFile or something along those lines.
Best Option For This..
before i venture off on a suicide mission in flash i thought i would ask for a bit of help as to the best option for what i want to do; which is:
on my project the user has various items they can click and when you click one a box slides out from the side with information about the item they have clicked on it, now.. would it be best to:
1. make a load of different swf's and load and unload them?
2. make one swf with loads of different mc's containg text inside to show or not show?
3. make some sort of xml document with the information that is accessed when the user clicks the button and then slides out?
i just dont want to go too far with one only to find out it would have been better doing it a different method.
thanks
Dan Hodkinson
Skip Option
What is the action script for allowing a person to skip to the end of the movie?
Option Button
I have created a button, and I need it to function as follows.
When the button is pressed once, certain features on the stage become acive, and the button remains in the down stage.
When the button is pressed a second time, the features become inactive, and the button reverts to it's formal up position.
The idea is much like a light switch. When the switch is down the light is on, and when the switch is up, the light is off.
How can I best produce this effect?
Thanks for the help.
Where The Hell Is This Option?
Hello!
In Flash 5 there is an option in the menubar to change the position of the midpoint/centerpoint of a symbol.
But where the hell is this little, usefull option in Flash MX ? Does anybody know the answer?
Getting Rid Of The Option To Zoom In.
I can't seem to figure out how to remove the option that lets people that view my flash documents the ability to zoom in on them or change the quality. Can anybody help me?
Right Click Option
i saw alot of websites
that when u right click
the menu that appear is only "setting" and "about macromedia flash 6"
and no zoom in or zoom out....
how do we do that?
LoadMovie Option, Help...
Hey,
I need a flash site which has a menu, when a button/link on this menu is clicked i need it to load a new movie in the same flash window as the link was click from.
I DO NOT WANT THE WEBPAGE THE LOAD A NEW PAGE.
I don't know how to use the .loadMovie() command
Cheers
Better Loading Option
Hey, everybody here is probably really sick of hearing questions about preloading, but here's another one. I use the following actions to preload my flash:
Scene 1, Frame 1:
ifFrameLoaded ("Main", 140) {
gotoAndPlay("Main", 1);
}
Scene 1, Frame 2:
gotoAndPlay(1);
No percent bars or anything are involved. Anyway, my problem is that no matter how small i make the preloading scene, a white box still shows up on the website before it starts loading. Is this not a correct way to load the file? I have some music in it too. Anyway, any help is appreciated, and my apologies if this has already been answered somewhere else.
Is There An Option Like Always Load Unless...
i would like to now if there is an option that says:
[code]
always.loadMovie("selected_moby_ti.swf", "_root.selected_concerts_namesa");
unless._root.selected_moby_ti == 1
}
[code]
does something like this excist. cauze i think it would solve the problem i currently have
Disable Option
Is there a way to disable the "copy" & "cut" option when someone right click an exe or swf file and make it copyrighted like?
Using The DEbugger Option
when u export a flash movie u can use the debugger
i read in a help file that is located on :
C:Program FilesMacromediaFlash MXHel..._testing8.html
what to do.
i did all the thins that i was asked for on the first section.
in the second section that is called :
"To activate the Debugger from a remote location: "
it didnt worked for me
thr Remote Debuger window didnt open and even when i tried to use the right click as instructed
i didnt get there the option of Debugger!!!!
why is that?
what to do?
thnaks in advance
Peleg
Using Combo Box And GO Option
Hi, I'm using flash MX, I saw a drop down menu, where you select the text option you'd like to use, and then push a GO button right after you select. how can I make the same GO button on flash MX?
So far I've done the combo box menu. But the variables, and the use of a button for GO, I still haven't figured out.
Could someone help me out on this one?
I know there is a big easy turn around using HTML or DHTML but I need this to work on flash, as it is part of the design.
Please help.
David R.
Suicide Still An Option :(
I'm about to go nuts here... Im running flashMX pro.. and I am in search of an example or tutorial dealing with: creating an array - array of external html documents, that I need to apply css, and then load into a textfield inside of flash per navigation buttons... each btn calls an array html document and then that is displayed on the stage...
I figured out how to load a html document and apply the css to it..
code:
stop();
var nWidth:Number = mcDisplayBackground._width;
var nHeight:Number = mcDisplayBackground._height;
var nX:Number = mcDisplayBackground._x;
var nY:Number = mcDisplayBackground._y;
var nInterval:Number;
this.createTextField("smText", this.getNextHighestDepth(), nX, nY, nWidth, nHeight);
smText.multiline = true;
smText.wordWrap = true;
smText.textColor = 0xFFFFFF;
smText.html = true;
smText.condenseWhite = true;
var lvContent:LoadVars = new LoadVars();
lvContent.onData = function(sHTMLData:String):Void {
smText.htmlText = sHTMLData;
};
var cssStyles:TextField.StyleSheet = new TextField.StyleSheet();
cssStyles.onLoad = function():Void {
smText.styleSheet = this;
lvContent.load("homeText.htm");
};
cssStyles.load("style.css");
trace(smText);
this code is for the home page and loads the text as prescribed... but I'm having difficulty getting the text to go away, when another nav button is pressed...
code:
about_btn.onRelease = function() {
_root.pic_mc._alpha = 0;
_root.data_mc.smText._alpha=0;
_root.data_mc.gotoAndPlay("textboxLG");
the pic_mc disappears and the line to tell it to goto "textboxLG" works fine... but the text is still there... I'm thinking it would be best to place all the html documents into an array ... so I might have better control. But I find myself clueless on how to get the array built and still be able to use the load and css code applied to an array. Desperate Here! please can anyone explain this or point me in the right direction to find a resource that might assist me
kinda trying to come up with an array:
code:
var menuContent=new Array();
menuContent[0]="homeText.htm";
menuContent[1]="contactText.htm";
menuContent[2]="aboutText.htm";
menuContent[3]="galleryText.htm";
menuContent[4]="matText.htm";
menuContent[5]="hardText.htm";
menuContent[6]="qualityText.htm";
menuContent[7]="uvText.htm";
menuContent[8]="linksText.htm";
menuContent[9]="faqText.htm";
God Bless you all.
thanx
K
NO Zoom In Option
How do I make my movie so that when you right click it it doesnt give you the zoom in or other options?
ALT Text Option...?
Small question...
In flash, can you create a type of text box, (like an ALT text), that appears when you rollover a movie clip or button?...and if you moved the mouse about whilst it was still over the MC or button, the ALT text thingy would move as well, (until the mouse rolled off the MC or button)...?
I've tried searching for a tutorial on this, and useing the help topics in flash, but I can't find anything...It may be really simple, but I dont know how to do this...
I did think of just having a dynamic textbox, and when you rollover the button, inserting some text into the text box, (but thats a bit of a naff option!)
Any suggestions / help?
Please...
Is There Any Option In Flash ?
Hello
i'm making a interactive cd in flash. and i have placed a installer of acrobat in that cd.
so my question is
is there any option in flash scripting through which flash can recognized that is there adobe acrobat installed in the computer or not.
because if there is acrobat installed then gotoAndPlay(4) if not then gotoAndplay (3) where i have a button to install acrobat reader.
Reagards
Option Explicit?
I just started using flash about a week ago and 1 of the things that i have noticed is that it will not catch variables that are fat fingered.
In other programming languages there is a way to enforce the declaration of variables and the application will error out if it finds any such problems.
I was just wondering if there was anything like this in Flash.
I have a tendency to fat finger keys and thus misspell stuff.
Happens all the time.
So is there anything like an Option Explicit or something similar?
THanks.
Fullscreen Option
Hi Guys,
Anyone seen this site http://www.boxer.uk.com? Is the fullscreen option done thru fscommands, or is it not done within flash? How did they completely get rid of the browser? Anyone have any ideas?
Swf Save Option...
i was thinking is it possible to have a save option in your flash movie? im doing a sort of story making project using flash. the user will choose which background and add characters, props and speech bubbles into it. I want the user to be able to save his work once he has completed it.
is there a way to do this?
Blending Option
How to check blending option in Flash? Is there any ways to achieve it (sth like Photoshop blending option Lighten, Multiple.......
Export To Mov Option
I have a client that wants a flash presentation I made to be converted to a video. The export to quicktime video option will not play the audio from the flv (which happens to be an actor talking, which happens to be key to the video). Anyone have a solution? I can not use screen capture software because it does not look good enough to place on a dvd. I have ran a s-video cable from my laptop to a camcorder to record the presentation but then get no audio. The presentation needs to be as clean as an mov (because it will be on a dvd) as the flash swf itself.
any suggestions or things I am doing wrong would be great! Thank you so much in advance.
Stittch
Preloading Option?
I uploaded my files online and it takes 30 seconds to load the second page of my website. The first page is an animation intro and the second is the home page with 5 full length songs used as a radio sampler. The 2nd page is only 8 meg but it is taking too long to load. Should I preload the second page while the first is playing or do I have to make the songs smaller in file size? I'm not sure how to do either of these options or the code for a preload script
Thanks
An Option Game
I'm not sure of how to explain this, but basically options appear on screen after a short animation i played, then depending what option you choose, or if you press a button in time etc. it is either game over, or you move on to the next animation. I'll try to show you in a tree kind of thing :S
Option 1 ---- DEATH
Animation -- Press W in time ---- Animation
Option 2 ---- Animation ----
Fail to hit W --- Death
If you dont understand please say and ill try to find an example of this, but the key thing required as piece of coding that when an if clause is satisfied a part of an animation is played, and if it isnt a game over screen is shown (perhaps created in action code or a new scene i have no idea) i am asking for this because i want to try to make a game from this, but at the moment i have absolutely no idea how to go about it, if someone could either explain or offer coding it would be greatly apprreciated, thanks in advance.
James.
An Option Game
I'm not sure of how to explain this, but basically options appear on screen after a short animation i played, then depending what option you choose, or if you press a button in time etc. it is either game over, or you move on to the next animation. I'll try to show you in a tree kind of thing :S
Option 1 ---- DEATH
Animation -- Press W in time ---- Animation
Option 2 ---- Animation ----
Fail to hit W --- Death
If you dont understand please say and ill try to find an example of this, but the key thing required as piece of coding that when an if clause is satisfied a part of an animation is played, and if it isnt a game over screen is shown (perhaps created in action code or a new scene i have no idea) i am asking for this because i want to try to make a game from this, but at the moment i have absolutely no idea how to go about it, if someone could either explain or offer coding it would be greatly apprreciated, thanks in advance.
James.
Mouse Option?
How could i make it so you can choose which mouse you have by clicking a button
heres what i have
Code:
on (press) {
Mouse.hide();
_root.triangle._x = _root._xmouse;
_root.triangle._y = _root._ymouse;
}
I thought it would work but it just hides the mouse
(triangle is the mouse instance name)
Projector Option:-
Well i m adding flash animation on my windows desktop icon .well i want some action to be performed when someone clicks on that icon.lets say open winamp in program files.
is it possible to do that?
assume i added flash file thru Html page on desktop.what about URL on Fscommand.is it possible to use it.?
is it possible to make flash open some executables from computer e.g.winamp.
i have this question cause if windows can open programs from within its help file link then maybe we can do it too?
---by the way if macromedia creates vb.flash then our operating system will fly in air ----
Need One More Option With Thw Swfobject
hello all, this is my first time using these forums, but i have been reading a lot of stuff over the last years in the tutorials of this site
i have recently implemented the swfobject on a website (http://www.kirupa.com/developer/flash8/flash_fix.htm, http://blog.deconcept.com/swfobject/) to fix the embed issue.
i am creating a top nav in swf. i would like the tab onto which we land becomes highlighted (so we know what page were on, ie: home | registration | ABOUT US | contact) but i cannot write a flashvar on each page since my flash has to be in a header block, that is loaded via coldfusion.
i know i can pull variables from the url, but is it possible with swfobject to also add variables to the url?
for example, when someone clicks on registration, i would like this to happen:
http:/www.url.com/registration?selectedMenu=Registration
or something like this (i am not a cf programmer, so im not sure i added that vars properly in the url)
then with the getQueryParamValue from the swfobject, i would be able to pull that once the user has landed on the page and then highlight the proper tab in the top nav.
please lemme know if i am unclear, thx for helping!
edit: sorry for the typo in the title
Random Option
Hey,
I have three objects in library - instance obj1 obj2 obj3
I would like to randomly fill out the stage with those objects.
Can anyone tell me how to achive that with action script.
thank you
Mp3 Seek Option
Well I am in the process of making an mp3 player, or at least trying to. I have the basic position, duration and progress bar currently working but need to create the seek feature. So far everything that I have tried to do has not gotten it to work out correctly (probably because I am trying the wrong functions or something like that) but if someone could help me to get a working seek bar that would be great.
Another Option For OnEnterFrame
Hey Guys-
I have a code the moves an image 10 pixels on every frame. I need this to happen still but I only have one frame. What can I do besides the onEnterFrame for this code so it will still move without stopping?
pic1_mc.onEnterFrame = function() {
pic1_mc._x += 10;
if(pic1_mc._x >= 374) {
pic1_mc._x = -276;
pic1_mc.loadMovie(myPics[curPic++]);
if(curPic >= myPics.length) {
curPic = 0;
Mouse Option?
How could i make it so you can choose which mouse you have by clicking a button
heres what i have
Code:
on (press) {
Mouse.hide();
_root.triangle._x = _root._xmouse;
_root.triangle._y = _root._ymouse;
}
I thought it would work but it just hides the mouse
(triangle is the mouse instance name)
Projector Option:-
Well i m adding flash animation on my windows desktop icon .well i want some action to be performed when someone clicks on that icon.lets say open winamp in program files.
is it possible to do that?
assume i added flash file thru Html page on desktop.what about URL on Fscommand.is it possible to use it.?
is it possible to make flash open some executables from computer e.g.winamp.
i have this question cause if windows can open programs from within its help file link then maybe we can do it too?
---by the way if macromedia creates vb.flash then our operating system will fly in air ----
Apple Option C And V
2004 pro doesnt work. i always have to go to edit, copy frames and paste, or hold down the mouse on the frame to copy. is the software buggie or is my install bad?
This Fullscreen Option.
hi there.
i'm developing the player for spikedhumor for quite a while. i found this player on : http://www.brightcove.com/
take a look at their fullscreen feature. it's actually a fullscreen. very nice in deed. i wonder how this was made...
if we decompile will we find out ?
thanks...
Is Polling My Only Option?
Trying to convert a ColdFusion app over to Flex, and want to know what my options are.
Basically the CF page is a data grid that gets info from a SQL server, and refreshes every 3 minutes, re-querying the database for the new info (polling). In a Flex app does this same polling technique have to happen, or can I get updates automatically? A separate desktop application talks to the database and updates the data, so there is not a way to "push" updates from the desktop application.
Any suggestions on my options?
(Below is code from CF page which needs to be turned into Flex)
Thanks.
-Christopher Keeler
Code:
<cfparam name="TodayDt" default="#DateFormat(Now(), "mm/dd/yyyy")#">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Page-Exit"
content="progid:DXImageTransform.Microsoft.Fade(duration=1)">
<meta http-equiv="refresh" content="300">
<title>Patient Manager - Daily Treatment Status</title>
<cfinclude template="../style.cfm">
</head>
<cfquery datasource="varis" name="dailystatus">
SELECT DISTINCT
ResourceSer,
ScheduledActivity.ScheduledStartTime,
NULL,
Patient.FirstName,
Patient.LastName,
Patient.PatientId,
Department.DepartmentName,
Hospital.HospitalName,
Activity.ActivityCode,
ScheduledActivity.ScheduledActivityCode,
ScheduledActivity.ActivityNote,
ScheduledActivity.ScheduledActivitySer,
NULL
FROM Hospital,
Department,
Patient,
Activity,
ResourceActivity,
ScheduledActivity,
ActivityInstance
WHERE ((ScheduledActivity.ScheduledStartTime >= '#TodayDt#' ) AND
( ScheduledActivity.ScheduledStartTime < dateadd(day,1,'#TodayDt#') )) AND
( ScheduledActivity.ObjectStatus = 'Active' ) AND
( ActivityInstance.ActivityInstanceSer = ScheduledActivity.ActivityInstanceSer) and
( ActivityInstance.DepartmentSer = Department.DepartmentSer) and
( Hospital.HospitalSer = Department.HospitalSer ) and
( Patient.PatientSer = ScheduledActivity.PatientSer ) and
( ActivityInstance.ActivitySer = Activity.ActivitySer ) and
( ScheduledActivity.ScheduledActivitySer = ResourceActivity.ScheduledActivitySer )
ORDER BY ScheduledActivity.ScheduledStartTime
</cfquery>
<body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0 bgcolor="#333333">
<table width="100%" border="0" cellpadding="0" style="background:#333333">
<tr>
<th scope="col" valign="top">
<table width="450" border="0" cellpadding="1" style="border : 1px solid #336699; background:#F1F1F1">
<tr>
<th scope="col" bgcolor="#0033CC" colspan="5" class="statusHeader" align="left"><cfoutput>#DateFormat(TodayDt, "ddd mmm dd, yyyy")#</cfoutput> ( iX )</th>
</tr>
<cfoutput query="dailystatus">
<cfquery datasource="varis" name="checkedIn">
SELECT CheckedInFlag
FROM PatientLocation
WHERE ScheduledActivitySer = #dailystatus.ScheduledActivitySer#
</cfquery>
<cfif dailystatus.ResourceSer EQ 124>
<tr>
<td class="main2">#TimeFormat(dailystatus.ScheduledStartTime, "hh:mm tt")#</td>
<cfif checkedIn.checkedInFlag EQ 1>
<td><img src="../images/icons/door_in.gif" alt="Checked In" /></td>
<cfelse>
<td> </td>
</cfif>
<td class="main2" align="left">#FirstName# #LastName#</td>
<td class="main2">#ActivityCode#</td>
<cfswitch expression="#ScheduledActivityCode#">
<cfcase value="Completed,Manually Completed" delimiters=",">
<td class="main2" align="left">
<img src="../images/icons/comleted.gif" alt="Completed" />
#ScheduledActivityCode#</td>
</cfcase>
<cfcase value="Cancelled">
<td class="main2" align="left">
<img src="../images/icons/cancelled.gif" alt="Cancelled" />
#ScheduledActivityCode#</td>
</cfcase>
<cfcase value="In Progress">
<td class="main2" align="left">
<img src="../images/icons/hourglass_go.gif" alt="In Progress" />
#ScheduledActivityCode#</td>
</cfcase>
<cfcase value="Open">
<td class="main2" align="left">
<img src="../images/spacer.gif" height="16" width="16" />
</td>
</cfcase>
<cfdefaultcase>
<td class="main2" align="left">
<img src="../images/spacer.gif" height="16" width="16" />
#ScheduledActivityCode#</td>
</cfdefaultcase>
</cfswitch></tr>
</cfif></cfoutput>
</table>
</th>
<th scope="col"><img src="../images/spacer.gif" height="1" width="20"/></th>
<th scope="col" valign="top">
<table width="450" border="0" cellpadding="1" style="border : 1px solid #336699; background:#F1F1F1;">
<tr>
<th scope="col" bgcolor="#990000" colspan="5" class="statusHeader" align="left"><cfoutput>#DateFormat(TodayDt, "ddd mmm dd, yyyy")#</cfoutput> ( EX )</th>
</tr>
<cfoutput query="dailystatus">
<cfquery datasource="varis" name="checkedIn">
SELECT CheckedInFlag
FROM PatientLocation
WHERE ScheduledActivitySer = #dailystatus.ScheduledActivitySer#
</cfquery>
<cfif dailystatus.ResourceSer EQ 2>
<tr>
<td class="main2">#TimeFormat(dailystatus.ScheduledStartTime, "hh:mm tt")#</td>
<cfif checkedIn.checkedInFlag EQ 1>
<td><img src="../images/icons/door_in.gif" alt="Checked In" /></td>
<cfelse>
<td> </td>
</cfif>
<td class="main2" align="left">#FirstName# #LastName#</td>
<td class="main2">#ActivityCode#</td>
<cfswitch expression="#ScheduledActivityCode#">
<cfcase value="Completed,Manually Completed" delimiters=",">
<td class="main2" align="left">
<img src="../images/icons/comleted.gif" alt="Completed" />
#ScheduledActivityCode#</td>
</cfcase>
<cfcase value="Cancelled">
<td class="main2" align="left">
<img src="../images/icons/cancelled.gif" alt="Cancelled" />
#ScheduledActivityCode#</td>
</cfcase>
<cfcase value="In Progress">
<td class="main2" align="left">
<img src="../images/icons/hourglass_go.gif" alt="In Progress" />
#ScheduledActivityCode#</td>
</cfcase>
<cfcase value="Open">
<td class="main2" align="left">
<img src="../images/spacer.gif" height="16" width="16" />
</td>
</cfcase>
<cfdefaultcase>
<td class="main2" align="left">
<img src="../images/spacer.gif" height="16" width="16" />
#ScheduledActivityCode#</td>
</cfdefaultcase>
</cfswitch></tr>
</tr>
</cfif></cfoutput>
</tr>
</table>
</th>
</tr>
</table>
</body>
</html>
The Right Click Zoom Option
is there a way to use the right click zoom in and out option from within a flash movie?
(from the menu that you get when you rightclick on a flash movie while it's playing)
Making An Option Unavailable
I am developing a small application in FLASH. I am trying to figure out how to make an option unavailable.
Example.
I have a main navigation bar. If someone was using the "EXPERT" level of the application they have 3 choices in the NAV bar.
If someone was to use the "BASIC" level of my application, they can only use 2 of the three options available. The third is "greyed out" and is un-clickable, but still visible, so the user knows what they are missing out on and may choose to upgrade to "EXPERT" to access option 3.
The Question:
How can I adjust the actual visible attributes of the option that is unclickable? - say, make it dulled or greyed out. AND... make in-active any code that is attatched to it, but leave it in a state that it can be "ACTIVATED" when the user upgrades?
The idea is to have an external source TELL the button to be available to the user or to be unavailable to the user. I want to accomplish this by designing only 1 NAV bar and uploading only that same NAV bar once. This NAV bar is it's own SWF file.
In a NUTSHELL:
Can it be contacted from an external source and can elements of it be made active or inactive by this external source?
This is way over my head, any suggestion would be appreciated.
Close Window Option
How do i get my page to close down after you hit a button to open another page. If the main page opens up (which is in flash) and then you click on of the flash buttons to open either the html site or the flash site how do i have it close down the main page once the user clicks to open the new window?
Thx
Browse Option In Form
I was wondering how you can add the browse option to a flash form. I am trying to create a check in screen for my page and I need the user to be able to browse their computer for a file to pull into my system. Is this possible in Flash and if so how do I do it???
Robin Bergstrom
Auria Corp.
Eden Prairie, MN
Load Movie With An Option
Hello:
I´m using flash 5 and i´m working on a page and have the following dilema.
I would like for the user open a flash page when he loads it but after he clicks a button (enter) he opens a page made in HTML. I was wondering if that is done with a loadMovie or getUrl but the following window pops up and and the last page doesn´t close. It´s probably easy but I can´t figure it out yet.
Thanks in advance for anyone who helps.
|