all groups > flash actionscript > july 2004 > threads for friday july 2
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
Pls help for wedding flash actionscript. URGENT!
Posted by chaneldemei at 7/2/2004 11:47:42 PM
I want to be allow the user to have 2 options that is either to
a) click on replay button for replay my flash movie after the movie ended., OR
b) click on another button (map button) which goes to certain URL in new window
My problem is i tried so many times to put those actions script but ... more >>
image resize
Posted by Sly1211 at 7/2/2004 11:27:00 PM
On the gallery section of this site, I like how the images resize. What AS is used for that?
http://www.lennykravitz.com/main.html... more >>
Disabling rt click menu
Posted by Habitmaster at 7/2/2004 10:15:43 PM
I am trying to disable the right click menu (or shrink it to show just "About
Flash Player")
The following dosnt seem to work. What is the proper format for this command?
fscommand(showmenu,false);
Thanks,
Will
... more >>
Going Back in Time on Timeline?
Posted by zaneygrrl at 7/2/2004 9:24:31 PM
Hi there,
My brain is fried on how to resolve this problem. I have a movie that is all
encompassed in one timeline, and I need to have the timeline move back to a
specific frame when the user clicks on a button, but I cannot seem to make the
playhead go back in time to my specific frame o... more >>
performance issues
Posted by Stephan Knuesel at 7/2/2004 8:46:23 PM
Hi List
I am in need for suggestions of preloading 150 thumbnail images and the
according bigger images for a flash movie. I have tried including them all in
the movie and preload everything in the beginning... extremely slow. Then I
have tried to load them only on demand... again extre... more >>
Unload Movie Problem
Posted by lucianb at 7/2/2004 8:44:35 PM
So the problem is the following, i have 3 movies which load into, more exactly
on eachother. The main movie loads the secondary movie, and by a press of a
button (placed on the secondary movie) loads the third movie.
When the 3rd movie is loaded and action must be placed on the 1st frame of t... more >>
I'm Stuck! - Variable Object Property Name
Posted by NLongtin at 7/2/2004 8:06:40 PM
I need to create variable object property names for use with the data grid
component.
This works:
data = new Object();
data.some_name = "the data";
But this does not:
data = new Object();
colName = "some_name";
data[colName] = "the data";
Can anyone help me? Can object pr... more >>
Flash to javascript with getURL
Posted by wanderman at 7/2/2004 8:05:11 PM
I want to create popup windows by clicking on buttons with Flash and calling
javascript with the html file to open and the height and width. The javascript
function I am using is:
<script language = "JavaScript">
function openpicture(fname,h,w) {
var features = "width=" + w + ", height="+ ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Multiplayer
Posted by Gionex at 7/2/2004 7:37:23 PM
Hi
Were would I start when creating a multiplayer game in flash. Are there any websites you could refer me to?
Thanks for your help
Dan :)... more >>
shared objects only working locally
Posted by Royse at 7/2/2004 3:17:43 PM
Hi groupI'm posting again in hopes of getting an answer to
this immensely frustrating question.
I'm having a problem using shared objects I'm using Flash MX (exports as
flash player 6)
Basically I have a navigation that I want to stay on a certain frame
when the user clicks one of the butto... more >>
Text Links inside Movie Buttons
Posted by Geoff at 7/2/2004 2:29:04 PM
I have a flash file inside a web page. I have a movie button which when
rolled over reveals several text links.
The text links aren't working - is it because the button rollover has
precedent? Is there a way to make the text links work?
Thanks
Geoff
... more >>
more sound problems...
Posted by Brian at 7/2/2004 1:25:07 PM
I am using the following As to play a sound from the movies library. It
all works good, until I load that movie into another movie. Any ideas
why this could be and where I should try to look? I don't even know
where to start looking.
// AS I am using:
mySound = new Sound();
mySound.at... more >>
ActionScript Challenge
Posted by Samuraitang at 7/2/2004 10:10:14 AM
Hello,
I have dynamically loaded an External Swf Movie using only actionscript
(Flash MX 2004 Pro), but I was wondering if any one knows how to convert it
to a button object.
My Code so far:
//****************************************************
function onLoad()
{
_root.createEmptyMo... more >>
Little actionscript help please
Posted by Bill Nichols at 7/2/2004 8:19:59 AM
I am new to flash - I have a small movie that is just loading some images
from a directory. I want to randomize the order they are displayed. The
code is below. Can someone help me out?
Thanks,
Bill
pic = 1;
max_pic = 22;
//number of pics//
jump = 10;
//jumping of alpha//
i = 0;
... more >>
|