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 52933 - 52962 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
52933
... Thanks Gary, that sounds like an interesting solution. I have since seen an example where additional headers seemed to do the trick, although I have yet to...
David Dawnay
dddawnay
Offline Send Email
Jul 1, 2004
8:34 am
52934
Also try looking at the Content-Length header. I didn't have time to mock anything up in flash, but IE takes notice and shows a file size when its downloading...
Gary Robson
gazrobson
Offline Send Email
Jul 1, 2004
9:38 am
52935
... Sounds interesting - I'll let you know when I've tested it out....
David Dawnay
dddawnay
Offline Send Email
Jul 1, 2004
11:23 am
52936
Thanks again! Now all I have to do is find the darn thing. Always seems to go missing when I need it. ... freeMX ... but ... in ... Flash...
Scott Widmer
triple_play25
Offline Send Email
Jul 1, 2004
2:39 pm
52937
I'm building a site where I am going to have my interface on a top level, and load swf's for each "page" of the site below it. I want to use a preloader clip...
Dean Hamack
tactics2337
Offline Send Email
Jul 1, 2004
5:57 pm
52938
Hello just wanted to say thanks for helping me sort this out it was done very quickly and i've now been able to test it and sort out my site. once again many...
paulpoker2
Offline Send Email
Jul 1, 2004
7:53 pm
52939
Hi All, How can I connect to a Web Service and display the results in a Data Grid? I want to do this through scripting, not through wizard. With some help I...
Raja
k_raja77
Offline Send Email
Jul 1, 2004
7:54 pm
52940
I believe there's tutorial on ultrashock.com. ~m Raja <kraja@...> wrote: Hi All, How can I connect to a Web Service and display the results in a...
Muharem Lubovac
muharem_l
Offline Send Email
Jul 1, 2004
8:14 pm
52941
hi there, I have a problem with variables and sound object: *On the first frame of my stage i download 8 mp3 and attribute 8 soundobject to it: monSon1 = new...
joachim
jlapotre
Offline Send Email
Jul 5, 2004
3:49 pm
52942
You need to assign all of your sound objects to movie clips for them to work properly. So, for every sound, create an empty movie clip: ...
John Grden
neoriley
Offline Send Email
Jul 5, 2004
9:41 pm
52943
Hi All, I'm having difficulty targetting dynamically-created MCs. There is a top-level MC (called "scr") that contains all of the dynamic MCs. I create the...
Andy Kalin
andykalin
Offline Send Email
Jul 6, 2004
1:05 am
52944
That's because createEmptyMovieClip doesn't return a reference to the created clip (grumble grumble). So, you have to do something like: ...
John Grden
neoriley
Offline Send Email
Jul 6, 2004
4:38 am
52945
Sure it does.. var _mc = this.createEmptyMovieClip("myClip", this.getNextHighestDepth()); trace(_mc); check the docs.. <help> MovieClip.createEmptyMovieClip() ...
Muzak
muzakdeezign
Offline Send Email
Jul 6, 2004
5:40 am
52946
Thank you very much, I'll post the final project link to the list, best, j...
joachim
jlapotre
Offline Send Email
Jul 6, 2004
1:25 pm
52947
<help> John needs to read it AND his own code. </help> Lol, you're SO right. I just read a post on another board (from Phil Kerman no less) as he griped about...
John Grden
neoriley
Offline Send Email
Jul 6, 2004
5:59 pm
52948
I can't find it anywhere. Not on their site. Not on my PC. Anyone got any clues? John Grden Senior Flash Developer Macromedia Certified Flash MX Designer ...
John Grden
neoriley
Offline Send Email
Jul 6, 2004
7:20 pm
52949
John, have you tried these addresses? http://www.macromedia.com/software/eula/ and C:\Program Files\Macromedia\Flash MX 2004\License.htm t.r. ... From: "John...
Tony Robinson
decoydoc
Offline Send Email
Jul 6, 2004
8:25 pm
52950
hi, Is it possible to prevent the browser from caching images or/and swf files ? The final result should be a website with a lot of images but prevent the user...
eGen°
naughtybxl
Offline Send Email
Jul 6, 2004
8:39 pm
52951
Yeah, sorry, should have highlighted what I was asking for: Flash Studio Pro - Flash wrapper application www.multidmedia.com John Grden Senior Flash Developer...
John Grden
neoriley
Offline Send Email
Jul 6, 2004
8:58 pm
52952
I know I can load an external jpeg using a loader movie clip and the following script: loader.loadMovie("images/my_background.jpg"); My question is, is there a...
Dean Hamack
tactics2337
Offline Send Email
Jul 6, 2004
9:13 pm
52953
Load the jpg into a clip that has its _alpha set to 0. When the load is complete, start a tween or scripting sequence that fades the _alpha value back up to...
Becky Kinney
beckykanokinney
Offline Send Email
Jul 7, 2004
1:45 am
52954
... OK, I think I can figure that out. But first I need to figure out why this isn't working: loader.loadMovie("../backgrounds/tour_bg.jpg"); stop(); I have...
Dean Hamack
tactics2337
Offline Send Email
Jul 7, 2004
3:29 am
52955
just a simple and for beginner question.... how can i include or embed an swf files to my php script...?? Bermil M. Espina Web Designer C.F. Sharp Group ...
bermil espina
bermil_espina
Offline Send Email
Jul 8, 2004
1:35 am
52956
Hi all, Is it possible to save flash data into MSSQL using PHP? please advise. Kanchi ... Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! ...
Kanchi
kkanchi2000
Offline Send Email
Jul 8, 2004
10:38 am
52957
Yes. PHP has built in functions for MSSQL as well. Here's the link to documentation. http://us2.php.net/manual/en/ref.mssql.php Kanchi <kkanchi2000@...>...
Muharem Lubovac
muharem_l
Offline Send Email
Jul 8, 2004
3:44 pm
52958
You might also want to look at PHPObject ( ghostwire.com ) its an opensource implementation of flash remoting for PHP that allows you to pass objects back and...
Gary Robson
gazrobson
Offline Send Email
Jul 8, 2004
7:04 pm
52959
An online film production company needs about 1/2-1 hour of time to develop a lead page to a revolutionary online film website. I will inform the candidate...
glenecohen
Offline Send Email
Jul 9, 2004
5:06 am
52960
Hi all, Been wondering about this issue and haven't found the answer and thought some experts in this group might be able to shed some light on this for me. A...
Tre Pryor
trepryor
Offline Send Email
Jul 9, 2004
5:09 am
52961
ok, I've only been using flash for like a week and I made a website using it. I couldn't get it to work the way I wanted so I made a small HTML file as a front...
cryptmaster101
Offline Send Email
Jul 9, 2004
5:10 am
52962
Hello, I've been having problems getting my mcs to load into levels on a first come fir serve basis. That is when the first clip is loaded it goes into...
Loran Kloepper
existence_84
Offline Send Email
Jul 9, 2004
5:11 am
Messages 52933 - 52962 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