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








Bug Not Making Movie Work?


I found that my flash movie sometimes works and sometimes doesn't. If the site viewer has flash5 player the movie will not fully load and remain stuck on the first frame.
I made my flash site using flashmx and if I publish it for a flash5 player I get links and buttons that wont work so I have to publish it as a flash6 player. But like I said earlier, if someone comes along to view the site with a flash5 player, the site wont work for them.But if you have flash6 player it works 100% fine.
Is this a bug with flash mx/flash 5 or is there a work around.

Can any one shed some light on this subject?
Thanks.




FlashKit > Flash Help > Flash MX
Posted on: 08-01-2002, 12:26 PM


View Complete Forum Thread with Replies

Sponsored Links:

Making Loaded Movie Navigation Work On Main Movie
how do i make a movie(navigation with buttons) that has been loaded into one movie(main movie) control aspects of that movie through button actions.

for example: nav movie button making main movie go to a particular scene and load a movie in it.

View Replies !    View Related
[F8] Making A Movie Work As A Preloader
If I rendered out a 100 frame movie is there away to attach a preloader to it?

Any help is appreciated!

View Replies !    View Related
Making A Movie Work Via Button
Hey there all
Im hoping someone can help me...im in dire straits with a site-im a relative newbie to flash...and have built a site that contains 5scenes....each scene is a different topic. On the 2nd scene i have 6 buttons, which are going to be hit to start a movie. Now the movie in question is on the stage itself and in the layers....

On the button i have placed the actionscript as follows:

on (press) {
tellTarget (_root.mcab) {
play()
}

On the movie itself i have placed the following script:

onClipEvent (load) {
stop();
}

This doesnt work...in fact when i hit the button, it actually skips to another scene entirely.

PLEASE can someone help me!!!id be SO SO greatful!!!

also-i bought a book today Flash MX 2004 Accelerated-by YoungJin. Im using Flash MX....i didnt know there was a difference between MX and 2004...silly me...the cd with the book contains flash files that wont open. Im returning it tommorow...does anyone recommend a good Flash Book that covers a wide selection of areas....????

Cheers and thanks in advance

G

View Replies !    View Related
Making Buttons Work Within Movie Clips?
Dear everybody,

I have made a bunch of buttons, a single movie clip, on the main timeline.
But now the buttons do not work.

How does one make buttons work when they are within a movie clip?

Please help.

Sam.

View Replies !    View Related
Drop Down Menus And Making Them Work With Load Movie.
Thank for your help people...
Im new here so please bare with me..

Thank for your help people...
Im new here so please bare with me..

OK I down loaded an fla tutorial on drop down menus. Its basically a movie with the main menu button and the additional menus buttons with the invisible button within the movie.

The drop down actions and menu work. BUT I cant make the pages/movie.swfs Ive called for in the scrpit to switch.
Basically I am putting a load movie/tell target to change my pages.

What am I doing wrong? is it not possible since the script is inside the movie and not on the movie button?

heres the .fla files... Ill put the one Ive DL and the one I created maybe I did it wrong/
Please let me know..
Thanx- :O)

Its basically a movie with the main menu button and the additions menus buttons with the invisible button inside the movie.

The drop down actions and menu work. BUT fro some reason I cant make the pages Ive called for in the scrpit to switch.
What Im basically doing is putting a load movie./ tell target to change my pages.

What am I doing wrong? is it not possible since the script is inside the movie and not on the movie button?

heres the .fla file... Ill putb the one Ive DL and the one I created maybe I did it wrong/
Please let me know..
Thanx- :O)

View Replies !    View Related
Drop Down Menus And Making Them Work With Load Movie.
Thank for your help people...
Im new here so please bare with me..

Thank for your help people...
Im new here so please bare with me..

OK I down loaded an fla tutorial on drop down menus. Its basically a movie with the main menu button and the additional menus buttons with the invisible button within the movie.

The drop down actions and menu work. BUT I cant make the pages/movie.swfs Ive called for in the scrpit to switch.
Basically I am putting a load movie/tell target to change my pages.

What am I doing wrong? is it not possible since the script is inside the movie and not on the movie button?

heres the .fla files... Ill put the one Ive DL and the one I created maybe I did it wrong/
Please let me know..
Thanx- :O)

Its basically a movie with the main menu button and the additions menus buttons with the invisible button inside the movie.

The drop down actions and menu work. BUT fro some reason I cant make the pages Ive called for in the scrpit to switch.
What Im basically doing is putting a load movie./ tell target to change my pages.

What am I doing wrong? is it not possible since the script is inside the movie and not on the movie button?

