Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash wont play on my server...

Status
Not open for further replies.

lastingforhours

Programmer
Dec 29, 2004
49
US
so, nothings wrong with my flash document and nothings wrong with how i embed it into the html page. when i upload my files to my server, it will freeze at the first frame and cease to function. at this point, the only thing i can blame is the server because if i put these files on any other server, it all works just fine. so can anyone tell me why this is happening and how i might go about fixing it?

--
Matt Milburn, Wave Motion Studios
 
ok, i did that and it worked like it normally should. so, could there be something that my code is doing? all im trying to do is load an external jpeg.

Code:
var preloader:Object = new Object();
var mcLoader:MovieClipLoader = new MovieClipLoader();
mcLoader.addListener(preloader);
mcLoader.loadClip("images/whatever.jpg", "image");

--
Matt Milburn, Wave Motion Studios
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top