all groups > flash actionscript > june 2006 > threads for saturday june 3
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 29 30
clearInterval
Posted by alrazzle at 6/3/2006 11:58:51 PM
I have a website that has several pages on it that are accessible through a nav
bar at the top of the site. On the home page there is a continuous playing
slideshow in a movieclip. when I go to another page and then back to the
homepage the slideshow doesn't work sometimes, or other times it... more >>
loadClip problem
Posted by alrazzle at 6/3/2006 10:23:38 PM
I am trying to add an opening movieclip to a website and am having some
difficulty with transitioning from the movieclip to the website. currently I
have the movieclip set up so that on the last frame I have another movieclip
that continually scrolls through 3 images to be a visual preloader ... more >>
getURL without opening a browser?
Posted by torchsquid7 at 6/3/2006 9:19:25 PM
:D
Hi
I have a Flash Pro 8 application that uses getURL to send a string back to a
web server that the server stores in a database
for tracking purposes. It's working but it opens a browser window each time -
i don't want that - i just want to send the string - the browser opening is
ext... more >>
Need action help for flash movie playing
Posted by RockoFaith at 6/3/2006 8:57:56 PM
website I'm working on <a target=_blank class=ftalternatingbarlinklarge
href="http://www.revolutionhairstudio.biz/revolution.html
There's">http://www.revolutionhairstudio.biz/revolution.html
There's</a> actually 3 things I need to get done on this site
1) when the user clicks on staff,... more >>
Substitute from spacebar to mouse
Posted by IndianChsPrdctns at 6/3/2006 8:30:37 PM
I have 2 snippets of code for a game. In the code, the spacebar key is defined
as "jump". I want to use a left mouse click instead of the space bar to
perform the action, however. The code snippets are quite lengthy, but I have
no other choice. Here is the first code:
<i>
if ... more >>
Buttons and Action Script
Posted by EBTurner at 6/3/2006 8:17:40 PM
Hey Everyone!
i need some help!! everything was working PERFECTLY when i was working on
this - then i went to test it again and now some of the buttons are getting
screwey and not going to where the action script directs it....
Take a look...
<a target=_blank class=ftalternatingbarlin... more >>
frame labels
Posted by hushhurt at 6/3/2006 7:23:51 PM
can a frame label be assigned to a variable?
like: var fLabel:String = "overState";
then call it in a statement like:
if (_currentframe > fLabel) {
gotoAndPlay("out")
};
????
thanks
david
... more >>
Undefined _x, _y, ... parameters when calling SWF movie
Posted by kayko2000 at 6/3/2006 7:20:41 PM
:confused;
Extremely confused about an issue.
I have the following action script in my "AA.fla":
i = 1;
while (i<=4) {
markerbackx = getProperty(_root.menuclip.markerback, _x);
markerbacky = getProperty(_root.menuclip.markerback, _y);
backx = getProperty(_root.menuclip.back1, _x... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
trying to keep mc filling the stage while zoom out...
Posted by dukep at 6/3/2006 7:16:01 PM
hello to all,
i have this simple example of the problem.<a target=_blank
class=ftalternatingbarlinklarge
href="http://panos.ultravintage.com/test.html">example</a>
if you zoom the map more than x2, direct it to the corners and then zoom out
once you will see that it leaves blank space... more >>
Left string
Posted by Dave at 6/3/2006 7:05:46 PM
Hello,
I have it
012
014
02
015
01
and I would like have
12
14
02
15
01
in visual basic I use right(ma_string, 2) but in actionscript ? please
do you have a solution
thank you I am beggin in actionscript
... more >>
JPGs loaded with XML
Posted by flash_eidos at 6/3/2006 6:35:30 PM
Please help me with this issue. I have tried to solve this myself without luck.
I am very close!
<b>WEBSITE:</b> <a target=_blank class=ftalternatingbarlinklarge
href="http://www.baardlunde.com">www.baardlunde.com</a>
<b>ISSUE:</b> get the "next" and "previous"-buttons to work proper... more >>
Flash movieclip rollover
Posted by Kristy Lannan at 6/3/2006 5:29:09 PM
Hi,
I'm frustrated. I can't get my rollover to even work I keep getting this error
**Error** Symbol=MovieClipBtn_mc, layer=Actions, frame=5:Line 2: Mouse events
are permitted only for button instances
on(rollOver){
Total ActionScript Errors: 1 Reported Errors: 1
I thought t... more >>
Distort symbol in actionscript?
Posted by aaazzzccc at 6/3/2006 3:19:47 PM
Hi all.
In the flash environment you can take a rectangle and distort it using the
free transform tool. However, I can't seem to find this functionality in
Actionscript. Can I do more then change the x and y scale in actionscript?
Can I access the free transform tool from actionscript?
... more >>
CONTROL SITE NAME IN "FAVORITES" IE
Posted by hsheffer at 6/3/2006 2:39:19 PM
hi
I figured out how to make the small icon in the IE favorites, but how do I
control the name not to be index as the first file name is?
I mean when I drag the address to the favorites or to the desktop.
thanks
H
... more >>
include or getecho help
Posted by DJ PSYMON at 6/3/2006 1:06:56 PM
i need help, i want to change one thing in a hyperlink. i have seen thing such
as file.swf?text=hello&link=home.php and the swf file shows a bit of text
saying hello and it has a hyperlink that goes to home.php . how is that done,
can some one give me a load of actionscript and instructions pl... more >>
CREATE ICON AND SITE NAME IN FAVORITES
Posted by hsheffer at 6/3/2006 12:42:36 PM
hi
While draging my new site to favorites, the name I get is INDEX - like the
name of the main home page.
What do I have to do to get the site name atomaticly? And further - how do I
embed an icon beside the name?
thank you so much.
H
... more >>
BitmapData Threshold method
Posted by psykopath at 6/3/2006 5:57:39 AM
I've looked through every piece of information I can find on the threshold
method and I still can't get it to do what I want. I've got it almost working,
but it removes more colors than it should.
All I want to do is chage the color 0xFF00CCFF to transparent (ie. 0x00000000).
My bitmap i... more >>
how to loop through attributes
Posted by Vee at 6/3/2006 2:49:08 AM
Im trying to loop through some XML and use the two attributes name and href for
each button im creating. so far all I have been able to do is onfuse myself,
well not totally - I can pull the first name attribute from the firstChild.
But I have not been able to successfully assign it to a but... more >>
Flash rollover HTML
Posted by gma216 at 6/3/2006 2:37:26 AM
Im trying to create a flash header/drop down menu in an HTML file and i want
the flash menu to drop above the the HTML content. Basically 1 column and 2
rows, with the flash element on the top row and the HTML content on the bottom.
And when the users rolls over the top row with the flash emb... more >>
Temperature reader into array and display results
Posted by Flashminded at 6/3/2006 2:09:16 AM
:confused; I have a temperature reader that integrates with my flash file. The
temperature reader/thermometer takes a reading every 5 minutes and displays
that tempearture reading and displays it in a dyanamic text field.
What I am trying to do is capture all those temperature readings, in an... more >>
Re: Wait a few seconds?
Posted by Matt_M_ at 6/3/2006 1:59:00 AM
Ok, I have 5 buttons. When one is clicked, I want the current SWF to play it's
exit animation, have the background move after waiting a few seconds, then load
a SWF in place of the one that just exited depending on which button was
pressed. All of this is working except for the background wait... more >>
Re: textField.onChanged not working
Posted by Flashminded at 6/3/2006 1:55:37 AM
Ok.. I see. When I made the mainElement_txt an input field instead of dyanamic,
the element1_txt field changed when I started typing in that field. I really
need the element1_txt to change automatically when the mainElement_txt changes.
Do you know of anyway to make that txt field change? That... more >>
Sent array from flash to array in asp
Posted by muzila at 6/3/2006 1:47:41 AM
I send an array from flash to an asp page as follows:
_global.addToCart = _global.cartArray.toString();
getURL("<a target=_blank class=ftalternatingbarlinklarge
href="http://www.custombrackets.com/byb/flashmail.asp?addToCart="+_global.addToC
art,">http://www.custombrackets.com/byb/flashmail... more >>
does this refer to level?
Posted by riichieg at 6/3/2006 1:34:34 AM
The following is part of over and release states
_parent.l1.gotoAndPlay(1);
_parent.l2.gotoAndPlay(1);
Can anyone tell by looking at this what the l1 and l2 could possibly be? are
they levels, labels or mc? Thanks
... more >>
Displaying a variable
Posted by orangesquirrel at 6/3/2006 1:16:59 AM
I have variables for each players score as global variables
and i was wondering how to display them on the game board
in text boxes
if it's possible?
thanks,
Aaron... more >>
gotoAndPlay different scene
Posted by orangesquirrel at 6/3/2006 1:14:01 AM
I'm trying to make a tic tac toe game, and each button is a movie clip, and i
want the program when a player wins to go to the next frame in Scene 1
the coding is in the frame inside the movie clip on a graphic, that is
displayed when a player has won that square.
ttone, tttwo, and ttthree a... more >>
Problems with depth
Posted by strife.dk at 6/3/2006 12:00:00 AM
I'm trying to create a mp3 palyer which load songs via a XML file, but i'm
having problems creating movieclips and textfields at runtime. If i trace the
depths I can se that they are all created at depth 0.
// Create status text
this.createTextField("musicStatus_txt", this.getNextHighestDe... more >>
flash buttons
Posted by markymark39 at 6/3/2006 12:00:00 AM
hello everyone, i need help. i have made a lil movie poster for my movie and i
figured out how to make the buttons to put on the poster, like
story,trailer,images, but i don't know how to make it so the buttons actualy do
anything, like i wanna make it so when you click story, the story will a... more >>
SWF not loading in Flash 8 pluggin
Posted by srikanth_s_india at 6/3/2006 12:00:00 AM
We have a Flash program (with few SWF files) which was compiled in Flash 5 and
has been working fine for the past 3 years. Now that program is not loading in
Flash 8 pluggin within the browser (both IE and FireFox). It still continues to
work with lower Flash pluggins.
The program is acc... more >>
var in path url
Posted by trowabarton9012 at 6/3/2006 12:00:00 AM
Hey,
im kinda new to var
am i able to load a the var "curFrame" in to the path that for the loadmovie
ie.
stop();
var curFrame = _currentframe;
loadMovie("[curFrame]/loadme.swf",clipp2);
i have the the frame stoped at 1, i have a dynamic txt loading the var and
says 1, thi... more >>
Formatting Text-
Posted by Denesh Kumar at 6/3/2006 12:00:00 AM
Hi ,
Anyone can help me.
i want to change the color in flash when a text is selected . See normally it
is in white color when a text is selected . What is the solution.
Regards
Denesh
rdene2000@yahoo.com
... more >>
UIScrollbar creates conflicts
Posted by davidesieb at 6/3/2006 12:00:00 AM
Hi!
I've just a strange thing happening; I managed to succefully use a dynamic
scrollbar, everything worked perfectly, but then, willing to add some
UIScrollBars to my existing flash 8 site, I found that just the pasting (and
immediate deleting) of the component on the scene would "corrupt... more >>
Dynamic text field issue: Handling overflowing text?
Posted by David Douglas at 6/3/2006 12:00:00 AM
When putting large amounts of text into dynamic text box the usual case is
to Mask it and then add a Scrollbar.
However I wish to paginate the text so that a user can click onto the next
page if there is more text.. (no scrolling)
My problem is how do I detect this Over-Flowing text in Flash... more >>
|