heres the .fla file... Ill putb the one Ive DL and the one I created maybe I did it wrong/
Please let me know..
Thanx- :O)

View Replies !    View Related
Trouble Making Buttons Work In Movie Clip
I have a menu movie clip with some buttons animated in it. The buttons within the Menu movie clip have instance names and are of the type "Movie Clip" (not of type "Button"). The movie clip is linked to myMenu.as. Within myMenu.as, I am attempting to use addEventListener to make the buttons functional. But it is not working. What am I missing??

On the stage:var myMenu_mc:myMenu = new myMenu();
addChild(myMenu_mc);
myMenu_mc.x = 0;
myMenu_mc.y = 0;within myMenu.as:

package {

import flash.display.MovieClip;
import flash.events.MouseEvent;
import flash.events.Event;
import flash.text.TextField;

public class myMenu extends MovieClip {

public function myMenu() {
trace("menu has appeared.");
instructions_btn.addEventListener(MouseEvent.CLICK , instructionsPress);
instructions_btn.buttonMode = true;

}

public function instructionsPress(e:Event) {
trace("Instructions pressed");
}
}
}

View Replies !    View Related
Making Buttons In Moving Movie Clips Work
Hello, I neeeeed help. I finished the "Infinite menu" tutorial and got the thing looking great. My problem is that I can't get the buttons that are embedded in the sliding movie clip to work. While the sliding movie clip is in edit mode, I've tried linking the buttons to both frames and frame labels using both the onRelease...gotoandstop action and the similar gotoandstopframeorlabel behavior. Though the button rollover states work, neither action strategy makes the button move the timeline to the specified spot. Assuming that I linked the buttons properly, do I need to add some sort of action script to the sliding movie clip itself or the main timeline to let FLASH know there are buttons that are active links inside the movie clip? How do I make this work?

View Replies !    View Related
HTML Name Anchors Making Flash Movie Not Work
I am using flash MX. I have a HTML file that has a flash movie, that has javascript to tell what frame in the flash movie to go to. In the flash movie I am using Loadmovie to load an external .jpg. Everything there works perfect. My issue is, I also have a name anchor and a link to the name anchor in the same HTML file. When I press the name anchor link it jumps to the name anchor and also either unloads the .jpg or jumps to another point in the flash movie. I appreciate any help to fix this, thank you.


killin

View Replies !    View Related
Making A Rewind Button 1 Level Down From The Root Work For A Movie Clip
Hi there. I'm a relative newcomer to the wonderful world of actionscripting, and I can't seem to find an answer to this problem by searching for it on the Web. I have a movie that contains two clips: one is a controller movie clip, "reverse", located on the first level, that has 3 frames - the actions stop(); on the first, _root["artworks"].prevFrame(); on the second, and gotoAndPlay(2); on the third. What this is intended to do is play the movie clip "artworks" backwards until a stop(); command is reached in that clip. The clip "artworks" is also located on the first level, and has a button that, when pressed, says: on (release) {_root["reverse"].gotoAndPlay(2); } - this is intended to cause the clip "reverse" to go to the second frame, which should make the clip "artworks" play in reverse. Of course, this isn't working out like I expected it to - it isn't working at all. When the button is pressed, nothing happens. I hope someone out there can let me know what I'm doing wrong, and hopefully what I can do to fix things. Thanks in advance.

View Replies !    View Related
Making A SWF Only Work From One URL
I know it can be done as I've had flash developers do it to files they have made for me, but now I'm doing some flash stuff myself, I want to know how to do it. I glanced around the files they made for me but can't figure it out, can someone please guide me on how to do it, as usual I'll give good sitepoint reputation out for those who help.

View Replies !    View Related
Help With Making This Work Better (less CPU I Think)
I have a mouse trail effect, supposed to look like sparks, but it locks my system up sometimes, can some one help do this effect in a more efficent way.

I have a movie clip that follows the mouse and has other movies within that that fly off and fade out. It is based around Lee's flash math 1

Anywho here it is http://www.directresolutions.co.uk/Myspace/sparks.swf

View Replies !    View Related
Making My Button Work?
In an earlier post I was trying to make my Tweens stop looping so I could add a button. I added a layer and went to my last frame, created a new key frame and then made an action to "stop". I then created a new keyframe on the layer of my tween, created a button, went into my button and added my "over", "down" & "hit" keyframes. But now when I test my movie, not only does it stop at the end of my tween my button doesn't show up. Why could this be??????

Thanks............

View Replies !    View Related
Making Pop Up Menus Work
Hello,

