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 your group to be featured on the Yahoo! Groups website? 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 58458 - 58487 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
58458
This is from the docs for getURL: getURL(url:String, [window:String, [method:String]]) : Void which means that the second parameter, if you supply one, must be...
Helen Triolo
hhtriolo
Offline Send Email
Jan 1, 2007
3:50 pm
58459
Yea! I finally reached the 37 year mark. Now I have to go take a nap, all of this excitement has worn me out.(HA! HA!) Mike...
open_roll
Offline Send Email
Jan 5, 2007
9:06 pm
58460
I'm doing a movie that is full-screen and set to noscale. I have a container movie in which I am loading two other movies: navbar.swf and content.swf I want...
Dean Hamack
tactics2337
Offline Send Email
Jan 5, 2007
11:58 pm
58461
One correction/clarification to my last post... The movie dimensions in my HTML are set to 100% x 100%, and scale is set to "noborder". Still trying to figure...
Dean Hamack
tactics2337
Offline Send Email
Jan 6, 2007
5:46 am
58462
Hi All I am using MX 2004 pro edition. I have a server side script that searches a folder and returns all the jpgs it finds. These are loaded into an array....
hp_sauce46
Offline Send Email
Jan 6, 2007
8:38 pm
58463
i have a doubt about graphic symbol in flash 2004....
vel19879
Offline Send Email
Jan 7, 2007
10:10 am
58464
... Have no doubts, graphic symbols are part of Flash MX 2004. :) Are they no behaving properly for you? -- RuneImp ImpTech - Web Hosting, Design &...
runeimp
Offline Send Email
Jan 7, 2007
9:29 pm
58465
I've got a large.swf file that I'd need to break into separate (.swf) components for the purpose of moving the file in a fast, clean and efficient manner over...
tanndown
Offline Send Email
Jan 7, 2007
11:20 pm
58466
Yes, there is way to detect size. Create listener for 'on complete' (there is tutorial in help) than just detect size: gallery.content._width ...
Branislav Papulin
bpapulin
Offline Send Email
Jan 8, 2007
9:14 am
58467
Many Thanks Worked great. ... scrollpane....
hp_sauce46
Offline Send Email
Jan 8, 2007
3:03 pm
58468
Others can correct me if I'm wrong, but there's no such thing as "actionscript that will break movies apart". You're going to need to create all your subfile...
Dean Hamack
tactics2337
Offline Send Email
Jan 8, 2007
8:03 pm
58469
I have a slideshow that has prev and next buttons. I recently added a auto slide to make the slideshow proceed with using the buttons. It is working fine...
Lenny Davila
mathius1
Online Now Send Email
Jan 8, 2007
8:36 pm
58470
Trying to preload 3 movies into levels using the progressbar component. I've got a container movie with an instance of the progressbar named "my_pb". In the...
Dean Hamack
tactics2337
Offline Send Email
Jan 8, 2007
8:49 pm
58471
OK, I've made further progress and everything is loading right. So it seems to be an issue with one of my loaded movies not playing upon loading, rather than a...
Dean Hamack
tactics2337
Offline Send Email
Jan 8, 2007
9:28 pm
58472
You need to clear the interval. -- Anggie Bratadinata www.masputih.com I N D O N E S I A...
Anggie Bratadinata
mas_ab2003
Offline Send Email
Jan 9, 2007
3:44 am
58473
Hello Everyone... I need help in understanding why my files are working differently when viewed through a directory or on the root level of a server... if you...
sarastawarz
Offline Send Email
Jan 9, 2007
4:27 am
58474
Each url loads a different navidea1.swf One has: getURL ("http://www.illumastudios.com/IllumaStudiosNav/studio.html", _self); the other has: getURL...
Muzak
muzakdeezign
Offline Send Email
Jan 9, 2007
5:54 am
58475
Hmmm. that is really weird, first of all, there is only one file named navidea1.swf on the server, and I have tried all the other options you sent and could...
sarastawarz
Offline Send Email
Jan 9, 2007
5:03 pm
58476
Hi group, is it possible to load a streaming sound playlist (.m4u file) ? and control it as an mp3 ? (volume, pan, play-pause-stop). and How …? Flash...
philippe daubry
flpke
Offline Send Email
Jan 9, 2007
5:19 pm
58477
Dean, I trying to load the main and have it play while the subfile (swf's) cache into memory. Sequentially playing in a looping pattern. (one swf after another...
tanndown
Offline Send Email
Jan 9, 2007
5:57 pm
58478
I scoffed this of a board. http://www.canfieldstudios.com/flashmx2004/index.html http://www.canfieldstudios.com/flashmx2004/loadlvl/index.html Would this be...
tanndown
Offline Send Email
Jan 9, 2007
6:01 pm
58479
You can't use an .m4u file. But you can export your playlist as an xml file, make a few tweeks, and use it with something like this: ...
Dean Hamack
tactics2337
Offline Send Email
Jan 9, 2007
7:01 pm
58480
I visited both url's, grabbed the swf files from my browser cache and decompiled them. They have different actionscript code in them. So there have to be 2...
Muzak
muzakdeezign
Offline Send Email
Jan 9, 2007
8:49 pm
58481
I managed to solve the problem of the level 1 movie showing up briefly while the other one loads on top of it by making the first frame of the level 1 movie...
Dean Hamack
tactics2337
Offline Send Email
Jan 9, 2007
9:23 pm
58482
Try this: http://xat.com/wo/index.html ... From: "Dean Hamack" <bushidodesigns@...> To: <FLASHmacromedia@yahoogroups.com> Sent: Tuesday, January 09, 2007...
Muzak
muzakdeezign
Offline Send Email
Jan 9, 2007
11:56 pm
58483
I have created a data grid that gets its data from an array and fills in the columns appropriately. ex. var myDP_array:Array = new Array({name:"John",...
Seizo Mazer
stormhunterx...
Offline Send Email
Jan 10, 2007
12:38 am
58484
Hello, I could do with some help if anyone has time. Heres my page : www.augustineleudar.co.uk Click the speaker. Note it opens in a diiferent page. How do I...
leudar
Offline Send Email
Jan 10, 2007
4:55 pm
58485
If you want it to open in it's own little window instead of a fullsize page, you need to use a javascript popup window: ...
Dean Hamack
tactics2337
Offline Send Email
Jan 10, 2007
6:01 pm
58486
I'm creating an interface with a list box which will present a list of names and then load the selected files. The XML file is an array of objects; id:number,...
Geof Gibson
groovmastr
Online Now Send Email
Jan 10, 2007
8:10 pm
58487
You need to set the labelField property of the List instance, so it knows which data property to use as the label (what you see in the list).. ...
Muzak
muzakdeezign
Offline Send Email
Jan 10, 2007
11:09 pm
Messages 58458 - 58487 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