all groups > flash actionscript > february 2005 > threads for saturday february 12
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
randomize
Posted by boomtownUSA at 2/12/2005 11:36:20 PM
hello, is there an easy way to have a one of 10 pictures randomly load when
you visit the site ? ive seen this on many pages and im wondering how its
done. here is an example http://www.tammyeckenswiller.com thanks, boomtown
... more >>
making a mess
Posted by Brabonjak at 2/12/2005 9:58:18 PM
Hi.
I'm using Flash MX.
I dunno whether its possible to achieve what I want - when user click on the
link in html page preloader is shown on the same page - at defined position.
Preloader is preload.swf and it shows loading of main.swf.
At the moment my main problem is to get preloader ... more >>
Set as Homepage
Posted by =Slayer= at 2/12/2005 6:57:42 PM
Hey,
Is there a script in flash that makes a website be set as the homepage?
Thanks,
P3m... more >>
help with arrays
Posted by the_only_flipside at 2/12/2005 6:12:29 PM
Hi, I want to write the attached code with an array, don't know if it's
possible... Only the numbers change. Now the numbers go from 00 to 99, is this
possible with flash or do i need to use 1 to 99. I need to do this for +80
buttons, so I was wondering if there is a way with an array I can... more >>
duplicating MovieClips and applying functions to them
Posted by (_seb_) at 2/12/2005 6:10:47 PM
HI
I need help but don't know how to explain what I need, so I'll describe
the goal:
So it's like a game, almost like tetris, except that the boxes/shapes
don't fall and appear by themsleves, instead, one of each shape is
available on a shelf for the user to drag and drop on a grid.
S... more >>
Post a Form to a text file
Posted by Froffs at 2/12/2005 5:49:55 PM
Hi would like some help, I am trying to make a form that will save to txt file
which can then be dynamically loaded into another flash site.
var header_var:LoadVars = new LoadVars();
function sendForm(){
header_var._value("text/Test.txt");
}
this.Submit.onRelease = function (){
se... more >>
Streaming live radio
Posted by Hoathy at 2/12/2005 5:23:09 PM
To make things clear, I want to know how to connect to a live radio feed,
maybe from http://www.live-radio.net, but I need a script which will still work
while my game is running. My aim is to have a controllable radio feature,
where the user can choose which station (if there is a way), con... more >>
#!#*#! Why can't I pass this Javascript to my page from Flash???
Posted by ShootingStar at 2/12/2005 4:49:04 PM
Greetings: I sure can't figure out why this is not working. I can get this to
work when I put the command on an anchor tag on the page but just can't get
this passed out of Flash. HELP GREATLY APPRECIATED! What I want to do is cause
a timeline playing on the page to skip to the end. Here is w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problems with XML under layer mask
Posted by flash_fish at 2/12/2005 4:40:55 PM
I have a problem. i have a dynamic text field which retrives data from XML
document - everything works fine. I have another layer containg some kind of
animation which i want to mask with it the other layers (hope that's clear...),
once the text field is under the layer mask, it doesn't show t... more >>
A gift for my Valentine - Book
Posted by Tanya1963 at 2/12/2005 3:03:07 PM
Hi,
My Valentine has been teaching Flash for approx. 6 years. Last week he gave a
training session on Flash MX 2005 Actionscript and althought he did great he
was not pleased with himself (his goal is to know everything there is to know
on that!!). I would like to buy him a book for Vale... more >>
Preloader wont work
Posted by csa at 2/12/2005 2:18:39 PM
My preloader has been created in a scene called intro, my main movie is in
scene main. There is an animated image in the preloader and the on frame 1:-
ifFrameLoaded ('main', 5) gotoAndPlay ('main', 1); Frame 2
gotoAndPlay('intro', 1); When I put my movie into DWMX and upload it, all i
g... more >>
replace onEnterframe with setInterval?...
Posted by (_seb_) at 2/12/2005 12:23:43 PM
HI,
I have this code:
small_box.onEnterFrame = function() {
trace (this._droptarget);
if(this.hitTest(long_box)) {
this.stopDrag();
}
}
it detects a collision between two MCs, but it is too slow (even though
my movie is 25 fps). So I think I should use the setInteravl function
... more >>
Sorting dates in the data grid component
Posted by Mark Pusateri at 2/12/2005 7:18:53 AM
I have a column of dates in the data grid and need it to sort
chronologically. By default it does it Alphabetically. What do I need to
do to make it show the way I need it?
thanks
... more >>
xml & jpeg loading help
Posted by arandlett at 2/12/2005 7:10:54 AM
i am trying to load jpeg urls from xml into an array then when a movie clip
loads load a random jpeg from the array. Doesn't seem to be working.
var xmllist = new XML(); //setup a variable to hold the XML
xmllist.ignoreWhite = true;
xmllist.load( "heade... more >>
Heirarchy issues with Flas and SWFs
Posted by cnynman at 2/12/2005 6:03:22 AM
Hello everyone,
I have a situation where I will have several hundred swfs loading into a main
swf.
I'll describe my layout first. - I have a main folder that contains my main
swf. Then I have many subfolders that contain swfs that are loaded into the
main swf. These subfolders contain... more >>
keyUp event handler
Posted by Deepak Joshi at 2/12/2005 5:29:42 AM
hi all
i wrote following code in first frame of my flash file :-
this.onKeyUP=function(){
trace("KEYUP")
}
now i expected it to trace KEYUP every-time a key is released. but
unfortunatly nothing happened.
i created a MC and wrote over it onClipEvent(KeyUP){
trace("KEYUP")
}... more >>
timeline stop, play then jump
Posted by smillerd at 2/12/2005 4:50:50 AM
I have 5 text buttons. When one of them is clicked on, I want a MC to slide up
from behind another panel on another layer, and stop. I can do this. But, when
another button is clicked on, I want the info that previously slid out to slide
back and the new buttons info/panel to slide up. So fort... more >>
AS2.0 equivalent of onPress?
Posted by HHslap at 2/12/2005 3:07:26 AM
I have an AS2.0 class that makes a bunch of movieclips, programmatically in a
loop. I want to sink an event on all of those movieclips so that when
clicked, they all run the same function of the class. Apparently I can't do:
newmovieclip.addEventListener('onPress', this); and within the... more >>
variables, destinations?
Posted by daliangelo at 2/12/2005 2:51:42 AM
im feeling very unarticulate tonight...i cannot explain what im trying to ask,
but i'll try. say you click button1 i need to set a variable that says
something like on (release) { myDestination = ('One', 1); } then on the next
screen when you click another button i need it to recall that v... more >>
movie clip move to the position of the mouse when click
Posted by redragonfire at 2/12/2005 2:32:18 AM
Can somebody help me, please!!! I have an horizontal menu, when I click on a
button, I want that a movie clip go to the x position that I click, when I
click another place, the movie clip start from the last x click, and go to the
new x click. Thanks
... more >>
Other places to get help?
Posted by squimscan at 2/12/2005 2:29:22 AM
Can anyone suggest other places where one can go to get ActionScript questions
answered?
I'd love to get the question answered here (my other questions have always
been answered here quickly and accurately, and I appreciate that), but after
multiple posts here over a couple days, it looks ... more >>
Help with Help
Posted by HHslap at 2/12/2005 2:23:44 AM
How do I change the font size of the Help pages? The font size of the Help in
flash mx pro 7.2 is like absurd-small. I'm sure it has something to do with my
Internet Explorer settings (becase Help uses the IE WebBrowser object), but I
tried upping the font size in IE and then going back int... more >>
Creating operators for my own objects?
Posted by NSurveyor at 2/12/2005 2:18:57 AM
Hi, I was just wondering if it is possible to define operators for my object.
So far, I have made a constructor function for gausian integers. I have made
methods for the guassian integer, like
addWith(),subtract(),multiply(),divideBy(),conjugate()... Now what I'm
wondering is if I can repla... more >>
Dynamically Positioning of loaded SWF
Posted by Amcasperforu at 2/12/2005 1:37:45 AM
Hi all,
I have use the loadMovie("swf1.swf) in my _root timeline, however the position
is not aligned to what I want it to be positioned.
How can I dynamically assigned the position of this loaded SWF
Thanks.
... more >>
|