I've made a pop up menu based on Brett Taylor's tutorial
( http://www.flashkit.com/tutorials/Ac...1/index.shtml)

I wanna add action to the buttons in the menu list. however the buttons don't carry out the actions when the movie clip is placed on the main stage and i test the movie. how do i make the buttons work so that they carry out the action?

Thanks,
LL

View Replies !    View Related
Making A Preloader Bar Work?
how do i make a preloader bar to work?

i already drew the images. 1st image is the outline of where the bar would load (shows how much loaded, how much left). 2nd image is the actually bar, and i put it into a movieclip.

now what code must i enter into either the movieclip bar, or the keyframe to make the bar actually grow with the percent of the movie downloaded?

please help, need urgent. (using flash version 5)

View Replies !    View Related
Making Buttons Work Help PLZ
Hey, i'm 14 years old and I am new to flash so don't yell at me for asking stupid stuff and I already know some of the stuff to make a flash movie but what I don't know is how to make a button actually work. I made a button in one of my flash movies and I converted it to a button. What I am stuck on is how to get from one part of my movie to another by clicking the button. I know how to set it by going to Actions and then goto and play and setting the frame number but I don't know how to make that frame after my whole movie is finished. In other words what I'm trying to say is this:
-I made a movie upto frame 210
- then I set the loop off over there so it doesn't repeat the movie after it finishes.
- now my button is on frame 210 and I would like it to go to a completely new frame after 210 just like any button on a flash site.
How do I do this? Can anyone please help me? I need this done soon for my video game clan website. THank you

View Replies !    View Related
Please Help With Making Buttons Work
Please can anyone help as I'm fast running out of ideas. I'm working on a really important site that is going live in a couple of days and I can't seem to get some buttons working.

Basically, I have some buttons in a Flash movie which is located in the Main Frame of a 2 frame site. The buttons have the following actionscript assigned to them (with the page name changing obviously):

on (release) {
getURL("aboutus.htm", "mainFrame");
}

The whole site works perfectly on my Apple Mac but when I test the buttons on the Flash part of the site on my PC Internet Explorer either sits there doing nothing or I get a 'Page not found' error! As most people who view this site will be using PCs I need it to work on one.

If you want to see what's happening go to www.testarea1.fernonline.net/srt

I have tested it on a friends PC and it does the same thing so it can't just be my computer. The only other thing I can think of is that as I'm testing the site I've put it in a folder, one down from the root directory rather than straight into the root directory as I normally would - could this cause a problem?

View Replies !    View Related
Making Droptarget Work
Could anyone send me a fie with a slider and some drop targets under it?

I need to be able to go:
On(release)
{
StopDrag
If sliderButt._y == "targ1"
Set text in Dynamic box to "one"

There are up to Eight positions on each slider (3 sliders) so perhaps an array?

Any help much appreciated..

Adam

View Replies !    View Related
Making Games Work...
i know it's a dumb question,but how do you get the game you make to work outside of flash?

View Replies !    View Related
Making Cities Work On Map
click the 'techno almanac' page to see how this works so far...

http://funkshun-us.tonaleclipse.com/...lash/index.htm

I have two issues that I cant resolve...
-----------------
ex. i rollOver boston

how do i get the toolTip to pop up over boston_mc and only boston_mc?

in my main timeline i have nine continent_mc's which contain a city_mc for each different city.

inside of the city_mc is a transparent button that controls the color of the cities, sounds, actions, etc...

if i put the toolTip within the city_mc, when i roll over any city a toolTip pops up on every other city...

if i try to put it in the continent_mc -- id have to put as many instances of toolTip as i have cities, which i think would increase file size-- but nevertheless, i cant get it to work that way either

-----------------------
problem two which i think is related....

i first click on atlanta then i click on miami

i cant figure out how to get atlanta_mc to gotoAndStop(State_3) when i click on a miami_mc...

this would turn every previously clicked on city in the current session to red...

i think it has something to do with the trasparent button inside of miami_mc and the _name & _parent.name
please help, im going nutz

View Replies !    View Related
Making Buttons Work.
Hi all.

I'm trying to get a button to open a single page in a window frame, while it stops a movie that runs on start up.

Please Help.

View Replies !    View Related
Making Sure This Timer Will Work:
I've searched for timers and wonder if this is possible easily:

I am in the middle of designing a simple game but I now require a 2minute timer. This will countdown and at the end it will note the score.
Then the timer will restart at 2minutes but this time set a target score which would be the previous score+1.

Can someone provide some idea of how this could be accomplished, the main problem is where would any such code for a timer go? In the frame or on a movieclip (if so which one?) etc. I've looked at various tutorials only to be further confused.

Anyway I found a simple idea here:

http://www.flashkit.com/board/showth...75#post3350075

And posted this same question on there but don't know if anyone will check it, Apologies if you checked both.

Thanks

View Replies !    View Related
Making My Blog Work
Hello all Flash peeps,

I've been working on my new flash website for a while and I want to make my blog and news sections work in a better way than I have at the moment...

I want each blog snippet entry to have a highlight box over them when the mouse rolls over and when clicked on I want it to load the whole blog in a new part of the time line... I've seen this sort of thing done on other sites but i can't for the life of me work it out

can anyone help?

Yours

Christopher Mitchell
[coffeebreak]
www.coffeebreak.co.nz

View Replies !    View Related
Making Scenes Work Together
I'm using Flash 8 and I have multiple scenes. The scenes all work fine on thier own, but when I link from one to another, stuff starts acting up. Mainly, I have buttons inside a scrollpane that link to frames in their own scenes. They work when I test just that scene, but they don't work if I test the movie and go to those scenes. So I'm guessing this is some kind of path problem, but I'm not sure. This is what I'm using for the links that are in the scrollpane:

on (press) {
_parent._parent.gotoAndStop(1);
}


Or if I give up on scenes, what's the best way to grab all the layers in a scene and everything on them and move it all to the beginning of another scene? Or how do I put everything from a scene into a movieclip?

View Replies !    View Related
A Big Idea, But Need Some Help Making It Work
Hey guys!

I'm new to Flash, but I'm determined to learn it so I can create a site I have in my head. I was hoping you guys could steer me in the right direction!

Ok, well, I want to take this: http://zeldacurio.com/0verture/creation.html and improve it with flash.

I want the stars to twinkle and the constellations to be the navigation, I just want there to be more of them, so that would require the sky to rotate, and I'd need to be able to possibly speed it up if you put your mouse at the sides, so you don't ahve to wait for the navigation link you want to roll around. Does that sound right?

I'd like to make it more alive, with his hat blowing gently and possibly other activity in teh back, but that can wait.

So, some questions:

1. Can I import files of the constellations, or will I have to make them in Flash?

2. How would I go about scripting the sky?

3. How about the character, if I just want to make his hat move how do I go about that?

I am so sorry for asking all this, I'm very eager to learn more about Flash so I can make it work! I'm using Flash MX 2004. I hope I ahven't asked too much >_<

View Replies !    View Related
Help With Making Buttons Work
Hello,
I'm finishing a site for a oil company and I am dumb founded on why these buttons aren't working from scene to scene below is a link to the .fla if someone could help me out. Thanks a million,
Garrett


.fla on yousendit's server

http://www.yousendit.com/transfer.ph...EB1EE9715684D5

View Replies !    View Related
Help With Making Buttons Work
Hello,
I'm finishing a site for a oil company and I am dumb founded on why these buttons aren't working from scene to scene below is a link to the .fla if someone could help me out. Thanks a million,
Garrett


.fla on yousendit's server Actionscript 2.o

http://www.yousendit.com/transfer.p...6EB1EE9715684D5

View Replies !    View Related
[F8] Making Old AS Work In Flash 8
I have this scroll bar effect that i'm failry certain that i got from this site quite some time ago trouble is i'm currently trying to use it on a new site but because i'm doing it in flash 8 the code doesn't sseem to work any more
it works fine if if set to publish in flash 6 but i'm using some of the blur effects etc in flash 8 so thats not an option i'm guessing there is something in the code that stops it from working in flash 8
any of you gurus out there able to spot what it is thats stopping this running ?

View Replies !    View Related
Making A Menu Work
Hey guys, this is the first time I'm going to be creating a menu. I know how to do the movements and whatnot .. I just don't have the action scripting down yet which I believe would make the menu work properly.

When I make the intro and it goes straight to the menu, how do you make it stop looping after the menu comes up ? And how do I make the Text or Images into links ?

View Replies !    View Related
[F8] What's The Trick To Making This Work?
Hi Everyone. I've been working on a website and getting some great assistance from flashkit. This is my first flash project.

I am trying to build a news section on the front page, something like an embedded movie of some sort that has 2 panes. The left pane has news article names that are clickable and the right pane has the article (scrolling text) which is displayed upon clicking the article title.

I really need to make that section easy to update without needed the fla file to do so.

Where can I find information to make this work? I've been trying to search on it here and I've looked through the flash documentation but since I'm not really sure what I'm looking for I'm not having much luck in finding the information.

If anyone has any thoughts as to what you call this, what to look for or any other information that would point me in the proper direction I would greatly appreciate it.

Thanks in advance.

View Replies !    View Related
Making Classes Work
Hi,

Can some one make this class work for me the files are in the same directory.

Fla


Code:
import NewClass;

var work:NewClass = new NewClass();

var myNewNumber:Number = AddUp(20);

trace(myNewNumber);


NewClass.as


Code:
package NewClass{
public class NewClass{
function NewClass(){
function AddUp (myNumber:Number):Number {
var helloIt = myNumber + 20;
return helloIt;
}
}
}
}


Thanks.

View Replies !    View Related
[CS3] Making This Work Without Using The DropTarget
I have a interactive flash file that works perfectly the way it is. The problem I have is I just found out that it will be used in a program called Presenter 6.0.
I'm not really familiar with this program but have found out it doesn't support flash files that use the dropTarget. I'm using AS2 and have saved the file back to 8.0 so more people can help. Thank you very much in advance.

import mx.transitions.Tween;
import mx.transitions.easing.*;
//
// you can set the drop position of every drag item.
// you can set more then one position for the drag item.
drag0.Target = [3];
drag1.Target = [1, 2, 3];
drag2.Target = [1, 3];
drag3.Target = [1];
drag4.Target = [4];
drag5.Target = [4];
drag6.Target = [4];
drag7.Target = [1, 2];
drag8.Target = [1, 2, 3];
drag9.Target = [1, 2, 3];
drag10.Target = [1, 2];
drag11.Target = [1, 3];

//
// this will be the total drag items
var TotalItems:Number = 11;
//
function dragItems() {
for (i=0; i<=TotalItems; i++) {
var Mc = this["drag"+i];
Mc.myHomeX = Mc._x;
Mc.myHomeY = Mc._y;
Mc.curPos = "Home";
Mc.onPress = dragMe;
Mc.onRelease = Mc.onReleaseOutside=dropMe;
}
for (i=1; i<5; i++) {
var Mc = this["target_"+i];
Mc.mcArr = [];
Mc.txt.text = 0;
Mc.num = 0;
Mc.startX = Mc._x;
Mc.startY = Mc._y+50;
}
}
dragItems();
function dragMe() {
this.swapDepths(99);
this.startDrag(false);
}
function dropMe() {
stopDrag();
var Flag:Boolean = false;
var dropOn:MovieClip;
for (n=0; n<this.Target.length; n++) {
var temp = this._parent["target_"+this.Target[n]];
if (eval(this._droptarget)._name == temp._name) {
dropOn = eval(this._droptarget);
Flag = true;
}
}
if (Flag) {
updatePosition(this,dropOn);

} else {
goHome(this);
if (this.curPos != "Home") {
this.curPos.num--;
this.curPos.txt.text = this.curPos.num;
//
if (this.curPos.mcArr.length != 0) {

var num:Number = 0;
for (i=0; i<this.curPos.mcArr.length; i++) {
if (this.curPos.mcArr[i] == this) {
num = i;
}
}
this.curPos.mcArr.splice(num,1);

}
updateStake();
}
this.curPos = "Home";



}
}
function updatePosition(Mc, dropMc) {
var mcPos = Mc.curPos;

if (mcPos != "Home" && mcPos != dropMc) {
mcPos.num--;
mcPos.txt.text = mcPos.num;
//------
if (mcPos.mcArr.length != 0) {

var num:Number = 0;
for (i=0; i<mcPos.mcArr.length; i++) {
if (mcPos.mcArr[i] == Mc) {

num = i;
}
}
mcPos.mcArr.splice(num,1);

}
//------
dropMc.num++;
dropMc.txt.text = dropMc.num;
dropMc.mcArr.push(Mc);
Mc.curPos = dropMc;
} else if (Mc.curPos != dropMc) {

Mc.curPos = dropMc;
dropMc.mcArr.push(Mc);
dropMc.num++;
dropMc.txt.text = dropMc.num;

} else {

Mc.curPos = Mc.curPos;
dropMc.txt.text = dropMc.txt.text;
}
updateStake();
}
function updateStake() {
for (n=0; n<4; n++) {
var target = this["target_"+(n+1)];
target.startY = target._y+50;
var len = target.mcArr;
//trace("Traget : "+target);
for (m=0; m<len.length; m++) {
var mc = len[m];
//trace(mc);
var tweenX = new Tween(mc, "_x", Strong.easeOut, mc._x, target._x, 0.5, true);
var tweenY = new Tween(mc, "_y", Strong.easeOut, mc._y,target.startY, 0.5, true);

//mc._x = target._x;
//mc._y = target.startY;
target.startY = target.startY+30;
}
//trace("----------------------------");
}
}
function goHome(Mc) {
var tweenX = new Tween(Mc, "_x", Strong.easeOut, Mc._x, Mc.myHomeX, 0.5, true);
var tweenY = new Tween(Mc, "_y", Strong.easeOut, Mc._y, Mc.myHomeY, 0.5, true);
//Mc._x = Mc.myHomeX;
//Mc._y = Mc.myHomeY;
}

View Replies !    View Related
Variables...making Them Work.
Hello!

Right need a bit of help, I'm trying to load swf files into empty mc's. Because I want about 18 swf's ino 18 empty mc's, now I don't want to continue using the method of
Code:
mcEmpty01.loadMovie("movWhoAmI.swf", 0);
.

I want to put them both into an array and then combine the 2 together into a funtion().


Code:
var HaveIloaded:Boolean = true;
function combineBoth() {
var ExternalSwfs:Array = ["movWhoAmI.swf", "movWhoIwantToBe.swf", "movHowDoIGetThere.swf", "movInterests.swf"];
var EmptyClips:Array = [mcEmpty01, mcEmpty02, mcEmpty03, mcEmpty04];
loadClips = ExternalSwfs+EmptyClips;
if (HaveIloaded == true) {
combineBoth();
}
}
Now I'm an amateur coder so any help will be appreciated.

View Replies !    View Related
Making TABs Work
The 'createTabs' function generates tabs on a page based on the MC 'tabber'. When clicking a tab, this tab changes color (by going to the next frame) and the main MC goes to the frame corresponding the name of the tab (for example 'tabje2' --> frame 2). After clicking I can't click it again! It looks like the eventhandler 'tabHandler' is disabled ???


PHP Code:



createTabs("tab1,tab2,tab3");function createTabs(ss:String)        {                        var results:Array = ss.split(",");            for(var i:int; i<results.length; i++)            {                var tab2:tabber = new tabber();                tab2.x=34+i*69;                tab2.y=20;                tab2.name = "tabje"+i;                tab2.txt.text = results[i];                                tab2.butt.addEventListener(MouseEvent.CLICK, tabHandler);                if(i==0)                {                    tab2.gotoAndStop(2);                    activeTab = tab2;                }                    addChildAt(tab2,4);                //trace(results[i]);            }        }                function tabHandler(event:MouseEvent):void         {               event.target.parent.parent.gotoAndStop(Number(event.target.parent.name.substr(5,1))+1);            activeTab.gotoAndStop(1);            activeTab = event.target.parent;            event.target.parent.gotoAndStop(2);        } 

View Replies !    View Related
Help: Making A Button Work Only Once
is it possible to make a button work only once? i think it would work if i can instruct flash to convert the button to a graphic on press, but i don't know how to do that... help anyone?

also, i want a button to do different things depending on where two other movie clips are. e.g pressing the button would trigger event a if movieclip1 and movieclip 2 have not moved, but event b if movieclip 1 has moved but movieclip 2 hasn't, event c if both movieclips have moved... etc. is this possible??

Thanks for your help in advance!

View Replies !    View Related
Making Those Buttons Work
i am trying to make a custom scroller:

thumbScrollUp.onRollOver = function()
{
thumbContainer._y--;
}

thumbscrollup is a button... i want it to repeat the y-- but i need to roll over roll off roll over roll off.. hehe

thx for the help...

snx

View Replies !    View Related
Making A Website Work
Hey guys,

I would consider myself beginner to intermediate in Flash, I've made one game and several animations, and just recently took up the task of making a flash website for some of my friends (and not for money). There is a lot of information I have to get through right now, I think I'm understanding it all, but I do have some questions. Firstly, I think the intro to my site would be the regular "This site requires Flash Player 9" etc. Now, if I'm using Flash 8, would you just say you need the 'latest' Flash Player? How do you detect the version of their flash player? And also, I'd like this screen to disappear after the first time people go to the site, I think I know how to do this with storing info on the persons computer (I remember something about Flash cookies and external data). Second question is, how do people deal with different resolutions? I'm guessing that unless your site is all vectors (which mine isn't), you have to do it in a special way, but I can't seem to figure out how, I want it to work for everyone!

View Replies !    View Related
Help With Making A Button Work
I found a product image viewer on this site:

http://flash.lillegutt.com/?p=76

I changed some settings on in the MobileSelector.as file so that it loads the xml locally.

then I added the "url" attribute to the xml

I got pretty much every thing where I want it

but I want to add the "url" hyper link to the button "les mer>" (in the flash movie).

how can I do this?

thanks in advance

Here is the xml:

Code:
<mobiles>
<mobile image="http://www.susteen.com/img/products/med/datapilot_software.gif" url="http://www.susteen.com/productdetail/20/producthl/Notempty/" title="Software" name="DataPilot Software" description="Back up, sync, and personalize your mobile phone content"/>
<mobile image="http://www.susteen.com/img/products/med/box_dp-pro.gif" url="http://www.susteen.com/productdetail/152/producthl/Notempty/" title="Kit" name="Universal Pro " description="Best Value. It includes 7 charging phone connectors, 1 iPod cable & 1 Bluetooth adapter to synchronize your mobile contents with your PC or Mac."/>
<mobile image="http://www.susteen.com/img/products/med/cell_phone_data_transfer.gif" url="http://www.susteen.com/productdetail/311/producthl/Notempty/" title="Kit" name="DataPilot Bluetooth" description="Transfer your contacts, music, pictures, movies, calendar and SMS wirelessly."/>
<mobile image="http://www.susteen.com/img/products/med/nuk_box.gif" url="http://www.susteen.com/productdetail/297/producthl/Notempty/" title="Kit" name="Universal with Bluetooth Kit" description="The leading all-in-one cell phone solution. Transfer data with over 300 phones from Motorola, Samsung, LG, Sanyo and Audiovox."/>
<mobile image="http://www.susteen.com/img/products/med/pxnt_dp400-x01c.gif" url="http://www.susteen.com/productdetail/27/producthl/Notempty/" title="Kit" name="Pix n' Tunes " description="Transfer ring tones, pictures, and movies to and from your cell phone for FREE via data cables."/>
<mobile image="http://www.susteen.com/img/products/med/moto_dp200-116.gif" url="http://www.datapilot.com/products/Individual_Kits/en_US/noncorporate" title="Kit" name="Individual Kit" description="Includes just the data cable for your phone and DataPilot software to manage your cell phone content."/>
</mobiles>

View Replies !    View Related
Making The Different Techniques Work Together
Hey guys,

I was wondering about something. What is generally considered to be the best approach for building a nice, stable, clean, working website? You know, making ALL the elements work...

For instance. I want a full browser centered website, with a flash player check, I want to get ranked in google, so HTML needs to look good, I need a preloader that's more than just a horizontal bar, etcetera, etcetera. Basically all the ingredients you need to know to make a website really professional, stable and efficient!

Now, is there an up-to-date example somewhere that incorporates all this stuff in one clean file? Or a tutorial on this? Maybe an all-in-one example site that gives all the latest tricks and techniques to do these things, because I know that everyone here that builds flashsites for a living, must know how to do all this and make it work together, right? Maybe we can just have a debate on this?

So, what's the best way? And I dont mean different tutorials on different techniques. I mean an example that shows the best techniques for this approach and how to make it all work together...

Very interested in your answers!

Cheers!

View Replies !    View Related
Making Variables That Work
Last edited by Kmoneil1 : 2003-07-08 at 07:58.
























hi, I know I have kinda asked about this before but I am going to try it in a new way, ok I am feeling really frusterated because I dont understand flash,
ok at the moment frame 2 is the color change on the MC
what I am trying to do is this.. when there are 2 cards filped I want the actionscipt to cheeck if they match if they do not match than sorry you are back to frame one in each MC if they do match than the alpha will change to only 35% this shows you how many matches youve completed, than once you finish I want to say congradulations ect.
there are 12 cards in total.
here is the script I have place on card 1
on (release) {
gotoAndPlay(2);
_global.mark1 = "match1";
if (_global.mark1 == _global.mark2) {
setProperty("cardcolor1", _alpha, "35");
setProperty("cardcolor6", _alpha, "35");
}
}
and here is the script on card 2
on (release) {
gotoAndPlay(2);
_global.mark2 = "match1";
if (_global.mark1 == _global.mark2) {
setProperty("cardcolor1", _alpha, "35");
setProperty("cardcolor6", _alpha, "35");
}
}
problem is there alpha doesnt actually change got any Ideas for me

View Replies !    View Related
Making My Buttons Work
hi all,
I created my 'mainstage' with 3 nice animated buttons (as the tutorial), they work cool!!!
Now I created a new swf with a scrolling thumbnail panel, works funky as well (still have tofind out how to make each thumb clickable)
each button should refer to a different scrollpnel swf.
so when i click for example portraits in should load the portrait scrollpanel in a placeholder in my 'mainstage'. I tried to put an actionscript in the specific buttonlayer but keep screwing up in scripting
Am i on the right way??? any suggestions (i?m pretty much a newbe in the field)

And.. how the @#% do i make my thumbs in the srollpanel (when loaded in the mainstage of course) work and load bigger photos in another placeholder i pu ton the mainstage

Tnx a million
Vince

View Replies !    View Related
Making The Esc Button Work In Flash5
I am trying to make an FDISK tutorial in flash where I need to be able to capture the user pressing the ESC button to navigate between screens. I can capture pretty much any other key except the ESC key. I know that Key.ESCAPE and the keycode 27 are supposed to work for the escape key but I can't get them to work at all.

I was wondering if anyone has been able to get the escape key to work in anything they've done or possibly know how to make it work?

Thanks, Matt

View Replies !    View Related
Making A Linkage Button Work?
Ok I made a script that makes a menu that has only one button symbol in a MC. Then I used Linkage to load 8 of them. My question is how do I asign a link or action to those buttons? There is only one real symbol but I have 8 buttons in the menu.
I hope that this is clear enough. I really am quite new at this and don't know how to explain it to well.
Any input would be gtreat.
Thanmks in advance..
Andrue

View Replies !    View Related
Making Flash Look And Work Like Powerpoint
Does anyone have a code or any ideas on how to make the keyboard buttons work like powerpoint automatically in flash? when i say automatically, i mean using the same code throughout so that you don't have to make a separate button with a "go to" command for each slide. this would be similar to the "go to marker + 1" command in director. any suggestions greatly appreciated.

also, any stock transitions?

thanks a million.

View Replies !    View Related
Complex Buttons - Making Them Work
my website

for those of you who have seen this before, you'll notice it's changed - hopefully for the better - lemme know what you think!

here's the problem:

the nav menu on the left was created as follows:

1)I created a button base (graphic symbol)

2)I animated the base to make it glow(MC symbol)

3)I animated the glowing base so it tweened in and out - with stop functions to slide in on mouseover, and slide out on mouseout(MC symbol)

