1312 résultats trouvés

Actual Results

Post Posted: Mars 23rd, 2008, 7:28 pm

Yeah, those sites use movie clips as buttons. It's the only way they can preserve a state for a button because an action is called to adjust the timeline within that movieclip symbol when it is clicked. I did this once when I kept the instance names of all the movieclips in the navigation then loope...

Post Posted: Mars 22nd, 2008, 9:25 pm

[code]//import class/method for handling mouse events import flash.events.MouseEvent; //add event listener to instance of myButton movieclip //event listener waits for the onMouseUp event and runs the launch function myButton.addEventListener(MouseEvent.MOUSE_UP, launch); //launch function that exec...

Post Posted: Mars 22nd, 2008, 9:07 pm

It depends on if you are publishing your file as Actionscript 1.0, 2.0, or 3.0 on what method you will use for this. You can apply a getURL function to a movieclip as long as you put it within an onMouseEvent handler (onMouseDown, onMouseUp, etc). There are multiple ways you can do this if you are p...

Post Posted: Mars 22nd, 2008, 8:28 pm

Are you trying this using HTML pages? Or by page do you mean you are changing your frame in the movie to show different content and/or loading in other content? We need more details on your setup before we can address a solution. One thing I can tell you right off the bat is that you can't do this w...

Post Posted: Mars 22nd, 2008, 8:26 pm

Is your external movie loading under a mask? Dynamic text can't be masked unless the font is embedded. If not, try referencing the scope of your variable. Are you using root in your code at all? If so, when you are loading your file into the parent file the location of your variable changes and your...

Post Posted: Mars 22nd, 2008, 8:23 pm

Steve Jobs has never been a fan of Flash. It doesn't mean it won't be on the iPhone though. Adobe is willing to (and I believe trying to) make the Flash Lite plugin that was created for portable electronic devices work on the iPhone, they need Apples partnership though, which is the rough part. But ...

Post Posted: Mars 22nd, 2008, 8:16 pm

It's all about proper targeting and scoping. Actionscript 3.0 has significantly changed much of their notation, but scoping is very similar. Where previous versions of flash you could use Stage, _root, or _parent as prefixes AS3.0 uses stage, root, and parent (no underscores and all lowercase). So d...

Post Posted: Juin 27th, 2006, 3:16 am

Thanks Ice, though I'm not really back... just stopping by :)

Post Posted: Juin 27th, 2006, 3:15 am

Those are for the movie scaling, so when the window is resized the movie doesn't scale with it. It isn't possible to disable the resizing of the window from a projector file because it's really an operating system action and not an action of the .swf itself. You would probably have to use a 3rd part...

Post Posted: Juin 26th, 2006, 6:52 pm

It's hard to read without the code formatting tags, but it looks to me like you are combining static and dynamic event handlers... which is going to cause you some problems (mainly with targeting)... so there's a chance this may no work depending on your setup.

Post Posted: Juin 26th, 2006, 6:49 pm

You should really never do this, variables being the same name as a function causes much confusion to the coder and to the program. In this instance, by not defining a return variable the function is essentially overwriting itself with a number because the variable retrieving the value is the same n...

Post Posted: Juin 26th, 2006, 6:35 pm

look into the onSoundComplete event handler.

It would go something like....
Code: [ Select ]
profileSound.onSoundComplete = function(){
  //code to start background music.
}
  1. profileSound.onSoundComplete = function(){
  2.   //code to start background music.
  3. }

Post Posted: Juin 26th, 2006, 6:32 pm

Why don't you manipulate the contentPath variable in Flash through a query string extension in the src attribute of the embed tags... for example... <embed src="player.swf?contentPath=value"> What this will do is if the value of contentPath is not defined by default in the _root time...

Post Posted: Mai 19th, 2006, 1:43 pm

Justify is available for dynamic text for Flash 8 users?

I need to start using Flash 8 more...lol. I haven't touched Flash much at all since MX.... sadly it shows... bad.

Post Posted: Mai 19th, 2006, 3:18 am

None that I know of. Not even sure that they are planning to add justification in a future version or not. I sure hope so though.
  • Trier par
 
 

© 2011 Unmelted, LLC. Ozzu® est une marque déposée de Unmelted, LLC