all groups > flash actionscript > february 2006 > threads for tuesday february 7
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
opening a new movie
Posted by blacktiger3 at 2/7/2006 11:45:51 PM
i have been able to open a new movie within a movie. is there a way that you can open a new movie and go to a specific scene in that movie? i hope that makes sense.... ... more >>
How to allow downloads of an EXE file from site?
Posted by jbtalk2me2 at 2/7/2006 10:42:47 PM
Hi!
I am building my first site and it seems the info I need is here! I have
created a download now button in my site and have an EXE file that I would like
to allow visitors to download. What is the easies t way to accomplish this?
... more >>
buttons with dynamic links
Posted by rohai at 2/7/2006 10:38:01 PM
Hi
what I'm trying to figure out is how to add dynamic hyperlinks to buttons
(articles.asp?articleID=...). I'm using Access DB and ASP: Is the best way to
create XML for each button (there are only six buutons and the number will stay
the same) or is there a better way? Please help. THX for ... more >>
Need Help with LoadMovie Plz plz plz
Posted by jbtalk2me2 at 2/7/2006 10:27:52 PM
I am trying to build my first website with a flash teplate. The site is coming
along and I have learened alot along the way. But now I am at a stand still
because I have made a botton inside my template to play an external SWF in the
_root and when I use it in test movie mode the clip plays bu... more >>
Grab a variable from ASP page
Posted by BrianRKoch at 2/7/2006 9:47:51 PM
Is there any way to grab the value of a variable on the actual page the SWF is
sitting on?
In other words, let's say I have my SWF on index.asp. At the top of index.asp
I define a variable, let's say:
<%
dim myVariable
myVariable = "123abc"
%>
Any way for the SWF to get the v... more >>
Very Very Tricky Tricky!
Posted by James from EOW at 2/7/2006 9:46:34 PM
I am following a tutorial that makes a CRAZY dynamic scrolling gallery... I am
new to AS, but I have been following the tutorial closely... now I know there
were problems with the code they provided in the tutorial, but I cant catch
them all... one was just a couple of bad characters... anoth... more >>
Noobarooni
Posted by R2Dork at 2/7/2006 9:06:58 PM
:confused;
Still wrapping my wits around ActionScript. I'm trying to do something like a
gallery page, where clicking a button will play a short animation (movieclip?)
in one section and display some text information in another. Can someone here
simply outline the overall process for thi... more >>
Shake/Vibrate Actionscript
Posted by brooklynconcept.com at 2/7/2006 9:05:13 PM
I would like to place some actionscript code on an instance of a movieclip that
makes it shake or vibrate when rolledOver.
Does anyone have anything out there for this. Would be great if it had a timer
function too, so the shake time can be limited to a value specified.
THANKYOU!!!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Preloading 50%
Posted by brandon_haslip at 2/7/2006 8:41:11 PM
I have a main .swf with my navigation in it. When you click on any of the 4
nav buttons it loads an external .swf into an empty movie clip called holder.
Some of the .swf's are big picture galleries (900 k), and they all have
preloaders. Is there a way to only preload the movies half way. ... more >>
How would you go about doing this?
Posted by chaset at 2/7/2006 8:33:09 PM
At Veer's website, they have a photo section that has a technique that I would
like to find out how to use. If anyone knows how to do this or knows about a
tutorial that is similar please let me know. The website is below. Once you get
there, just click on the photo of the lobster and it will ... more >>
sendAndLoad
Posted by ActionScripter1 at 2/7/2006 7:03:37 PM
Hi Guys,
Has any of you lot come accross this problem before...
I am trying to send a username and password to php which will then query the
database and display the results in Flash
I am using Flash 8 Pro buy publishing to Flash 7
I am using the example from
http://livedocs.macrom... more >>
automatically stopping a streaming flv
Posted by Bellah5 at 2/7/2006 6:51:35 PM
I'm not entirely sure how to go about doing this. I've tried a couple of
different things. This is one of them:
if (myMovieHolder.playing = false) {
myMovieHolder.unloadMovie();
}
myMovieHolder is the label I have on the MediaDisplay component.
Any ideas?
... more >>
Re: Actionscript for playing random frames?
Posted by abeall at 2/7/2006 6:31:17 PM
Good thought, using an array is the way to do it, but I'm baffled by this:
Math.random()*r)
What is that supposed to do?? Anyway, try this:
r = ;
randomFrame = r;
mc.gotoAndPlay(randomFrame);
... more >>
Re: Actionscript for playing random frames?
Posted by Rothrock at 2/7/2006 5:50:31 PM
In your title you say frames, but in you post you say layers.
Layers are just something used during author time to organize the structure of
file. When you publish (compile) your swf the layers go away. So there is no
way to refer to specific layers using actionscript. Just to get that out o... more >>
Scrollpane with Dynamic Content
Posted by phil ashby at 2/7/2006 4:56:43 PM
Hi all,
I've got a linked MC (myForm) that loops through a recordset and creates a
form dynamically - code here. As the form may well be longer than the screen,
I've used a ScrollPane component and used myForm as the content path. The
problem is that the scrollpane draws the scrollbars b... more >>
_alpha math problems
Posted by sneskid at 2/7/2006 4:54:01 PM
When I subtract or add to the _alpha value of a movie clip the result is
slightly off.
say you have a MovieClip called redbox, and a dynamic text with variable alph
use this code:
function phase() {
if(redbox._alpha <=0) redbox._alpha = 100;
else redbox._alpha -= 1.0;
alph = red... more >>
I hate scrolling menus
Posted by greatone305 at 2/7/2006 4:33:23 PM
hey guys i have a problem that is just about to drive me off the deep end.
HERE GOES?
i created a scrolling menu, after numerous attemps to get it scrolling it
finally happened, i got it to work. well now my problem is my scrolling menu
goes crazy when you move the mouse to any part of t... more >>
php flash browser problem
Posted by am234523 at 2/7/2006 4:26:46 PM
php flash browser problem
flash read data from php (data is three numbers)
on player it's working
but in browser the text from php file is not showing
i need help... more >>
Using a movieclip with "button actions"
Posted by Fatmat at 2/7/2006 4:22:35 PM
I'm trying to create a buttonMov in a library.fla file that will be accessed by
a container.fla file and all the movies that are being loaded into it.
The movie is basically using 1 movieclip as a button. I am trying to figure
out how to have a rollover state triggered in the buttonMov. So wit... more >>
unload video question
Posted by posterboy at 2/7/2006 4:18:19 PM
how do you dynamically unload a flash video after it has finished playing?... more >>
AICC Quiz Interactions Help
Posted by dvsteve at 2/7/2006 4:03:27 PM
I have been searching and searching for an answer to this... I want to send the
Pass/Fail status from the Flash 8 quiz templates. I can only send the score and
a complete status. How would I send the pass/fail status compared to grade. I
have looked into the java scripts that flash uses, and t... more >>
POST form variables, receive XML
Posted by thellers_rem at 2/7/2006 3:38:02 PM
Hi,
I am in the process of completing a fairly complex Flash web-based
application. We need to send some lengthy data to the server and receive an XML
response back.
At the moment, we are simply using the XML.load method, which is working just
fine,
eg.
XML.load("http://myurl.co... more >>
Exploring Studio 8 Flash Slideshow
Posted by msmetts at 2/7/2006 3:21:19 PM
I am checking my slideshow in Flash 8 and images are there but when I publish
to a swf file, insert in dreamweaver and test in browser the images are not
there. Is this an actionscript. Is my universal resource identifier code wrong?
And is actionscript the only way to link the images with the... more >>
'check syntax' says movie is ok but will not autoformat
Posted by 15266 at 2/7/2006 3:10:16 PM
In one specific movie I am working on, I click on my error check button in the
actionscript window, and it says there are no errors. I can also publish the
movie fine.
However when I then click 'autoformat', it says there are errors and the movie
cannot be formatted. Has anyone come across... more >>
todays date minus 120 days
Posted by Lynda Freeman at 2/7/2006 2:50:17 PM
I need to build a script that will take the current date, subtract 120 days
and then show that date. I have been fooling around with various available
scripts but can't seem to figure it out.
Yours Truly,
Lynda Freeman
Email: webmaster@paragonpubs.com
Paragon Publications
Website: http://... more >>
Preloader script
Posted by h.risley at 2/7/2006 1:24:56 PM
Hi,
I have a simple preloader script that should jump to frame 6 when 100% of the
movie is loaded.
This works without fail on high bandwidth, but when testing using "Simulate
Download", at 56kb, every second or third time I test the movie it ends up
stuck on a blank screen with the ban... more >>
using setInterval
Posted by codescodescodes at 2/7/2006 1:14:47 PM
I have a setInterval function set up, but i want the interval part of the
setInterval to change each time the function is called. I have the code set up
like this, but it doesn't work and I think I know why.
var interval:Number = 10000;
setInterval(createNextObject, interval);
function ... more >>
Help with setInterval
Posted by ab9hz at 2/7/2006 1:14:27 PM
hello
i'm very new to flash so please bear with me if i'm being stupid.
I've made a slideshow with 7 frames. it's controlled by next and back buttons
to go between frames. that works but i need to make it so after a certain
length of time passes it automatically goes to the next frame & it... more >>
Removing a item in an array
Posted by OniLink at 2/7/2006 12:45:40 PM
Hi,
Is it possible to remove an item from an array and move down the array index of the items above?
Thanks for any help,
~Oni.... more >>
Slide show ActionSript
Posted by Brian at 2/7/2006 7:51:01 AM
I was trying to build a slide show in Flash using AS only, so I can use
it with any amount of images without too much changing of the AS.
It seems to working good for the most part. Seems like the variable
works properly updating the number and resetting itself. The I
introduced two more va... more >>
deleting a movie clip
Posted by codescodescodes at 2/7/2006 4:16:46 AM
is it possible to delete a movie clip that was created during authoring?
MovieClip.unloadMovie(target) // This only works for movie clips that was
loaded using MovieClip.loadMovie;
MovieClip.removeMovieClip() // This only works for movie clips that was
created using the attachMo... more >>
Loading swf files inside movie clips
Posted by mistainfa at 2/7/2006 2:44:11 AM
Hello, I have a problem I found a great tutorial that taught me how the load
swf files into a movie clip. I got that working
fine, but I tried to take the same technique of loading the swf into a mc, and
tried to apply it to the swf I was loading into the movie clip(If you
understand what I... more >>
Loading external movies into levels
Posted by sonny.scroggin at 2/7/2006 2:12:42 AM
I'm trying to load external movie clips into different levels of a main movie.
When doing running the swf's on my local machine...everything runs perfect, but
when uploaded to the web I have a problem. The other movies don't seem to be
loading. If I right click on the player and choose "Pla... more >>
refreshing the scrollpane
Posted by OniLink at 2/7/2006 1:21:03 AM
Hi,
How do you change the size of the scroll when a new movieclip is attached? I
am attaching movieclips to the scrollpanes content, but the scrollpane doesnt
change the scroll size.. how do I get it to change?
Thanks for any help,
~Oni.
... more >>
different quality settings for movieclips in a movie?
Posted by blemmo at 2/7/2006 12:17:24 AM
Hello there,
I am searching a way to have different quality settings in a movie.
I have a Movieclip that should act as a color picker (just like the one in
Flash). The problem is, when this movie is played at "high" quality, the color
rectangles become blurry. On "low" quality, they are ju... more >>
Can anyone take a quick peek at this script...
Posted by James from EOW at 2/7/2006 12:00:00 AM
i am trying to follow a very difficult tutorial on super duper scrolling
movies, but the code they provide is giving me some errors... expected ";"
stuff... i fixed a few that were just weird characters, but the ones below... i
just dont know where it is missing a ";"... any ideas?
if (L... more >>
Complex drag and drop problem - (card game)
Posted by 15266 at 2/7/2006 12:00:00 AM
I have been making an interactive card game for an online learning environment.
It is quite complex and I have become stuck as I have used if statements in a
very disorganised way.
The game was working fine, and now one problem remains. If the students drops
a card onto anywhere BUT the av... more >>
loadVariables
Posted by ruaware at 2/7/2006 12:00:00 AM
Hi, i am creating a program using mx2004.
i need to load variables from the users mydocuments. and as the user is going
to change it needs to be real flexible so i can't use a static address! the
rest of my code works as i have tested it with the file in "c:"
i have tried an array of things ... more >>
selectedIndex does not work for ComboBox
Posted by Jeffrey R. at 2/7/2006 12:00:00 AM
I'm using an XMLConnector (restype_con) and a Dataset to fill a ComboBox
(restype_cb) with options (read from an XML file) at the start of the
movie/SWF. The options are added properly to the ComboBox but there's no
default value selected (empty combobox selected-field) or selectable and
so... more >>
Working with Audios
Posted by meeesta at 2/7/2006 12:00:00 AM
Hello.
I'm working on a projector that uses fairly lengthy audio files. My problem is
in certain conditions I don't want to start right at the beginning or finish at
the end. The guy that's supplying the audio said he can embed cue points into
the audio (.WAV) file. Does Flash support this? ... more >>
attachmovie Slider OnEnterframe
Posted by rein.be at 2/7/2006 12:00:00 AM
I make a Beeld_mc slider:
onClipEvent (enterframe) {
Slowy = (endy-this._y)/speed
this._y += Slowy;
}
onClipEvent (enterframe) {
Slowalpha = (endalpha-this._alpha)/speed
this._alpha += Slowalpha;
}
/// I make a buttons b1:
Menu1_mc.b1.onRelease = function(){
... more >>
application to spell dynamically written text using audio - URGENT!!!
Posted by Vinay Vasu at 2/7/2006 12:00:00 AM
Hi,
I need to create an application in which the application would read the the
text typed in by the user. Just like Flash Site Pal. How can i achieve this
usign flash.
Please help me as i need this urgent
Any help would be appreciated.
Thanks
Vinay
... more >>
Duplicate Handlers?
Posted by Bahaar at 2/7/2006 12:00:00 AM
So I was preparing to teach a little class on ActionScript (Flash 8) and was
talking about putting handlers for on(release) and on(rollOver), etc., on the
buttons. I then wanted to address a problem I'd seen before where the learner
would have more than one of the same event handler in the sa... more >>
|