4)I created a blank button - just a hit area.

5)I created a new MC, with three layers. Bottom layer - blank button, middle layer - tweened glowing thing, top layer - dynamic text label, which I gave the variable name 'label'. I gave this MC component properties to make it reusable, changing the label variable for each button.

6)I placed 6 instances of the component in a new MC to create the menu to be placed on the stage.

when scripting the buttons, this is what happened:

if I use on(release) to load content via the buttons, the animation no longer works.

so then I tried onClipEvent(mouseDown) - with this the animation is no longer affected, but now ALL the buttons load the same content, which is of course USELESS

how can I solve this?

thanks in advance.
your help is much appreciated.

S.

PS - the new board is kinda slow, but otherwise neat - nice job guys!

View Replies !    View Related
Making DuplicateMovieClip Work With LoadMovie
Please can someone help me with this problem?

I have heard, and the difficulties I'm having also confirm, that when you do this:


Code:
_level0.mcNew.loadMovie("some.swf");
_level0.mcNew.duplicateMovieClip("mcDup",6);
then the mcDup will be a duplicate of the old mcNew, not the some.swf mc, although in some circumstances it doesn't seem to duplicate at all.

I REALLY don't want to loadMovie the same swf every time I duplicate the mcNew, and I REALLY don't want to keep some.swf in the library, since it is dynamically chosen.

