- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
29 Posted Topics
ill give it too you for free. since i don't want my version anymore m8.
Load up with cd in computer, and on startup press f2 to run from cd (i think) then once in the load up of the cd there should be an option to repair disk, select that and run an automatic repair. This should hopefully do the trick.
She remote sessions as server and then after a couple of seconds gets booted out, with this error found in the computer log: 'The Remote Desktop license server cannot update the license attributes for user "danielle.eglin" in the Active Directory Domain "adsnet.pri". Ensure that the computer account for the license …
VLC Media player is the type f program that will play anything-give it a shot :-)
Try the usual virus search to begin. It sounds more like a program cannot run properly and in turn stalls the whole of your PC-this is true if it happens repeatedly at the same time duration in using your PC.
 Essentially, a power cut happened to the building, and then a flashing amber light showed up on the back of the server's psu supplies, along with a constant beeping sound. All can be seen from the Picture attached-bearing in mind i logged on to the server and all …
It appears to be happening to a few of our users, whereby they are connecting via terminal services to a server and none of their printers pass over. I have tried the same solutions that i will list now on all users that have this problem: Ensured the RDP icon …
You may need to be an administrator to run it-but that usually allows you to run first and then stop you. Worst case just download it then run the file?
want to know what code snippet you could add to this code to stop my sound file from playing automatically when you enter that frame? code:[CODE]var mySound:Sound = new Sound(); var myChannel:SoundChannel = new SoundChannel(); var lastPosition:Number = 0; var soundIsPlaying:Boolean = true; mySound.load(new URLRequest("Intro1.mp3")); myChannel = mySound.play(); offBtn.addEventListener(MouseEvent.CLICK, onClickStop); …
I have just imported an swf file and i want this movie clip to be played at a lot slower frame rate?
How do i stop the video from automatically playing when i enter the frame?
i would say use flash cs4 which i could get for you, but its probably not as specific or friendly enough compared to the others suggested. Since im guessing you wanna do a quick job.
ahah it's me again. I'm going to make an on button and an off button which i want to play an audio file and pause it. But what code do i use to do this?
simple problem here is my code first[CODE]Intro_btn.addEventListener(MouseEvent.CLICK, Click); function Click( event:MouseEvent):void { gotoAndStop("what to put here?"); } [/CODE] and was wondering what do i place in the 'what to put here section so it goes to the next frame instead of a specific frame?
I had problem where my internet browsers kept saying dns error. so you would think it was an isp problem but no. i used seacrh and destroy along with avast (slightly better than avg) which actually founf the malware problem and deleted it. So what im saying is use 2 …
[URL="http://www.zamzar.com/"]http://www.zamzar.com/[/URL] is a free service that delivers your converted file to your email straight away and has many conversion file formats.
ok, new problem. I've created some buttons that essentially i have created for a quiz page. What i've designed them to do is when you click on them they should change in to their hit state and do nothing else. The yes buttons should show a tick on the hit …
Ok i have included a next button on my first 5 frames and placed the one code for that button in another layer so it corresponds to all the next buttons. once published i have noticed that it works fine if i have the next button on every page, however …
here is a website to show you the simple task [url]http://windows.microsoft.com/en-us/windows7/Adjust-the-sound-level-on-your-computer[/url] but the software only allows you to change it to a certain level due to further sound may damage speakers but also because its hardware is limited to the wattage it can churn out.
I have created my own buttons and imported them to the stage. I then tried to code them so that they linked to another page, however i get the same code message '1120 access of undefined property' for each of the coded buttons. The code is as follows: [code] stop(); …
Im using actionscript 3 and i managed to create one link to another page, however when i try to copy the ame code on the same frame for another symbol it doesnt work. e.g. [code=actionscript] stop(); IntroductionSymbol.addEventListener (MouseEvent.CLICK, onClick); function onClick ( event:MouseEvent):void { gotoAndStop("9") } [/code] That code works …
My original code enables me to play another frame once the user has clicked on the object-as seen in the code; [code=ActionScript]stop(); btn1.addEventListener (MouseEvent.CLICK, onClick); function onClick ( event:MouseEvent):void { gotoAndPlay("8") }[/code] However, when i replace gotoAndPlay with 'gotoAndStop' it doesnt work?
how would i incorperate multi-threads in my coding to make the last section all execute at the same time(ive highlighted the last section): /** * draw a balloon on to a canvas * then to make them fly * * @author (chris twaits) * @version (12/10/07) */ public class Balloons …
sorry to be a nuisance, but ive solved my other problems but now come acropt another one. The problem is that the line highlighted has an error message saying '<identifier> expected' . What do i do to solve it? /** * create an input temperature gauge. * * @author (chris …
does anyone know how to fix the problem here;(it says 'Public void input(int)' that line has a problem? /** * Write a description of class randommizer here. * * @author (your name) * @version (a version number or a date) */ public class temperature { private int input; /** * …
sry to those whose tried to help before and would thank anyone who knows how to move the different shapes of my project to gether at the same time, so it looks lik balloons flying? could anyone help? /** * draw a balloon on to a canvas * * @author …
ok i have created a method to movea number of objects, but i want to move all of them at the same time(balloons flying is what im aimining for,lol)but they move seperatly? /** * Create method for balloons to fly */ public void slowMoveVertical() { top.slowMoveVertical(-50); top2.slowMoveVertical(-50); top3.slowMoveVertical(-50); middle.slowMoveVertical(-50); middle2.slowMoveVertical(-50); …
i need some help with the SlowMovevertical method, i dont know how to incorparate it correctly into my source code to make it work? thanks if you can help.
ok, i have created a balloon shape but i dont know how to implement it onto a canvas or to even create one.i have honestly tryed everything and put alot of effort in before i ask for any help, but i have come to the end of my teather.
The End.
snitch321