all groups > flash actionscript > february 2007 > threads for sunday february 25
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Volume controller
Posted by Flakx at 2/25/2007 11:45:02 PM
Right, well basically my volume controller works for each frame, except it
won't remeber what the volume is set at for the next frame,
i've tried:
playsong.setVolume(playsong.getVolume());
Anyone got any ideas on how to sort this?
Thanks
... more >>
AS Optimizations and efficiency
Posted by eric76 at 2/25/2007 9:56:52 PM
Anyone know any good and current articles on AS/Flash efficiency and
optimizations? I read an older article on Flash optimizations that said that it
is more efficient to have a loop that traverses all clips than letting each
clip have its own onEnterFrame(), but my tests (with a few hundred at... more >>
Reverse the playhead
Posted by satrop at 2/25/2007 9:23:23 PM
So I've look around for some help with this but I just can't find a clear
explantion of how to make the playhead reverse. I have a page within a site. In
this page I have a load of text (coverted to a mc's) and there is seven pages
of text. They all have a small motion tween on them. I want to... more >>
tabIndex problem
Posted by LucaLT at 2/25/2007 9:22:45 PM
Hello,
I'm experiencing some problems using tabIndex. I have 2 Movieclips that
contains a form: "Login" and "Registration". If I place them onto the stage the
tab navigation works just fine. If I use attachMovie to place the clips I loose
the tabNavigation. I tried to define a tabIndex ord... more >>
Variables in movie names
Posted by TheScarecrow at 2/25/2007 8:14:02 PM
Ok here is my script :
I am have this script so that it know what name has been selected and then the
movie is supposed to move frames.
_global.wordList = new Array();
_global.wordList[0] = "Bedrock";
_global.wordList[1] = "An";
function getInfo(word, wordList) {
switch (_global.wor... more >>
pageflip problem
Posted by dbento at 2/25/2007 2:26:23 PM
I have a dynamic texbox inside the pages, where i load data. This works fine.
However another problems came out.
When i put the mouse in a corner to the page flip, the content disappears.
Why? Whast is happening?
Another problems is in the animation. If the text is static, the content ... more >>
Help with sound and SetInterval
Posted by Rory Carlton at 2/25/2007 2:12:19 PM
I'm loading several sounds into an array and then calling them to play at
various points along the timeline. There are gaps (pauses) between the places
where the sounds play. So far all is working fine but the problem I'm having is
what if one sound is called to play before the previous sound ... more >>
AS tweens from the timeline?
Posted by Brian at 2/25/2007 2:01:59 PM
I have a file that I have a timeline animation in. At some poing in the
animation, I would like to use AS to tween something over the stage. I
have the following on that frame:
function tracefunc(){
trace("please make this work");
}
ZigoEngine.doTween({target:myBox, _x:115, _y:270, _wid... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem with SetVariable Flash method
Posted by Zenho at 2/25/2007 4:26:07 AM
Hello folks,
I have this function on the <head> of my HTML:
<script language="JavaScript" type="text/javascript">
function GivemetheURL () {
window.document.[b]myFlashMovie[/b].SetVariable("_global.strURL",
document.location.href);
}
</script>
My flash movie has only one frame... more >>
animation malfunctions in flash player 7
Posted by aya :: at 2/25/2007 1:47:54 AM
hello,
please help me with documentation that outlines differences between flash
player 7 vs. 6.
even better, help with this tricky (for me) problem:
i am using the open source .fla from this site:
http://www.levitated.net/daily/levEmotionFractal.html
the program recursively fills a ... more >>
Multiple startDrag
Posted by Walloompoom at 2/25/2007 1:35:23 AM
Is there a hack or work around so you can have multiple startDrags? I have a mc containing a startDrag. I want to place multiple instances in the timeline.
Help!... more >>
ApplicationDomain with loaded SWF
Posted by IDIOTA at 2/25/2007 1:29:52 AM
Consider this scenario:
Anyone has some ideas on how to solve this problem? I DO want the loader.swf
and the module.swf to be in the same ApplicationDomain if possible.
// 1. Create a common class
package {
import flash.display.Sprite;
public class CommonClass extends Sprite {
... more >>
How to dynamic breakapart?
Posted by sgt_snake at 2/25/2007 1:15:38 AM
Hi Folks!
I'm in big trouble. I have script that creates dynamic textfield with
values from external file. It uses embedded fonts. Then these fields
being stretched by other routines [ on rollover ]. Anything goes ok
but player renders it in shitty way - you know enlarging by steps
based on fon... more >>
Help need (of course)
Posted by wandera89 at 2/25/2007 12:38:02 AM
I've trying to use a button to go to a new scene, I when I use it on a new
document, it works fine. But when I use it on a pre-made ".fla" document, It
just goes to back to the 1st frame of the current scene.
Please help me.
... more >>
dynamically create rows and columns using attachmovie?
Posted by ineedanswers at 2/25/2007 12:36:37 AM
yes i was wondering how i could attach movie clips dynamically using attachmove
in a table format.
I know how to do it in php using for loop and by defining the columns and
using a variable for number of rows .
The action script code below attaches them on the y axis just up and down.... more >>
I want to make my own flv skin
Posted by magic dude at 2/25/2007 12:02:17 AM
I have been making buttons that look like they should be part of the flv skins but I don't have the right actionscript and stuff....What do I do... more >>
can you tell me what code to include..please note in test-mode email comes .
Posted by lse987 at 2/25/2007 12:00:00 AM
http://flashmove.com/forum/showthread.php?p=109861#post109861
same threat as above link....
Flash MX 2004
flash form go to confirm but email do not delivered ? This is online , In
contrast in "test mode" flash form go to confirm but email get delivered
successfully .... well ?
htt... more >>
|