all groups > flash actionscript > october 2007 > threads for tuesday october 30
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 31
seeking timed alpha for cs3
Posted by Morgan McConnell at 10/30/2007 10:55:56 PM
anyone know of a relatively easy way to create an alpha shift in an MC over a set length of time without using tweening? thanks very much... more >>
computeSpectrum issue
Posted by podlium at 10/30/2007 10:37:21 PM
Hi,
i was playing around with computeSpectrum FFTMode and got some weird results.
First all the frequencies over 11000 hz are not there, it looks like only
0-11000 hz are written in the ByteArray;
Second when i read the ByteArray with readFloat() the values goes up to 1.465~.
What am i... more >>
IMMEDIATE HELP NEEDED
Posted by Under.v3 at 10/30/2007 8:54:54 PM
Is there a way to activate a html link through flash?
for example.. i have a button in flash and i want it to do this -
<a href="http://google.com/" title="Google" rel="gb_page_fs[]">Launch
Google.com</a>
Can i make the button somehow make this link active or is there a way that i
can ... more >>
how to position (x,y) external images in flash
Posted by madhooper at 10/30/2007 8:54:03 PM
Hello,
I just need to know how to position my images. Here's my code
btnOpen.onPress = function(){
loadMovieNum("openclose.jpg",1);
}
btnseekup.onPress = function(){
loadMovieNum("seekup.jpg",1);
}
btnSeekdn.onPress = function(){
loadMovieNum("seekdn.jpg",1);
}
btn... more >>
HELPPPPPPPP
Posted by Under.v3 at 10/30/2007 8:51:54 PM
Is there a way to activate a html link through flash?
for example.. i have a button in flash and i want it to do this -
<a href="http://google.com/" title="Google" rel="gb_page_fs[]">Launch
Google.com</a>
Can i make the button somehow make this link active or is there a way that i
can ... more >>
Is there an easy way to do this in Flash?
Posted by hhhhhhhhhhhhhh5 at 10/30/2007 7:24:09 PM
I would like to imitate this two-list Flex application in Flash. (please see
the link below
and then search for "two-way drag-and drop support" example)
Is this possible? Does anybody have a working example?
Thanks.
http://www.adobe.com/devnet/flex/quickstart/adding_drag_and_drop/
... more >>
load movie make it go to specific frame
Posted by Gaby35 at 10/30/2007 6:21:53 PM
I'd like to load frame 5 of an external swf into my main fla file (A.fla), by
clicking a button that's inside of a movie clip in the A.fla file. Would anyone
know what the code for this should be?
Thanks.
... more >>
rollover to floating box
Posted by pierre5454 at 10/30/2007 5:36:34 PM
hello all,
i need to make a small ad (160x90). when this is rolled over, i need to figure
out how to make a larger floating box appear. i see it all the time. it must
not be too difficult. help? thanks!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
TextField question
Posted by imjustabeginner at 10/30/2007 5:00:35 PM
Hello,
What I am doing is creating a game. Basically what I have is a comboBox on
frame 1, where the user can select between 1-10 players. Based on the number
they select, that many textInput boxes appear. From here, they are able to
input the names of all of the players and then click beg... more >>
Loading data from text file into ListBox
Posted by MrKnives at 10/30/2007 4:25:21 PM
I have data in a text file that I want to load into a listbox... I have fully
mastered handling strings and arrays so I'm going to need some help...
I was wondering how do I get flash to load a text file that contains the data
below.. and display it line for line like I want it to list down th... more >>
Take screenshots using flash
Posted by zaher1988 at 10/30/2007 4:16:50 PM
Hello
I'd like to know if there is any function that can capture screenshots for the computer loading the flash file.
Many thanks... more >>
Stopping and Starting Music
Posted by ScottE at 10/30/2007 3:34:40 PM
Hi All,
I am trying to stop and then start a music loop when the user navigates to a
certain movie clip. This is not associated with a button or object.
I need some help on how to write the ActionScript so that when the user enters
the mc the music stops. When they click to navigate to... more >>
Flash <> PHP <> Mysql : FLVplayer (Using NON"&" method)
Posted by MikeM2 at 10/30/2007 4:25:33 AM
I have a CMS system im developing and I have it everything based on teh
index.php page using a index.php?pa=viewer.php as a template for the php doc....
Now anyway, I have it set up like this:
index.php?pa=videoviewer.php&id=25
id being the id on the database,
on that play page i ha... more >>
LoadVars problem
Posted by Ben2 at 10/30/2007 3:11:07 AM
i have in flash CS3, actionscript 2.0, several functions that call sendAndLoad
to a php file, returning variables into the same LoadVars object. The first
time it works, but after that it returns nothing.
even if you delete the object and say [u]var responseVar:LoadVars = new
LoadVars()[/u... more >>
staying in screen
Posted by chrisf671 at 10/30/2007 12:43:17 AM
Hello,
Can someone please give me a code clip to add to a movie clip that that will
make it so it does not go out of screen when moved around by the keyboard
commands. im making a spaceship game and it pointless if you can go out of
screen to avoid the astriods.
Thanks a lot.
... more >>
cgi radio button subscribe problem.
Posted by akdesignnow at 10/30/2007 12:00:00 AM
hi, you guys can help me with this.
i have a subscribe form made in cgi and my client want me to integrate it into
flash. i am not a flash programmer so i don't know how to do it.
-----------------------------------------------------------
this is what my client provided me.
<form ac... more >>
the scope of this in AS3
Posted by daveGlasgow at 10/30/2007 12:00:00 AM
Hi
I am just trying to understand the scope of this in AS3 for example in AS2
basicM_btn.onRelease = function() {
this._visible = false;
}
Would have made the button invisible
In AS3 I was expecting to write the same thing as this
function clickHandler(event:MouseEvent):void {... more >>
scrollpane with jpg
Posted by flashcrazy at 10/30/2007 12:00:00 AM
I want to load a jpg in a scrollpane.Then want user to drag and drop the jpg
inside scrollpane outside it somewherre on stage .The scrollpane must become
empty when jpg is draged.
How to do
... more >>
Scrolling text...
Posted by michael - london at 10/30/2007 12:00:00 AM
Hi,
I want to create scrolling text similar to this website:
http://www.christianlouboutin.fr/
If you enter the english site and then click on 'biography' which is the photo
frame you will see what I want to achieve.
There's a slider on the right hand side which you can move down or up to... more >>
Flash Game
Posted by rekha viji at 10/30/2007 12:00:00 AM
Actually i am planning to have a similar game. So its basically building a
engine.
so, i need the steps and procedures for this game.
URL: http://www.thomasandfriends.com/usa/games_build_an_engine.asp
Thank You
Rekha
... more >>
help in casesensitive .......
Posted by AScracker at 10/30/2007 12:00:00 AM
Hi
I am having names like sam,Kelly,gary in the array my_array
if the user type the name like Kelly, KeLly, kelly in the textbox it should
display the position of the array....
is it possible ?????
can any give me suggestion for me....
~~Sk
... more >>
AS3: movie clip out of image sequence
Posted by As3Newb at 10/30/2007 12:00:00 AM
Hey,
I'm sure this has been asked here before, but I can't seem to find a related
post.
What is the best way using AS3 to create a movie clip out of a sequence of
images on disk/ a server.
Thanks!
... more >>
|