Very nice. Hope you had a good time :-)
This is a discussion on Header within the FlepStudio utilities forums, part of the Flash English category; Hi all, I'm back from holidays. I provide a free Flash header : Source file:...
Hi all,
I'm back from holidays.
I provide a free Flash header:
Source file:
Very nice. Hope you had a good time :-)
HI Flep,
I have been seeing your stuff for a long time. I am a newbie and I have seen that you have been using loadingXML.as , main.as and xml file to run the flash.
I just entered into web hosting and I need your help to give me a short summary on how to set up all these files on server. I am not sure where to upload loadigXML.as and main.as files.
Hope to hear from you.
Thanks in advance
Hi,
the file .as are only needed to create the swf, once published, they do not need to be uploaded....the xml file instead, yes, following the path used in the .as file.
CSS.FlepStudio.org in english: css tutorials, free css template and css menu
Conversione da PSD a XHTML/CSS - Creazione siti web - Introduzione CSS3
Hi,
Thanks a lot. That was very clear.
I made changes to .as and xml file. Then I opened each of.as files and .fla file and published all of them into same main.swf. And at the end I only uploaded .swf file and xml file on the server and that really worked.
Thanks a lot.
Right...![]()
CSS.FlepStudio.org in english: css tutorials, free css template and css menu
Conversione da PSD a XHTML/CSS - Creazione siti web - Introduzione CSS3
sorry for being newbie but what command do i enter to make the sound repeat?
Hi,
try this :
Code:var holder_mc:MovieClip=new MovieClip(); var angle:Number=0; var stars:Array=new Array(); var isPlaying:Boolean=true; var sound:Sound; var channel:SoundChannel; var soundPosition:Number; var track:String="http://www.flepstudio.org/music/DJ_Killian-Night_Light.mp3"; play_mc.gotoAndStop(2); addChild(holder_mc); swapChildren(city_mc,holder_mc); radius_mc.addEventListener(Event.ENTER_FRAME,rotate); createStars(); loadSound(); function rotate(evt:Event):void { var sine:Number=Math.sin(angle)*100; angle++; evt.target.rotation+=1; } function createStars():void { for(var i:int=0;i<300;i++) { var clip:MovieClip=new MovieClip(); clip.graphics.beginFill(0xFFFFFF,1); clip.graphics.drawCircle(Math.random()*stage.stageWidth,Math.random()*stage.stageHeight,Math.random()); clip.alpha=Math.random(); holder_mc.addChild(clip); stars.push(clip); } var timer:Timer=new Timer(100,0); timer.addEventListener(TimerEvent.TIMER,goStars); timer.start(); } function goStars(evt:TimerEvent):void { for(var i:int=0;i
I think some of the code got cut off in the quote? thank you by the way... you provide a great resource for aspiring flashers!
Bookmarks