Is there some way of duplicating loaded movies that gets around this problem? Perhaps using levels, or duplicating a movie inside a downloaded movie, or anything?

Thanks for any help.
Neil

View Replies !    View Related
Making The Play Button Work
I've been animating for a while using flash 5, now i have upgraded to MX 2004 i cant remember how to make a button play the movie. Can anyone help me please ?

View Replies !    View Related
Making The Work Area Bigger ?
im working on my site now..
i have a massive load of text to put on one page (frame), but the work area is too small and when i am editing my fla, i cant see the text at the bottom
how do i fix this?
(im using flash mx 2004 pro)

View Replies !    View Related
Making A Button Work With AttachMovie
I have this code here:


Code:
_root.attachMovie("continue","star1",1);
setProperty("star1",_x,450);
setProperty("star1",_y,50);


"continue" is a button and I place it to the scene with attachMovie. I want to make that button now working that if I click on it that I jump to another frame.

but somehow I dont know how to do that

can anybody help me? I guess its a easy thing!

thanks in advance

View Replies !    View Related
Making A Flash Intro Work
I have a Flash Intro that has a Enter Button to my Web Site. Do I simply Upload the flash files onto my ftp server file? Will it configire itself? If Not what should i do to get it hooked Up Right?
Any help from experienced players is what i need. Can you Help? Please.

View Replies !    View Related
Making An AVI File Work Across Scenes...
After my previous post, I've imported an avi video file that will sync with it's own sound (hoorah), but as I need the sound to play across the entire movie (14 scenes after the initial video scene), I was hoping to be able to hide the video and continue with the sound through each scene, but if I paste the last frame of the movie scene into the next scene it wants to start the video all over again (the video is in a symbol).

Any thoughts?

Should I rebuild the whole movie from scratch?!

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved