Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #2K
Member Avatar for jojoy

hi, I need to convert my flash .swf to .flv files for my website. I tried iwisoft swf to video converter. Though the output video and audio quality is very good, it always has a logo mark on the left of the output video. need $49!! I wonder if you …

Member Avatar for Tonya_1
0
344
Member Avatar for frstratd

Violent lightning close during form. Shut down my computer and detached from cable and socket apparently it had gone into hibernation but not completed into that mode. When I turned it bk on showed fatal error. Hit continue for it to restore. Looked like Windows was going to load. Just …

Member Avatar for caperjack
0
394
Member Avatar for snitch321

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 …

Member Avatar for snitch321
0
661
Member Avatar for lewashby

I've been using iTunes for a while now but I'M really sick of their prodected file crap, having t authorize and de-authorize different computers all the time. What I'M looking for is a program with extensions/add-ons for different online music stores. Maybe one for amazon's music store where you would …

Member Avatar for CimmerianX
0
184
Member Avatar for MissMorphine

Okay, so I'm at my wit's end since I'm not a computer person. My laptop (Dell Studio, PP39L) has been acting strangely for the past few weeks. The internet will connect, I have full internet access, but the internet will just stop working. Chrome won't freeze, but it won't load. …

Member Avatar for JorgeM
0
126
Member Avatar for snitch321

![photo1](/attachments/small/0/photo1.JPG "align-left") 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 …

Member Avatar for JorgeM
0
133
Member Avatar for snitch321

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 …

Member Avatar for snitch321
0
117
Member Avatar for hhsskk

Tried to download openoffice last week and I could not do it would only let me save the file, and then I did not know what to do next? I am using AVG free as my virus checker maybe it is stopping me? Today I tried to download some Auction …

Member Avatar for BlazeEagle
1
210
Member Avatar for snitch321

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); …

Member Avatar for almostbob
0
112
Member Avatar for snitch321

I have just imported an swf file and i want this movie clip to be played at a lot slower frame rate?

Member Avatar for snitch321
0
125
Member Avatar for snitch321
Member Avatar for PanzerFaust

Can anyone help me make an animated picture. Im not talking about a cartoon person but take like the scene of a movie and put it in a picture? Like this he took a WWII movie and inserted it in a picture. I have adobe photoshop CS2 if that helps …

Member Avatar for stonemethew
0
229
Member Avatar for snitch321

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?

Member Avatar for rajarajan2017
0
114
Member Avatar for snitch321

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?

Member Avatar for snitch321
0
173
Member Avatar for theshotts

Hi, I think my computer has some problrms. I have something trying to change my home page when I start IE. More often than not it takes two ir three attempts before IE finally starts. I also get spurious e mails returned which couldn't be sent, the problem is I …

Member Avatar for theshotts
0
276
Member Avatar for JohnAvo

We need to convert bunch of swf files to youtube compatible format/flv. Anyone knows free or not expensive command-line tools which can help to do this. Any advice will be highly appreciated!

Member Avatar for snitch321
0
153
Member Avatar for snitch321

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 …

Member Avatar for rajarajan2017
0
70
Member Avatar for snitch321

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 …

Member Avatar for snitch321
0
114
Member Avatar for Siberian

There is one thing, I haven't been able to do is adjust how loud I want the audio in Windows7. It appears that it only goes to a specific volume and it can't be adjusted higher. I'd also like to add that if you live in a complex where loud …

Member Avatar for Siberian
0
214
Member Avatar for snitch321

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(); …

Member Avatar for snitch321
0
1K
Member Avatar for snitch321

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 …

0
68
Member Avatar for snitch321

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?

Member Avatar for snitch321
0
202
Member Avatar for snitch321

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 …

Member Avatar for Ezzaral
0
170
Member Avatar for snitch321

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 …

Member Avatar for snitch321
0
109
Member Avatar for snitch321

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; /** * …

Member Avatar for snitch321
0
94
Member Avatar for snitch321

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 …

Member Avatar for snitch321
0
1K
Member Avatar for snitch321

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); …

Member Avatar for snitch321
0
512
Member Avatar for snitch321

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.

Member Avatar for Ezzaral
0
122
Member Avatar for snitch321

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.

Member Avatar for Ezzaral
0
35