Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 88
Actual Results
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Button Down State
- Subject: Button Down State
- Réponses: 4
- Vus: 2462
- Subject: Button Down State
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...
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Flash CS3 Navigation Button Linking
- Subject: Flash CS3 Navigation Button Linking
- Réponses: 3
- Vus: 6690
- Subject: Flash CS3 Navigation Button Linking
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...
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Flash CS3 Navigation Button Linking
- Subject: Flash CS3 Navigation Button Linking
- Réponses: 3
- Vus: 6690
- Subject: Flash CS3 Navigation Button Linking
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...
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Button Down State
- Subject: Button Down State
- Réponses: 4
- Vus: 2462
- Subject: Button Down State
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...
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Help! variables don't load inside external movie
- Subject: Help! variables don't load inside external movie
- Réponses: 1
- Vus: 854
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...
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: No Flash On iPhone
- Subject: No Flash On iPhone
- Réponses: 9
- Vus: 917
- Subject: No Flash On iPhone
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 ...
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Targeting/controlling stage from external loaded swfs AS3
- Subject: Targeting/controlling stage from external loaded swfs AS3
- Réponses: 2
- Vus: 3915
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...
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Quick .swf player generation
- Subject: Quick .swf player generation
- Réponses: 3
- Vus: 2444
- Subject: Quick .swf player generation
Posted: Juin 27th, 2006, 3:16 am
Thanks Ice, though I'm not really back... just stopping by 
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: noScale
- Subject: noScale
- Réponses: 2
- Vus: 786
- Subject: noScale
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...
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: sounds
- Subject: sounds
- Réponses: 3
- Vus: 760
- Subject: sounds
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.
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Assigning data to variable via function with similar name
- Subject: Assigning data to variable via function with similar name
- Réponses: 5
- Vus: 868
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...
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: sounds
- Subject: sounds
- Réponses: 3
- Vus: 760
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Quick .swf player generation
- Subject: Quick .swf player generation
- Réponses: 3
- Vus: 2444
- Subject: Quick .swf player generation
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...
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Dynamic Text Field Full Justification
- Subject: Dynamic Text Field Full Justification
- Réponses: 3
- Vus: 2003
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.
I need to start using Flash 8 more...lol. I haven't touched Flash much at all since MX.... sadly it shows... bad.
- lostinbeta
- Forums: Flash and ActionScript Forum
- Sujet: Dynamic Text Field Full Justification
- Subject: Dynamic Text Field Full Justification
- Réponses: 3
- Vus: 2003
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.
