all groups > flash actionscript > may 2007 > threads for friday may 11
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
looking to purchase Portfolio flash component
Posted by domerdel at 5/11/2007 10:55:30 PM
I'm looking for some form of Flash component, to where I can dynamically bring
in photos, thumbnails, titles, and summaries. I also want a dynamic transition
when clicking photo to photo. I tried to download a flash component that did
close to what I wanted, but it ended up being no FLA.
W... more >>
Tile Transition Code Required
Posted by S15JMA at 5/11/2007 9:36:04 PM
Can someone please supply me with code that will do the following.
I am trying to use a tile transition to fade between images and then when it
reaches the last image I would like to move to the next frame to continue with
the flash document.
What I am trying to do is this. Use the til... more >>
Grenerating Outlines creating ARCed text
Posted by yetsirah at 5/11/2007 9:18:45 PM
[b]OUTLINE[/b]
I have some text that has a graphical outline around it. This text needs to be
Dynamic for localization. However, I still need to have the outline appear
around the text. I was hoping that this was something that would be built in to
Flash CS3. It's not. Is there a way to do t... more >>
Preloading FLV playback
Posted by TaylorTay619 at 5/11/2007 6:02:01 PM
Hi I am trying to preload an external flv into the flv playback component.
Basicaly I want to set autoPlay (using the properties window) to false until
enough of the flv has been loaded to play without interuption and then activate
the auto play. I have been getting snipets of code all over an... more >>
ScrollPanel
Posted by Peter Hahmann at 5/11/2007 5:21:51 PM
Hi,
I'm trying to make a ScrollPane with a vertical scrollbar. I found following
..fla
www.mais3marketing.com/h_scroll.fla
Ive tryied to change the mc position and AS so in order to get a "horizontal
scrollpane" but i had no success. Could somebody help me?
thanks
Peter
... more >>
Dynamic Layout
Posted by jak9942 at 5/11/2007 5:10:06 PM
I am creating an AS3 application with a dynamic layout. i am having trouble
with making an mc stay in the center of the flash document even when the stage
is resized. does anybody know how to do this?
thanks
... more >>
Functions
Posted by willrose at 5/11/2007 5:07:50 PM
Say I have a function called updateText().
Now say I have 5 other separate functions that can all possibly call
updateText(). Is there a simple way to find out at runtime which function is
calling updateText()?
At the moment what I would do is I would put trace statements in each of t... more >>
Get name of instance under mouse
Posted by Rothrock at 5/11/2007 4:59:34 PM
I've got a Mouse listener checking for all the onMouseUps. Is there a way to
find out the name of any instance (if any) that the mouse is over when it comes
up?
The only way that pops into my head is to iterate through all the instances on
stage at the moment, if it is a movieclip (the onl... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
External JPG preloader
Posted by Nathan Aaron at 5/11/2007 4:03:44 PM
Hey all! I could use any help you can give me pertaining to the need for an
external JPG preloader.
Check out my site at www.nathanaaron.com - go to menu/portfolio/print (for
example.) As you can see as you scroll through the images, they take a bit of
time to load, making you think nothi... more >>
AS3: No variables in testing environment
Posted by Rothrock at 5/11/2007 3:25:24 PM
So one of the ways I work is to publish my swf into the testing environment. If
things are quite what I expect I often go to the Debug menu and select "List
Variables." Then I can see the status of all my variables and often realize
what is going on.
Try this with AS3.
Make a new AS3 F... more >>
Loader question
Posted by Petebts at 5/11/2007 3:02:01 PM
I have just created a new site www.photive.eu and at the moment have a loader
at the start of the .swf movie, this as you can imagine takes the whole site a
while to load up, is there any way that i can put an individual loader before a
particular scene within a movie?? cant find info on this ... more >>
Flash MX and Text files
Posted by Dave.Hollings at 5/11/2007 2:14:13 PM
Hi,
I have been working on a flash app to provide users with an FAQ area for a
program I look after. I have all the faq solutions in individual txt files
which flash pulls in once the user has selected a question which relates to
their issue. The problem I am having some of the text file... more >>
Best way to organize classes to keep size small
Posted by sneakyimp at 5/11/2007 4:34:18 AM
I have Flash MX 2004. I want to write some actionscript classes that i can
import into my actionscript. I also want a user using my classes to be able to
choose which class might get used to encode data. Is there a way that my main
class (let's call it Service) can choose which file to refe... more >>
Movie Clip Resizing
Posted by MyMorgaine at 5/11/2007 2:59:35 AM
I have tried two other newsgroup and another forum and no one has responded to
my question. I don't know whether it is because it is not possible or no one
knows the answer. If it is not possible, that would be helpful information.
Is it possible to prevent a movie clip from resizing when ... more >>
ArgumentError: Error #2025
Posted by isaacewing at 5/11/2007 2:15:14 AM
This is ridiculous, why do I keep getting this error. I can't even find any
information on the internet about it... i searched Google for 'flash cs3 error
2025' and it pulls 149 English pages. What does this error mean, how do I fix
it and how do i prevent it. Also, I was wondering what ar... more >>
Importing images from array to mclip
Posted by NorthB31 at 5/11/2007 1:53:15 AM
I am loading image locations from an XML to an array. Once the array is
populated I then sequence through the array to load the images one at a time
into a movieclip on stage, rather that is what I am trying to do. What is
happening is only the last image in the array loads and moves slowly a... more >>
when will the Flash 9 release??
Posted by strongsnow at 5/11/2007 1:39:46 AM
when will the Flash 9 release,but not the alpha.... more >>
button to save file
Posted by nehcdet at 5/11/2007 12:50:26 AM
I'd like to implement a button to allow user to save a file (say, html), not open the file. getURL with _blank opens it. Is there anyway to allow save on click?... more >>
Load Movie if XML.text = 16
Posted by Kaneon at 5/11/2007 12:00:00 AM
Hi everybody :D, Hope you can help me here ...
Should be fairly simple but I cant get my movies to load depending on the
dynamic XML data which I load into dynamic text boxes ... check this out :D
thanks for your help !!!
stop();
var myXML:XML = new XML();
myXML.ignoreWhite = true... more >>
Hiding and showing buttons
Posted by michaelfb at 5/11/2007 12:00:00 AM
I?m new to Actionscript so please bear with me.
How can many buttons be visible, except when the mouse rolls over each one,
then all that should be showing is the corresponding overstate image?
Thanks in advance
... more >>
LoadMovieNum question
Posted by jfbaro at 5/11/2007 12:00:00 AM
Default LoadMovieNum questions
Hi,
We need to load some external SWF into a MovieClip, the size of this movieClip
is generally smaller than the external SWF, so the external SWF should be
resized to fit into the host movieClip.
Another BIG issue is that we need to set the level fo... more >>
how to check if movie is at last frame, if so: don't play it
Posted by 123joris456 at 5/11/2007 12:00:00 AM
hello all,
this is the situation:
i have some buttons in the form of some stones.
when a user clicks on a stone a glow builds from the inside (this is done by a
movie with a growing circle, this movie has a blend setting = 'add').
when the glow-movie reaches it biggest point (ie. the l... more >>
|