4,605 Topics

Member Avatar for
Member Avatar for kingmarsh

[b]Create a website with PowerPoint?[/b] You may think downright impossible. But what I what to say is that of course you can. Everyone can create a website with PowerPoint unless you don’t know how to use PowerPoint. So if this is possible, who can benefit most from it? Just think …

0
98
Member Avatar for ansari.wajid

Hi I am using below code to play flv files using scrubber.swf in the browser but its giving compatibility issue. While it is working fine on internet explorer, its not working on firefox. Any help will be greatly appreciated. Its very urgent. Thanks [CODE]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="336" height="297" bgcolor="#FFFFFF"> <param …

Member Avatar for kavin123
0
253
Member Avatar for Shirley1874

I’ve an avi video about my summer vacation and I converted it to flv with Video4Web Converter ([url]http://www.flash-video-mx.com/video4web-converter/download/[/url] ), the program is great(and it’s for free), I added many special effects with it. But how can I share my video with my friends. Someone told me that I could upload …

Member Avatar for Shirley1874
0
70
Member Avatar for MarieBlue

Hi I hope I am posting this thread in the right place, it is the only Virus and Spyware thread I can find, if there is another forum I'm sorry, I hope someone can help. I started having a problem with the speed of my computer a copuple of days …

Member Avatar for gerbil
0
268
Member Avatar for Richard0660

Hi there, I have this warning stuck to my background. I have not clicked anything on it. I have run spyware detector, anti virus, and adware detectors. They have found threats and deleted them, but this "Warning" remains on my desktop. Please help! Here is my Hijackthis log... Logfile of …

Member Avatar for crunchie
0
228
Member Avatar for waldchr

This goes out to only the users of Dev C++ (or people knowledgeable with this compiler). I am trying to consolidate all of the files needed to run Dev C++ onto a flash drive so I can use it on multiple computers. I have been having problems getting the app …

Member Avatar for waldchr
0
173
Member Avatar for Jonnu

hey my computer has been hijacked and now i really need help i've tried alot of things and came by someone able to help me by going over my Hijackthis log so here it is : Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:57:42 AM, on 9/21/2008 Platform: …

Member Avatar for Jonnu
0
126
Member Avatar for ezkonekgal
Member Avatar for crunchie
0
142
Member Avatar for Fragmad

Hi. I got some experience with win32 programming but I fell I'd like some pointers for this. I'm doing this program for fun and to learn. Program: I'm gonna do a program/bot that automates the mouse movement and clicks instead of a human actually touching the mouse. So my friend …

Member Avatar for Fragmad
0
153
Member Avatar for ezkonekgal
Member Avatar for jholland1964
0
258
Member Avatar for jh3832

I have been having problems with my browser the last couple days. Everytime i do a google search and click on one of the results, it brings me to something completely different. Also certain webpages dont load at all. PLEASE HELP!! Here is a Hijackthis log of Trend Micro HijackThis …

Member Avatar for fiyasuppliya
0
185
Member Avatar for Tony0930

HI there, we are creating a new audio editor + sequencer and we heard that it’s done in Flash, has anyone figured out how to? We want to do something like Logic, Cubase or FL Studio. Thanks!

Member Avatar for Phaelax
0
100
Member Avatar for oliveroliver111

An overnight delivery service is there? Is 'overnight delivery service" really a delivery service happening at night-time? Or does it mean just 'in-a-flash delivery'?

0
44
Member Avatar for dinaelansary

I've created a falsh file using swishmax. The flash is an intro hat tlinks to a home page. I discovered after a while that those who don't have a flash player will not be able to see the home page. Is there a code or a link to make anyone …

Member Avatar for peter_budo
0
129
Member Avatar for dropbear

Hi I just joined this forum about a week ago. Let me explain from the outset that I have been around computers since the early 1980's starting with Z80 processors and cassette tapes but only as a mostly self taught keen hobbiest. I have a rather unusual hardware configuration but …

Member Avatar for sparkax
0
96
Member Avatar for siriyal

hi, this is siriyal, i have a doubt when my flash player that animation is not appearing please solve this problem advanced thanks ..................

Member Avatar for Bob_180_Bob
0
42
Member Avatar for bobafet

in note pad i have embedded a flash movie.swf file how can i make the flash swf file go to url in notepad another html page [code=html]<html> <head>title</head> <body> <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"> </embed> </object> </body> <html>[/code]

Member Avatar for peter_budo
0
136
Member Avatar for goodroi

Congratulations on creating a large database driven site! It is beautiful and very useful, now if only you could figure out how to get people to find your site. Time for search engine optimization! SEO is how to make your website easy for the search engines to crawl and convince …

Member Avatar for erikko
1
280
Member Avatar for songsign

I 'm in trouble .work as a sales I felt very tired in a manufacturer.(USB flash disk, PC memory module ,micro SD/TF/MMC card and SSD drive) .My duty which is looking for customer in the oversea market on website. I confirm the quality is good & price is competitive but …

Member Avatar for x3mario
0
83
Member Avatar for freshface001
0
81
Member Avatar for stephen conway

Hi Everyone My computer keeps locking up ( occasionally - not every day ) since I had a new MB/Chip installed. One solution I have seen is to boot up in safe mode and check out and delete any duplicates in the device manager. I've had a look in device …

Member Avatar for Bob_180_Bob
0
197
Member Avatar for atarischad

I had some problems for the first time ever on my PC last weekend, solved them thanks to an extremely helpful person here and now appear to be having all new problems. Something called WinSecurity Toolbar 2.1 has installed itself and appears to be causing problems. There are fake Windows …

Member Avatar for jholland1964
0
201
Member Avatar for MrMagic

I have multiple FAT32 based flash drives (pendrive, CF). The only thing in common is that my PC reports them as "not formatted". I cannot format them in either FAT or FAT32 from this PC either, however NTFS works fine. I have run CHKDSK from my PC agsint the card …

Member Avatar for c-tech
0
115
Member Avatar for l00pylou

Hi, I can't get Outlook 200 to load - for no apparent reason - I get the flash title screen and that's it, and the only way to close it is CTRL-ALT-DEL - all other office apps seem to be fine I have already done the following renamed the pst …

0
64
Member Avatar for VBNick

I am trying to paint my own form by using the following code: case WM_PAINT: hDC = BeginPaint(hWnd, &ps); hBrush = CreateSolidBrush(RGB(255,0,0)); FillRect(hDC, &ps.rcPaint, hBrush); EndPaint(hWnd, &ps); break; My problem is, that when you resize the form or drag it around, you can still see it flash grey between paints.... …

Member Avatar for Clockowl
0
88
Member Avatar for Lie To Me

Hi...i have a button and a checkbox... i want the user to be able to click the button to enable the checkbox. How can i do this? [code]Checkbox instance = check1 on (release) { check1.checkbox = true; }[/code] ???? Thanks in advance for your help

0
92
Member Avatar for batigoali

title pretty much says the problem, here is my hijack log please help. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:09:03 PM, on 9/12/2008 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16705) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\Explorer.EXE …

