| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hi I want to load gif image form external url but it didn't work but the same action work with .jpg file. why ? Note: I'm using flash cs3 & AS 2.0 code I m using var mcHolder:MovieClip = this.createEmptyMovieClip("mcHolder", this.getNextHighestDepth()); var mclLoader:MovieClipLoader = new MovieClipLoader(); var oListener:Object = new Object(); mclLoader.addListener(oListener); oListener.onLoadInit = function(mcContent:MovieClip) { mcContent._xscale = 35; mcContent._yscale = 35; } mclLoader.loadClip("http://192.168.1.185/bostonusa/images/stories/backbay.gif ", _root.popup1.image_mc); but instead of given url if I use http://192.168.1.185/bostonusa/image...FreeTicket.jpg it wil work. Please reply me ASAP. Thanks |
|
#2
| |||
| |||
| Hi, I think Load movie only works with jpg and png, or that is what i remember |
|
#3
| |||
| |||
| Thanks For your reply. But What to do in this case if I want to load gif image. |
|
#4
| |||
| |||
| Hi, I am sorry i do not know if there is a work-around, but you can convert your image to png instead, or try to search in google how to import extranl GIF into Flash. |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.