... 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...
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...
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...
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...
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...
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...
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...
Sure it does.. var _mc = this.createEmptyMovieClip("myClip", this.getNextHighestDepth()); trace(_mc); check the docs.. <help> MovieClip.createEmptyMovieClip() ...
<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...
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, 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...
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...
Yeah, sorry, should have highlighted what I was asking for: Flash Studio Pro - Flash wrapper application www.multidmedia.com John Grden Senior Flash Developer...
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...
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...
... 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...
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 ...
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! ...
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@...>...
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...
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...
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...
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...
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...