all groups > flash actionscript > september 2004 > threads for sunday september 26
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
NEW TO FLASH: Button troubles
Posted by BigDaddy at 9/26/2004 10:15:07 PM
Hi,
I'm using mx2004, trying to use text symbols as buttons, wanting to use
on(press){
gotoAndPlay(400);
}
, where '400' is a frame in the same movie. It just won't work for me.
What am i doing wrong?
Thanks
... more >>
Programming Opinion
Posted by samuelfuller at 9/26/2004 10:14:56 PM
I have a series of images that are being dynamically loaded. I am using an
array to specify the path of each individual image. I want to make my program
cycle through the individual items of the array and load each image randomly
until every image is loaded. While this is going on, I am usi... more >>
Is it a bug or is it me?
Posted by logeye at 9/26/2004 9:14:17 PM
Flash MX2004Pro 7.2. All frames have content. All stages have content. I am
using a *.sol (shared object library) to identify if the user has gone through
the required frames. If they have gone through the required frames the *.sol
is written. The second time in the program the *.sol is... more >>
stopdrag on xy coordinate
Posted by shadx2004 at 9/26/2004 6:01:48 PM
I have a MC that will be the iris of the eye so when I have the iris in the
center of the eye (which I will just use the xy) I want it to stopdrag then
load something (Im not worried about that point yet)
this should be simple.
To be a little more specific- the iris is the cursor automatic... more >>
Saving Locally with Flash
Posted by jthereliable at 9/26/2004 4:13:45 PM
Let's put it this way, I'm making a game, like an RPG or adventure game. I want
to allow the player to save his character on their computer. I came across this
code but really don't understand what it does... (attached code)
and i came across this code: MMSave(this,"/guy.swf");
Can anyon... more >>
multiple monitor system. full screen 3 monitors?
Posted by Studio 23 at 9/26/2004 4:02:55 PM
Hello,
I have a multiple monitor system with 4 monitors. Does anyone know if there is
a way to
play a flash movie full screen spread over 3 screens? I made a test movie with
the right
aspect ratio for 3 monitors. So a solution to my other post could also be an
answer.
The other pos... more >>
drawing box as long as text is
Posted by talltyler at 9/26/2004 4:01:10 PM
Has anyone come across a good way to duplicate movie clips but change there
size in relationship to how much text is imported - like a message board some
comments are long other short. I know it is commplicated but if anything would
be great, I know people have done this kind of thing before. ... more >>
Flash standalone floating (no windows window)
Posted by Studio 23 at 9/26/2004 3:50:49 PM
I hope someone knows the answer to this:
On some cd's with a flash menu the menu opens floating.
Not in a windows window. How can i do this?
Thanks in advance,
Peter Blom... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
move one image forward or backward with navigation
Posted by ananan at 9/26/2004 3:10:52 PM
I have a rather width image.
And a navigationmenu with 6 buttons.
I want to move the image forward and backward when you press an button. The
image has to stop for every button on a different frame. I can't make it work.
Can anyone help me please??
Thanks in advance
... more >>
Target Path Help, 1 movie 2 another.
Posted by erico roberto at 9/26/2004 2:49:34 PM
I have a button embedded in movie 1 that I am trying get movie 2 to play.
Both are sitting on root and my button in one goes to a frame within itself
anf then the action on that frame is calling the other movie on the root.
I know the button goes to the action frame, but the action frame is... more >>
bandwidth simulation with streming flv
Posted by buraksan at 9/26/2004 2:48:14 PM
flash simulates the download performance well with single swf. But How can i
simulate the download performance if flv is out of swf, i mean not embedded.
Because when i load my flv with netStream.play("myVideo.flv"); with 56 K
simulation the video starts in a second.
... more >>
Parameters created by events clarification please
Posted by stefanburt at 9/26/2004 2:23:44 PM
Hello,
I was hoping someone could explain a concept to me?, I am at present reading
Colin Moocks excellent definitive guide on the subject of event and event
handling.
I will quote a section that I am at conflict with...
"Event handlers can also receive parameters generated by the ev... more >>
Flash and registration point
Posted by thoand at 9/26/2004 1:10:18 PM
I just don't have got the registration point thing in Flash yet, so I cry out
for some help.
I got this map,
it is a movie clip, with a movieclip with a bitmap :)
When I run the file, the map x and y cordinates jumps the first time it is
zoomed,
I guess this is a registration point th... more >>
external text with buttons + errors
Posted by fernian at 9/26/2004 4:07:08 AM
Hi. I've been trying to create a website in Flash MX Pro 2004 for a few days
now and I'm going nuts with loading external text files. Ok so here's the story:
The layout loads, and the menu is hidden behind the main panel of the site,
but a small portion is showing so that if you click it it ... more >>
buttons
Posted by citlalilu at 9/26/2004 3:42:11 AM
hi , someone can tell me how can I make a button wich can open a PDF file?... more >>
Load external HTML
Posted by j1e1g1 at 9/26/2004 12:05:30 AM
Hi all,
I'm relativley new to flash/actionscript, and I'm trying to load an external
html file into a dynamic, multiline text-area on my page. So far, I've only
been able to get plain-text to display properly. While I realize that flash
has limited ability to render html, any html tags I... more >>
|