4,605 Topics
![]() | |
Hey , I wanted to know if browsing a page takes the same data as downloading it. Also, does streaming a youtube video take the same bandwidth as downloading it. The obvious answer would be yes, because buffering is basically downloading in itself. But I have noticed that it takes … | |
I have created a banner in flash and add some code that help me track my banner here is the code I added to swf file [CODE]myButton_btn.onRelease = function() { if (clickTAG.substr(0, 5) == "http:") { getURL(clickTAG); } };[/CODE] And now i added that swf file in to html and … | |
[URL="http://www.herongyang.com/C-Sharp/"]C# Tutorials[/URL] This free book is a collection of notes and sample codes written by the author while he was learning Flash. Topics include C#, C Sharp, data types, float, expression, literal, loop, .NET, performance Table of Contents About This Book Introduction of C# (C Sharp) What Is C#? Installing … | |
Hello guys and gals I have created a banner for my client. It's a image banner not flash, with common html coding Eg <a href="http://www.mysite.com"><img src="http://www.mysite.com/banners/2-12/160x600_5.jpg" width=160 height=600 border=1 ALT="Click to Visit"></a> Now my client gave me an URL, which is a tracking code of some affiliate network. I need … | |
Hi all, I'm trying to make a multi-language website that allows the user to change language by clicking on a button (a flag representing the country/language). I have been able to achieve this using locale and a combo box so far but I'm struggling to implement it using buttons. This … | |
Hello Before I start I'd like to show you this [URL="http://www.daniweb.com/hardware-and-software/microsoft-windows/viruses-spyware-and-other-nasties/threads/165724"]thread[/URL], which is basically the same problem as I had/have. What happens is the fans starts getting louder and louder, which means they're running faster... eventually my computer just starts slowing down and become unusable. I haven't gotten to that … | |
Hi Guys; Did attempt a search, but didnt find anything about the malware bytes app freezing up, did see some comments on "your computer at risk" firewall issue, but was unable to resolve it. After running Malware bytes several times and detecting one infected object, the Malware Bytes appplication "freezes" … | |
Hi i am flash game developer and will protect my games from decompilers please help me. best regards. | |
Hi, I have a complicated (for me) question and it is driving crazy... I just can't find the issue. Basically I'm trying to enable the browser cache for a certain php file. I'm using a script called osdate but don't have much success getting help on their forum. To explain … | |
I want to Have a Fix File path for my Flash Animation Flash Screen.. Is this possible ?coz VB doesnt allow you to upload a Flash File In resources... This is my path: AxShockwaveFlash1.Movie = "C:\Users\Nat\Desktop\Sudoku tactics(Pencil)\finished products\SPLASHscreen.swf" It's not fixed...If you switch PC it wont work anymore... | |
hey guys so im making a preloader for my flash movie. the .FLA files are attached at the bottom. intro.swf is the actual movie and introLoader.swf is the preloader and it loads intro.swf into it. the problem with the actionscript previously was that itd start playing the external movie halfway … | |
I am having an issue that I cannot resolve. I have a small flash file on my website that is simply a circle that rolls up slightly on mouse over. I have a div element with text that appears over (or technically under) the flash element to display a text … | |
Is it possible to play flash without flash-player installed? I heard that SWF file and flash player itself may be included into one EXE file. | |
Hi im currently studying ict a level and we have to design a mulitmedia product in flash, i am a complete newbie to flash, and im wondering how you make a small text box appear on a mouseover a piece on text? Thanks | |
Hi im currently studying ict a level and we have to design a mulitmedia product in flash, i am a complete newbie to flash, and im wondering how you make a small text box appear on a mouseover a piece on text? Thanks ![]() | |
Hi Everyone, I was just reading a news article, when i accidentally clicked on a link to download a some adobe flash 11 plugin. Unfortunately after that, internet explorer just keeps opening to the homepage roughly every 20 to 30 seconds. I have absolutely no idea how to fix it. … | |
Hey guys! i appreciate all the help ive been getting from you around here. I have a problem that isnt being solved by google D: i like the frames in html its exactly what i need however i want to make a dropdown menu bar on the header frame and … | |
Flash drive cannot be formatted and files can't be deleted, it says the disk is write protected when I try either. Any suggestions? | |
![]() | Hi, I am very much a js novice, and trying to follow a tutorial that plots markers on top of Ordnance Survey map. The code used works in part by loading the map, but the markers it loads from a locations_complete.xml file do not show, and no error message is … ![]() |
I want to know if there is anyway of getting a discography from this page? [url]http://www.oasisinet.com/Discography.aspx[/url] I want to use it on a website that I'm updating at the moment. I right clicked on the flash interface and it said powered by Trinity St. I googled that but couldn't find … | |
Hi, I need some help,here is the scenario my samsung 320GB sata mobile hard drive cannot install anymore the operating system so i bought a new one which is seagate sata hdd and now my laptop is working properly,the problem is that i bought an enclosure for my samsung hdd,because … | |
1. (10 points) Using string method find, extract the Video link from the following HTML code for embedding videos on a web page. Your code should work for any embedded code of this format. <embed src="http://www.youtube.com/v/Xp2uzv9uSn8?version=3&feature=pl ayer_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"> 2. (10 points) In the Disney cartoon adaptation … | |
Hello Guys, i need your help... i want to see videos in youtube but there is a error showing (upgrade your flash player) when i clicking on play button. so please tell me that How To Install Flash Player In Ubuntu ?... Thank You. | |
Hi everyone! I'm having trouble on my hp laptop. The system won't post, instead i get a blank screen and CAPS LOCK + NUM LOCK leds blinking twice, then pause, then blinking twice repeatedly. According to hp support website this indicates : BIOS CORRUPTION [URL="http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&dlc=d&cc=dk&docname=c01443366"]http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&dlc=d&cc=dk&docname=c01443366[/URL] So i tried to clear … | |
Recently a friend suggested to me that one can make iPhone GUIs in Adobe Catalyst... I am really skeptical about this, can one really make the user interface of iPhone in Adobe Catalyst or Flash and then import it in the Xcode as a .xib for it to properly work … | |
Hi all, I need a code that i want to set an anchor tag to flash file , Bcz i want to count the clicks on the flash file and want to save into my DB . Is there any way for that ? I dnt need getURL(); It will … | |
It always receive undefined. I'm almost two week working on this code. BTW the code is based on the tutorial on this site [url]http://active.tutsplus.com/tutorials/actionscript/create-a-flash-login-system-using-php-and-mysql-part-1/[/url] I modified it. Any help? PHP CODE: [code]<?php include_once "connect.php"; session_start(); $username = $_POST['username']; if ($_POST["sysCall"] == "checkLogin") { /* The * means the query initally … | |
Hi I’m having trouble with two new memory modules I have bought, system is as follows. Laptop: Acer Travelmate 4150 OS: Microsoft Windows Vista Ultimate 32bit SP1 Processor: Intel® Pentium® M processor 1.60 GHz Chipset: Intel® 915GM/915PM Express chipset Memory: 512 MB DDR2 400 PC2-3200 memory, upgradeable to 2 GB … | |
Ok guys I have serious security problem here and I need your help quickly A friend of my friend in my xfire account just gave me a link to a video file He told me its a trailer I opened the link and it asked me to update my flash … | |
I bought a NEW SONY USB flash device from a trusted store. I plugged it in. Then, it need to be formatted before use. I was formatting the USB, and it goes smoothly. But at the end, it sas "windows is unable to complete format" or something like that. What … | |
Hello! Have you guys ever encountered something called Flash Paper? I was browsing an old chemistry book CD and it used SWF Files for each page; I've been trying to figure out a way to put it on my tablet (which only reads PDF Files) for about a month now … | |
Hi, thanks in advance to whoever can help me out here. I guess the issues with my computer are currently. 1. ping.exe using up a large chunk of the CPU, very erratic but sometimes going near 100% 2. When I open Firefox or Internet Explorer, another tab or window automatically … | |
Hello, and Thank You for taking the time to read this! A couple of days ago my laptop (running Vista Service Pack 1) started to play up, mainly the internet was redirecting me to ebay or some tacky advertising. So I tried to use AVG and found it dissapeared, then … Information Security advertising amazon-web-services apple apple-hardware audio client-server dns flash ide microsoft-access microsoft-office microsoft-windows office-suite pci-card pdf printer storage tablet tcp-udp video-card virus-malware visual-basic visual-studio web-browser windows-virus windows-vista | |
On my Windows 7 laptop at home, I'm getting usb host controller error code 43. My usb printer works and my usb flash drive works but my external 250gb usb drive does not work. Any ideas on how to fix this? | |
Hi can i ask some help with you guys,what is in my msconfig there is a list "cuqal" C:\Documents and Settings\jemz\cuqal.exe/S if i will check that box and restart my pc and when i put usb flash drive,the content of my flash drive will keep duplicating the files and the … | |
Hello everyone, I am currently working on a website for a literary journal that I work for called The Broome Street Review. Currently, we use Wix for the website, but we would like to move away from that and design ourselves. I have been teaching myself HTML and CSS and … | |
hi guys.i recently downloaded some mp3 files and they are playing fine. but when i try moving them yesterday on my USB flash drive and i start playing them on windows media player, they just stop playing and you only can heard this "raspy static sound i tried running some … | |
So my laptop is about 3 years old and getting due for replacement, its recenetly gone wonky too but i want to see if its worth taking in. So after starting up it seemed like a had a stuck key as my password field was just filled up. I shut … | |
*its working. the problem is when the answer is wrong the score and the counter disappears. stop(); import flash.text.TextField; var score:Number=new Number(); var counter:Number=new Number(); var userans: String=uAns.text; var correctans: String=Ans.text; enterbtn.addEventListener(MouseEvent.CLICK, choose); uAns.addEventListener(TextEvent.TEXT_INPUT, inputEventCapture); score=1; counter=1; startQ(); function startQ():void { var framenum : Number =6 ; var randomFrame:Number = … | |
Hello! I’m trying to build an app, which should have Flash Player control, which plays SWF from server (certain URL). For Flash Player ActiveX you have to save SWF file to a temporary location to load it and play, isn’t it? You'll have to create a corresponding link that you … | |
I appearts that I have the Google Redirect malware somewhere. About 2/3 of the time,when I click on a Google result, I get redirected. This behavior happens only in MSIE; it does not happen in Chrome. I have run Super Antispyware, MS Security Essentials, and MBAM multiple times. SASW finds … | |
I know it is possible to do so ... But I'm wondering how it can be done... is there any direct php source or html source code for words plugin or whatsoever? From the sources that I've been wandering around google so far is only viewing .... Or maybe theoretically … | |
So, I need to make a flash card app on java and I'm planning on using blueJ. My main problem is that I don't really understand how to make a menu interface in which you can choose to flip the card, go to the next card, etc. Thats my main … | |
I am a .Net ASP Developer, I now work, i design a website application that run on the web for office use, which has basic office task features, Now i need a mobile version of the website, that can run on different mobile OS, I have read alot of material … | |
ok i just got this laptop from my friend and apparently it seems to have contracted malware, particularly ping.exe? i ran a GMER scan, but i could not save a log file. Malwarebytes' Anti-Malware 1.51.2.1300 [url]www.malwarebytes.org[/url] Database version: 911122703 Windows 6.1.7601 Service Pack 1 Internet Explorer 9.0.8112.16421 12/27/2011 2:31:27 PM … | |
hi friends. i want to give link to a flash file dynamically in asp.net...am taking link from my database..please help me | |
I am in need of help ping.exe keeps running and using up all of my cpu i have tried to start in safe mode and delet this item but it replaced itself upon restarting in normal mode i have ran all the scans so far malware bytes is currently running … | |
[url]http://www.virtuosonetsolutions.com/shop.php?cat=104&[/url] I am trying to make this an instant quote forum based on what I assign each item its price. Basically, say a person selects one item per field and it adds it calculates the total instantly including any setup fees. Then, I want them to have the ability to … | |
I need to know where to find a tutorial on javascript assuming javascript is what I need. I want to make a dynamic website with buttons that can toggle visibility of text. Really I just need something like a link that makes a bunch of text appear then disappear but … | |
I have followed the sites directions and here are my logs: • MalwareBytes’ Anti-Malware log Malwarebytes' Anti-Malware 1.51.2.1300 [url]www.malwarebytes.org[/url] Database version: 911122701 Windows 5.1.2600 Service Pack 3 Internet Explorer 7.0.5730.13 12/27/2011 11:06:42 AM mbam-log-2011-12-27 (11-06-42).txt Scan type: Full scan (C:\|) Objects scanned: 243664 Time elapsed: 37 minute(s), 49 second(s) Memory … |
The End.