Search the web
Sign In
New User? Sign Up
FLASHmacromedia · Moderated Flash discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 54970 - 54999 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
54970
Quick question... I want to load a movie at a particular frame instead of the beginning. How do I do this? Here's my current code: on (release) { ...
Dean Hamack
tactics2337
Offline Send Email
Apr 2, 2005
2:08 am
54971
Hi Everyone...again, I have created a rather lengthy animation a few weeks back. I now want to add to it. I have expanded the document size to make room for...
John Mleczko
grashopr68
Offline Send Email
Apr 2, 2005
2:47 am
54972
Dean Hamack, goto the perticular frame(in which frame you want to loadmovie) write the script loadMovie("Any.swf") or loadMovieNum("Any.swf",2). Regards, ...
Gprakash
zenprakash
Offline Send Email
Apr 2, 2005
4:46 am
54973
... That's not what I meant. I want to load a movie, and instead of it starting at frame one, I want it to start at frame 20....
Dean Hamack
tactics2337
Offline Send Email
Apr 2, 2005
7:08 am
54974
Hi.. I am have problem when i load flash movie using loadmoviNum() in MAC/SAFARI browser.. it comes as blank screen...can anyone help me to solve this problem?...
Kanchi
kkanchi2000
Offline Send Email
Apr 2, 2005
10:33 am
54975
HI....I have a flash movie I'm using that is just one frame and 1 layer that has an action that calls 2 movies: onLoad = function (){ ...
Kanchi
kkanchi2000
Offline Send Email
Apr 2, 2005
10:41 am
54976
as far as i understand your external movie is to be loaded into the first frame of your main movie. and start when main movie comes to 20th frame... is it the...
Emre
emreon
Offline Send Email
Apr 2, 2005
1:40 pm
54977
... Is the latest Flash Plug-in installed? Joe Koomen joe@......
Joe Koomen
joekoomen
Offline Send Email
Apr 2, 2005
3:35 pm
54978
... There's still info about "How does a SWF file stream?" up in the Macromedia Technotes. The file is written in display order, so the stuff seen in frame one...
John Dowdell
jdowdell99999
Offline Send Email
Apr 2, 2005
4:56 pm
54979
Sounds like a job for onion skinning. I don't want to go into a lot of details, but the buttons you need sit beneath the timeline. You will want to onion all...
Becky Kinney
beckykanokinney
Offline Send Email
Apr 2, 2005
5:57 pm
54980
OK, rather than trying to explain it, I'll just give you guys an example: http://www.cardboardvampyres.com Click on "gallery". You'll see a little tween of a...
Dean Hamack
tactics2337
Offline Send Email
Apr 2, 2005
7:02 pm
54981
... If you give us a link, I'll take a look. I noticed you wrote "loadmoviNum" instead of "loadmovieNum" in your post. Make sure you spelled it correctly and...
Dean Hamack
tactics2337
Offline Send Email
Apr 2, 2005
7:06 pm
54982
Sounds like you are loading the new gallery into the same movie or layer that the original one was in. Instead, why not make the first gallery invisible and...
Becky Kinney
beckykanokinney
Offline Send Email
Apr 2, 2005
10:17 pm
54983
This is also why you should NEVER put timeline based animations out on the main timeline - always put your animations into a movieclip container so that you...
John Grden
neoriley
Offline Send Email
Apr 3, 2005
11:21 am
54984
Hi, I am running a movie Game.swf, I created an empty movieclip "MyPlane", and use MovieClipLoader to load an external movie "Plane.swf", Plane.swf has a label...
Tan
tianzhen_lin
Offline Send Email
Apr 4, 2005
1:25 am
54985
Hey Tan, you could diagnose this at run time with the AdminTool ;) http://acmewebworks.typepad.com/admintool/ - check to see if it's loaded, tell it to...
John Grden
neoriley
Offline Send Email
Apr 4, 2005
1:38 am
54986
Is there an easy way in Flash MX (plugin 6) to determine how many character have been typed into an input box? Thanks....Rob...
Robert Walters
jsttriit
Offline Send Email
Apr 4, 2005
2:09 pm
54987
yourInput_txt.text.length should do it. Becky ... From: "Robert Walters" <robw@...> To: <FLASHmacromedia@yahoogroups.com> Sent: Monday, April 04,...
Becky Kinney
beckykanokinney
Offline Send Email
Apr 4, 2005
3:51 pm
54988
Hello all, I am duplicating a movie clip holding a dynamic text field. (The number of duplications vary each time according to a variable drawn from a text...
Bobby
bobby_vijay_...
Offline Send Email
Apr 5, 2005
5:11 am
54989
... Don't use variable names, use TextFieldInstance.text = "Some String"; ryanm...
ryanm
ryan_mattes
Online Now Send Email
Apr 5, 2005
7:40 am
54990
Coool, will try that out. Thanks Ryan, Bobby D Vj. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
Bobby
bobby_vijay_...
Offline Send Email
Apr 5, 2005
1:05 pm
54991
... Well, what if you set a variable called face=0 or 1 depending on whether the face sequence should show or not, and then in the first frames of the loaded...
Trond € ¢Ã’¥ge Kval€ ...
tkvalo
Offline Send Email
Apr 5, 2005
6:44 pm
54992
I'm trying to load an external swf to a particular positon in a container movie. I would like to do it without a holder clip if possible. I tried: ...
Dean Hamack
tactics2337
Offline Send Email
Apr 5, 2005
6:57 pm
54993
... Sounds good, I just don't know how to do it :)...
Dean Hamack
tactics2337
Offline Send Email
Apr 5, 2005
7:30 pm
54994
Hi Dean, You have a couple of choices here. The first doesn't require a container clip and the other does. No container clip necessary: 1. Make my.swf the same...
Chadwick Cole
chadwickcole
Offline Send Email
Apr 5, 2005
7:46 pm
54995
Hi Chad, I got away with just putting an x, y action in the first keyframe of the loaded movie. Thanks for all the info....
Dean Hamack
tactics2337
Offline Send Email
Apr 5, 2005
7:52 pm
54996
... You could also use the MovieClipLoader object and use the onLoadComplete event to size and position it. ryanm...
ryanm
ryan_mattes
Online Now Send Email
Apr 5, 2005
8:45 pm
54997
DOH! Yeah ... I've been meaning to start using the MovieClipLoader class. I just keep using the same old tested AS1 techniques. Time to get out this rut and...
Chadwick Cole
chadwickcole
Offline Send Email
Apr 5, 2005
9:52 pm
54998
... It's just as easy to use, and the events make it much easier to just throw a bunch of movies in a queue and fire a size/position function on them when...
ryanm
ryan_mattes
Online Now Send Email
Apr 5, 2005
10:30 pm
54999
Dean Hamack, Try this script: MovieClip.prototype.loadMC = function (MCName, StartX, StartY) { this._x = StartX; this._y = StartY; this.loadMovie(MCName); }; ...
Gnanaprakash
zenprakash
Offline Send Email
Apr 6, 2005
4:28 am
Messages 54970 - 54999 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help