Member Avatar for batigoali
0
98
Member Avatar for sherest

Hi! I'm a web designer and have a little bit knowledge of action scripting (both as2 and as3). Now these days, I'm working on a new flash project regarding multi-user poker game. I've never worked before on these kind of projects, but when I was searching on google about multi-user …

0
39
Member Avatar for pat7

hi, everytime i log in to my computer explorer keeps restarting...big loop. plz help. here is my log, Logfile of HijackThis v1.99.1 Scan saved at 1:07:30 PM, on 7/5/2007 Platform: Unknown Windows (WinNT 6.00.1904) MSIE: Internet Explorer v7.00 (7.00.6000.16473) Running processes: C:\Windows\helppane.exe C:\Program Files\HijackThis\HijackThis.exe R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Page = …

Member Avatar for AndyOne
0
210
Member Avatar for evanlarsen

I am new to building web applications and I am developing my skills in programming. I have a few questions about JavaScript that I cant find the answers too easily. 1. People seem to think that there is a cold war going on between Adobe's Flash, Microsoft's Silverlight, and JavaScript. …

Member Avatar for evanlarsen
0
112
Member Avatar for ilexwald

I am running Windows XP on a COMPAQ Presario SR1135CL. My ISP is Verizon, and the modem Verizon provided is a Westell VersaLink Model 327W. The PC and modem have been in use for approximately 4 years and until lately trouble-free. Several months ago I began experiencing problems connecting to …

Member Avatar for ilexwald
0
165
Member Avatar for Moe1981

Hello, I'm a new member my name is Moe. My computer is slow( normal antivirus scan takes hours!) and a friend told me that i might have some viruses or spyware on it so i consulted with some people an the informed me that i should use this tool (hijackthis) …

Member Avatar for jholland1964
0
170
Member Avatar for vbgaya

Hi, After opening MyComputer, I can't open the drives in it (C, D, E ...) by double clicking. It doesn't do anything. What I do is, access them via address bar or Windows Explore. Has this occurred to others as well? Please help... Info: I opened my Flash drive in …

Member Avatar for crunchie
0
146
Member Avatar for mow

I am not technically-blessed, but on researching this problem, this seems like the best place to get some help. I am running windows xpversoin 2002, service pack 2. I have norton antivirus as provided by Bt and I also run adaware from time to time. Yesterday, double clicking on desktop …

