all groups > flash actionscript > december 2004 > threads for friday december 17
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
What's the code to tween a symbol?
Posted by Rich146 at 12/17/2004 11:16:56 PM
I have been using the timeline to motion tween the alpha so symbols appear
gradualy . I know there is a way to do it with code. Let's say I want to attach
the code to a button and have a symbol gradually appear on stage. What would I
use?
... more >>
Preloader for another Level
Posted by meeesta at 12/17/2004 8:49:15 PM
Hello. Funny, I've just seen a message titled 'Not another Preloader Question'
and here I am. Anyhoo, I've done on (enterFrame) type doing bars before. But
I've got a base movie, into which I first load the loading bar movie (into
level2) and when that's loaded in it starts loading the main... more >>
PrintJob center content on printed page?
Posted by TinMonkey at 12/17/2004 8:27:09 PM
Does anyone know how to specify the printed contents position on printed page.
I would like the content I am printing ot center on the page so that the
border is even all around. I can't even seem to do it in my printer dialog box.
no option for centering in driver. Any one have any Ideas?
... more >>
Text Field Blues
Posted by bderber at 12/17/2004 8:21:44 PM
This problem has haunted me since yesterday. I am not on the beg trail. I am
creating a movie clip, then creating a text box in it. When formatting and
setting the properties of teh box (after a with statement to address the
movieclip), the following line of code dowe not work: this['mc1Li... more >>
???Sick of preloader questions???
Posted by shawnoel at 12/17/2004 6:53:41 PM
I want my movie to play after 60% of the data has loaded and the progress bar
to display 100% when only 60% of the movie is loaded. I'm basically "fooling"
the user into thinking the entire site has loaded. The way my movie is set up I
don't see any problem with doing this. I'm just trying to ... more >>
Help with Scrollbar Component--is the following possible?
Posted by penciline at 12/17/2004 6:31:13 PM
Dear users: I have a scrollbar component (in a file called sample.fla) with
contentPath temp.swf. The temp.swf is a file that contains a dynamic text
field which updates to reflect text loaded by LoadVariablesNum() method. When
I test the sample.fla movie the dynamically loaded text does n... more >>
getURL
Posted by iaustin at 12/17/2004 5:34:40 PM
Hello, I need to call the getURL() function But, I need the browser window to
remian hidden. Is that possible? So far when using any of the getURL arguments
od _parent, _blant, _top etc they all open the browser in a variety of formats.
Thank You
... more >>
Rollover won't work
Posted by Dusty Bottoms at 12/17/2004 4:59:21 PM
I have a button with a rollover effect embeded in a movie clip. That movie clip
is place on the stage with code attached to it that will play the movie clip
forward on movie clip rollover and play from current movieclip frame back when
rollout. However the button inside the movie clip is not s... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Actionscript
Posted by Lacelle at 12/17/2004 4:58:34 PM
I want to learn actionscript. Can someone recommend some good books? Are the
different ones macromedia sells good? I don't need anything easy just don't
want som book making it more complicated. Can anyone help? How long does it
take about? How easy is it?
Thanks!
... more >>
Moving variables from one SWF to another
Posted by MikeMedia2 at 12/17/2004 4:39:21 PM
I have two swf files (Flash 5). I want to carry over the variables from the first swf file to the second. Is that possible? If so, could someone please show me how?... more >>
Using Preloader to cache Web page
Posted by Mari-Anne Ennor at 12/17/2004 4:37:59 PM
Is it possible to use ActionScript to create a preloader which plays and checks to see when an HTML page has fully loaded?... more >>
Loaded JPG width limit
Posted by Steve Bond at 12/17/2004 4:29:18 PM
Hiya
Anyone noticed that when you dynamically load a JPG image, Flash MX won't
allow any dimension greater than 2880? I have a map "calcutta.jpg" which is
3495 pixels wide, but after loadMovie("calcutta.jpg") completes, the loaded
image is only 2880 pixels wide - the excess has been trimmed of... more >>
Still have an array problem
Posted by Kiyokai42 at 12/17/2004 4:15:54 PM
I am still in need of an answer to an array question. I have a list of movie
clips, all named 'quote' with a number at the end. Rather than trying to list
all the clips in the array, which could be as much as a hundred, can I set a
variable for the number and has flash pull that number. I a... more >>
How do I get a link to a button?
Posted by joosie200 at 12/17/2004 3:28:26 PM
Hi there,
I've just started to use flash to create my own site but I've got stuck on the
way while working in Flash MX 2004 Proffessional.
The problem is that I have created on and on buttons but the simpliest thing
that doesn't work is to give the button a link.
I searched the web a... more >>
Function variable in path
Posted by ArjayMedia at 12/17/2004 3:26:08 PM
I am having trouble building a function that will pass MC instance names and
frame labels to a gotoAndStop command.
function gotoAudioPage(amRevLabel,MCLabel,frameLabel){
_parent.gotoAndStop(amRevLabel);
_parent.MCLabel.gotoAndStop(frameLabel);
}
and call the function with... more >>
myMovieClip.onEnterFrame() issues
Posted by h NO[at]SPAM ppy at 12/17/2004 12:58:00 PM
I have been struggling for some time to understand how
myMovieClip.onEnterFrame() works and have a couple of questions. 1) Is it
possible to have _root.myMC.onEnterFrame = function() { work in the same way as
onClipEvent(enterFrame) {} (placed within a movieclip) in terms of paths. In
oth... more >>
Realistic swaying grass effect using AS
Posted by Andy Baggott at 12/17/2004 12:18:26 PM
I need to create a realistic, natural looking, swaying animation for a website.
Think of reeds, swaying underwater.
Can this be done with actionscript to make it more realistic, or do I have to
animate it manually.
Many Thanks
Andy
... more >>
problem when loading swf into Another one
Posted by Armen at 12/17/2004 11:59:22 AM
I have a A.swf which loads data (xml, images ) . All data posted in
folderA1,folderA2
I have the B.swf which loads the data the same way as A.swf , but of course
from his own folders.
When I load A.swf into B.swf I get a problem, with loading data in A.swf.
Is there any way to solve... more >>
Problem loading external data
Posted by evanton at 12/17/2004 11:33:06 AM
Dear All,
I am trying to load the contents of a text file into a Flash 2004 text box.
Everything works as expected with one exception. The text when loaded into the
text box is double lined. The code I am using is:
loadVarsLyrics = new LoadVars();
loadVarsLyrics.load ("Addicted")
loa... more >>
Actionscript Tweening
Posted by runaway_vibrator at 12/17/2004 11:04:25 AM
Under a blank movie clip I have the following
<code>
onClipEvent (enterFrame) {
var t = this.getBytesTotal ();
var l = this.getBytesLoaded ();
if(IsNan(Math.round ((l / t) * 100))){
percent = "";
}else{
percent = "loading " + Math.round ((l / t) * 100) + "%";
}
clipn... more >>
Get users Internet connection speed
Posted by Sav at 12/17/2004 10:16:03 AM
I need to check the users Internet connection speed (Modem or Broadband) and give them a different Flash movie for each. Can someone help with the Actionscript to determine this please.... more >>
locale.as
Posted by Dennis, I Sioux at 12/17/2004 9:17:06 AM
Hey,
I'm busy with the multilanguage ability in flash mx 2004,
i'm altering the locale.as used by Flash for this..
Added a few functions given in a technote from Macromedia to let user switch
languages..
..
The Problem:
A movieclip that has an empty first frame and a textfield that... more >>
rollOut problem
Posted by klick at 12/17/2004 8:41:08 AM
I have created a nav system that uses popout subNav, when the mouse is over it.
When the mouse leaves the movieclip the popOut should come back in. It works
great if the mouse is going slow. When the mouse goes over quickly it stays
open. Now I belive this is because my rollOut button (men... more >>
Creating Text Fields in Attached Movie Clips
Posted by bderber at 12/17/2004 8:23:30 AM
I am attempting to create a text field in an attached movie clip. In the
routine, i pass the path of the movie clip to the function as 'card_mc' and an
array with the data for the text field in an array called card_array. Then I
run the code below. When looking at the debug screen, the text ... more >>
Data from flash to HTML
Posted by yu2 at 12/17/2004 8:21:06 AM
Does anyone know how to pass data from flash to HTML pages and from HTML to flash?
Thanks.... more >>
popups leaving an [object] message in original
Posted by whitecraig at 12/17/2004 5:31:54 AM
I've been trying to link buttons from my portfolio site to a popup and i can
get the javascript and to work fine except the window i'm linking from goes
blank and says [object]. If i were doing this in html i would start with <a
href = "#" and then insert my javascript following that, but tha... more >>
Premade theme text variables ?
Posted by TweakGames at 12/17/2004 5:25:31 AM
Hi all, this is a repost becuase I think this is more of a action script thing
then a general post. Summary : Got a premade setup off a site, that has text
that it reads off a .txt file. It somehow??! <-- this is where im lost puts
that text from the text file and somewhere tells it to p... more >>
Export A Frame to JPEG
Posted by pallo at 12/17/2004 5:15:14 AM
Hi Guys,
I am trying to generate a Still Image from a flash frame at runtime. Just need to convert a frame to JPG.
Is it possible to do so in flash???
Thanks
Monica... more >>
HELP ME PLEASE : stuck with complex presentation
Posted by Qasid at 12/17/2004 3:00:30 AM
hi,
im doing a corporate presentation for a company.
they have requested me to do a manual and automatic presentation.....
i.e there'll be 2 buttons in the first slide named MANUAL and AUTOMATIC......
if the user clicks the MANUAL button there'll be a NEXT and PREV button to
navigate thro... more >>
ComboBox Skin - Change Highlight & Text Color
Posted by dmcdonald at 12/17/2004 2:45:47 AM
Can someone tell me if there is an easy ... well relatively easy way to change
the highlight and skin colors of the combobox. I have to use the color 003366
(drk blue) in the over and down state of the button w/ white type to simulate a
program. I've tried to use the subclassing method from th... more >>
Using html <form target> in a flash button
Posted by Highlander83 at 12/17/2004 1:48:49 AM
Is it possible to create a button and have a form like the paypal generated scripts for carts and checkouts attached to the button?... more >>
mouse crusor
Posted by demo hunter at 12/17/2004 12:25:42 AM
how do you only have the mouse pointer showing when you rollover a button. and not the corsor ... more >>
how to detect the mouse pointer rolling off flash object
Posted by audioathlete at 12/17/2004 12:11:07 AM
i would also like to know how to detect the mouse leaving the flash object and
going over html area.
the thing is i have a movieclip in my flash object and when you roll over that
movieclip it animates. that movieclip is also on the very left edge of my flash
object and i'm using hittest to ... more >>
|