all groups > flash actionscript > october 2006 > threads for thursday october 19
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
pathing problems...
Posted by xaosai at 10/19/2006 11:53:08 PM
OK.
I have a 3 level movie hierarchy: main timeline contains MC1 contains mc1, etc.
I am able to drill down to the 3rd level using relative pathing, e.g.
on main timeline: MC1.gotoAndPlay(n);
on timeline of MC1: mc1.gotoAndPlay(n);
Now, MC1 contains a function that drills into mc1, e... more >>
Movie control in AS
Posted by vzzzzzzzzzz at 10/19/2006 11:43:54 PM
I am trying to use AS to control navigation in my Web site. The navbar is
loaded into layer 0, and the .swf file called up by pressing each button is
loaded into layer 1. Subsequent commands however seem to be ignored. For
instance. If a button in the movie in layer 1 reads this way:
=======... more >>
menu stay
Posted by dzedward at 10/19/2006 10:30:31 PM
when you roll over a button, and a menu slides down, how do you get the menu to
stay when your mouse is trying to pick something from the menu? My menu
(bar_mc) is a sliding movie clip..here's the script
my_btn.onRollOver = function(){
trace(bar_mc.gotoAndPlay(2));
}
my_btn.onRollOut =... more >>
XML Array 'Undefined' Inside A Function
Posted by KTULKevin at 10/19/2006 9:59:16 PM
I've been working on a flash video player in which icons float in a circular
motion around a large video window. When you click on one of the floating
icons, I want that video to play in the large window. The whole thing reads
from an xml file to get the images inside the icons as well as what... more >>
onKey timeline control
Posted by Neon_Samurai at 10/19/2006 9:08:21 PM
ive been using flash for about a year now and my animation sare...below
moderate but i dont care really, ive never gottent he nang of action script and
am always aksing for help so i hope you guys can!
im making animated background for a school play and the bg will be projected
down, now i... more >>
Button with different actions
Posted by kapelionas at 10/19/2006 8:06:49 PM
Hello,
I put it like this this: I want to create a buttton, which when pressed moves
mc from point A to point B. Then if pressed again, it moves mc from point B
back to point A. I have to do this with action script.
So my question is how to make same button on one frame to perform diff... more >>
mp3 name
Posted by jonnybennett at 10/19/2006 5:58:04 PM
When you play an mp3 in a player, whatever the mp3 filename it contains extra
info, like the songs title, maybe album details etc...
How do you extract these details from the mp3 into my swf, if indeed it is
possible, if infact what i am saying is correct. Thanks J.
... more >>
Images from loadClip/XML dissappearing!?
Posted by exboywonder at 10/19/2006 5:47:05 PM
I can't figure this out. I have a list of thumbnails and titles that populate
from an XML file via the MovieClipLoader() class. Everything works beautifully
but after a few seconds, all the thumb images dissapear. Then a few seconds
later, they appear again. This happens over and over. The tit... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Help me!
Posted by i6amokk at 10/19/2006 5:14:39 PM
Ok here's the problem. I want to stop an action script process when i roll to
diferent frame of the timeline.(when i roll to diferent frame the action script
is still running) Is there some tag or something that does this? (i put stop();
but it doesn't work for the action script)
... more >>
Jumping to certain text fields
Posted by Snej45 at 10/19/2006 5:10:33 PM
I would like to have the curser jumping to a certain new text field when user
has filled out another text field. Let?s say I have 5 text fields. When user
have filled out TextField1 and push the tap key the curser should jump to
TextField3. How do I make that happen?
... more >>
menu slide in AS
Posted by dzedward at 10/19/2006 4:26:41 PM
im trying to use the slideTo function however its not working for me. im using my_btn.onRollOver = function() { bar_mc.slideTo (x coor.,y coor.);} what am i doing wrong?... more >>
Custom Calendar
Posted by Mister Peanut at 10/19/2006 3:47:11 PM
Hey there,
could anyone help me find a tutorial on creating a calendar in flash
controlled by actionscript? I am working with a programmer on a project where
he will be creating a program where users can enter data into specific days on
the calendar. He will be using XML, however, he doe... more >>
attachMovie & SWC
Posted by Grinshtein at 10/19/2006 3:25:38 PM
I built this great class, and everything works fine except attachMovie. How do I use attachMovie with a SWC? I'm trying to use it like it's normally used, but nothing is working.
Anyone?... more >>
array question
Posted by calmchess333 at 10/19/2006 3:04:38 PM
hi I have an array stored in a remote shared object except i don't know how to
get the array out of the remote shared object and use it. How do i get the
array and use it?.....what causes access.text = SO.data.slot0.array0[0];
......... to fail and display undefined?
client_nc = new ... more >>
Flash and Email
Posted by domconlon at 10/19/2006 2:25:55 PM
Hi all, I have been asked to create a email newsletter which contains a small
flash based application (which will simply be a video clip). Sounds like a
security risk to me but is there any way of doing this or does anyone know the
"accepted" way to achieve the same thing?
Thanks
Dom
... more >>
Preload External swf files
Posted by cf_coletta at 10/19/2006 2:08:59 PM
I am trying to create a website that has a main swf file that loads several
external swf files into itself.
I would like the preloader not only to preload all of the "main" content, but
also the content that exists inside the external swf files before proceeding to
the main user interface... more >>
Dynamic Text Loaded Into Ext SWF Not Present In Master SWF
Posted by Pharaoh at 10/19/2006 12:48:31 PM
Just as my subject line states, I have an external swf (pharaoh.swf) which
loads a .txt file into a dynamic text field. All works well when I preview
the movie. Here's the problem, pharaoh.swf gets loaded into a blank mc in my
master.swf. When I preview master.swf, pharaoh.swf loads but the... more >>
Dynamic message trouble
Posted by mpwalker at 10/19/2006 4:10:39 AM
I'm new to ActionScript and I'm trying to build a simple adventure game engine.
I'm basically trying to use a dynamic text box to display different messages
when the player investigates something using the spacebar. For instance, I'd
like to make so where if the character is touching a door an... more >>
Mouse Movement control MC Timeline ?
Posted by tha1der at 10/19/2006 3:16:57 AM
Well i have searched about everywhere to find an answer to this question, but
to no avail. Here it is.
Simply put, I have a movieclip that has 16 frames that contain bitmap images
of a 360 view of a product. Lets call it mcProduct. What I would ideally have
happen is to have the mouse "x" ... more >>
how to play audio part of e-CD on windows
Posted by shutiri at 10/19/2006 3:11:57 AM
Hi,
I did a cross platform enhanced CD (audio + data). on Mac, it opens 2
sessions: audio and data, so the audio is not "hidden".
On PC, the autoplay from the windows explorer uses my autorun.inf and doesn't
opens the media player to play the audio files. So, how do I add a button in my ... more >>
multiDimensional array
Posted by Thepoor13 at 10/19/2006 2:45:38 AM
my project need using MultiDemensional array which have 7 row, and n columne
i use the following struc, but it work not properly
var Question_array:Array = new Array(new Array(), new Array(), new Array(),
new Array(), new Array(), new Array(), new Array());
Help me, please
... more >>
Advanced hitTest
Posted by gregmax17 at 10/19/2006 2:03:06 AM
I am trying to make a fun bullseye game for my friends, but I can't seem to get
it to tell me exactly which target I hit in the bullseye target. In my
bullseye, I have 60 polygons placed on the bullseye. I want to determine which
ONE I hit, not two, or three, or four, etc.
This is what I h... more >>
dragging to movieclips together.
Posted by Sonu Dhiman at 10/19/2006 12:14:19 AM
Hi All,
I'm just working on some flash editor. And I just want to move/drag two or
more movieclips together.
Here is the scenerio:
- Suppose we have 5 movieclips. one can choose any two o r more clips and
drag/move the movieclips together.
If any one has any clue/idea how i can ... more >>
Please, help with this code
Posted by rohai at 10/19/2006 12:00:00 AM
Hi,
I use this line to dynamicly create menu. I use XML and then I call the
attritbutes in Flash. I want that each button call its own function. It works
if I use
curr_item.onRelease = news; // news is the name of the function
but it doesn't work if I use
curr_item.onRelease = th... more >>
custom-class problem with LoadVars
Posted by Bl4deRunner at 10/19/2006 12:00:00 AM
Hi all,
What I'm trying to create is a "ping server" class, so a local
Flash-application can verify if a variable remote server is online.
As you'll see in the example, I've created a function ping(), which executes
pingServer:LoadVars.
The strange thing for me, is that I can set a varia... more >>
repetitive flash task
Posted by stephan.k at 10/19/2006 12:00:00 AM
Dear List
I need to do the following:
- 600 images are in one folder on my desktop
- each image is labeled as "img0001.jpg", "img0002.jpg"...
- import those 600 individual jpgs into flash 8
- convert each item into a movieclip
- label each movieclip with its filenmae (without the exte... more >>
Save flash movie as jpg
Posted by Ashi_k at 10/19/2006 12:00:00 AM
i have a move clip which is running in the browser. i want a save button in
that move clip, and when i press that button the movie clip should be saved as
a jpg file.
Note: The move clip is running in the browser, and the size of the movie clip
is 800X600 Pixel
... more >>
Movie, Mouseover, Display URL
Posted by FWC01 at 10/19/2006 12:00:00 AM
I am new at this. Would someone help me with the code/setting in Flash 8 Pro
to display a URL link when the mouse cursor is place on a flash movie -- like
a HTML image link. I have been able to link the swf movie to a URL (getURL).
Thanks.
... more >>
slider
Posted by sasmi at 10/19/2006 12:00:00 AM
slider move when i press play button.
slider stop when i press stop button.
slider goes to begin when i press forwad button.
slider pause when i press pause button.
slider back when i press back button.
slider goes to end when i press backwad button.
... more >>
dataSet cannot see XML connector???
Posted by 3fx at 10/19/2006 12:00:00 AM
hi guys, hope you all doing well... I'm going bananas over such a small
problem... Very fustrating...
On my datagrid I added one dataset and XMLconnector. When I want to bind the
XMLconnector (from dataset) I cannot view the XMLconnector? Anyone know why?
the fla file has multiple layers ... more >>
|