Member Avatar for mow
0
574
Member Avatar for silntj101

Hi does anyone know how to create a script that allows a user to upload an image to a website that shows as a thumbnail which when clicked allows user to view image at it's original size. I've found some code (php) that allows user to upload image to server …

Member Avatar for silntj101
0
290
Member Avatar for Choloepus

Hi, I really do need some help, and it seems, that this is the best place to get some. A while ago, i was looking for an alternative to stage 6 DivX hosting, when i came to a side which suddenly smashed a whole lot of spyware on my computer. …

Member Avatar for gerbil
0
140
Member Avatar for atarischad

Yesterday I started experiencing a problem with Yahoo and Google search engines in Internet Explorer. The search results direct me to a pop-up in a different window (with the URL beginning go.yahoo.... and go.google...) I ran Ad-Aware, Spybot, CCleaner and my antivirus software with no luck. After searching a bit …

Member Avatar for jholland1964
0
184
Member Avatar for patchay

hi guys i'm patrick and a newbie here i guess my problem is quite similar to many of u guys here... i cant open Control Panel, my computer, windows explorer etc... BUT i can open IE, MSWord etc my OS is Vista Home everytime i try to open My Cmmputer, …

Member Avatar for elcama
0
226
Member Avatar for purplemyrtle

Hope someone can advise me. I'm using my sister's Windows XP (SP2 - AMD Duron Processor - 120 GHz - 128MB RAM) - it is running extremely slowly. Start up takes quite a few minutes - IE takes ages to open up and go from one window to another :( …

Member Avatar for purplemyrtle
0
296
Member Avatar for Cassiopeia50

Hi everyone, I'm really excited I found this site. I've had my own website for 3 years now and have never really figured out how to get it seen on the web so I googled the question and this forum showed up on the list. I loved designing my site, …

Member Avatar for Cassiopeia50
0
207
Member Avatar for mickeybr

It quarantined 110 files. I could not clean them so I deleted them all (all of them are recoverable or I can get by downloading/reinstalling. Then I restarted and run another scan, but before that I ran HijackThis... Things were fine until I updated to XP SP3 :-/ ;) Can …

Member Avatar for gerbil
0
202
Member Avatar for Alex5248

Hi everyone, I tried to embed a video from YOUTUBE to my website with autostart. The suggested code is [code]<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>[/code] I modified it [code]<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0"></param> <param name="allowFullScreen" value="falce"></param> <param name="allowAutoPlay" value="true"></param> <embed src="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="falce" allowAutoPlay=”true” …

Member Avatar for Alex5248
0
191
Member Avatar for Erky

Ok, so there I was, playing some RuneScape and on the internet.. ..And all of a sudden my PC just shut down. No shutting down notice, nothing. I thought to myself "Ok, relax", but when I tried turning it back on, it wouldn't turn on. I unplugged the power cable, …

Member Avatar for khess
0
93
Member Avatar for kevin wood

how can i get a rollover to target another movie. i have set up some text to use as a link inside a flash website i am building but i have a small box next to it which i want to animated when the mouse rollover the text. i have …

Member Avatar for kevin wood
0
126
Member Avatar for neojonathans

I input my password to log into windows and then it says applying personal settings and it just freezes there. My mouse sits there with an hour glass and i cannot move it at all. I can log into administrator however. I have tried system restore via administrator and it …

Member Avatar for neojonathans
0
95
Member Avatar for sreein1986

hi, i have a website in that i put one flash file but the client needs when open the browser first he want buffering that file after buffering he wants palying anybody help me

Member Avatar for sreein1986
0
100
Member Avatar for kemarS

Hi guys, i have a problem. My computer was working fine yesterday morning. I was using it for a while, then turned it off to go to bed. When I woke up, my sister was using it and it was working fine. However she got sidetracked and left it there …

Member Avatar for deena_lenore
0
100
Member Avatar for Reliable

Although my question pertains to Action script it could apply to any scripting/programming language. (I hope you coding purists don't beat me up for putting a slash between scripting and programming :) ). Anyhoo, as I am taking on the Actionscript 3.0 challenge I was wondering if anyone thought it …

Member Avatar for pritaeas
0
79
Member Avatar for 61457

I am having problems downloading acrobat flash player on a windows xp machine. I click the download area and nothing happens. I tried unistalling the old ones but that did not work either

Member Avatar for GrimJack
0
14
Member Avatar for Catt

Hi, I really hope someone can help me here I've turned my computer into a 20lb paperweight. Now I'd just deal with it and reformat had I not been a complete tool and didn't backup all my files to cd. This is what happened, I had 4 partitions on my …

Member Avatar for FragFighter
0
153

The End.