Hi guys, I'm playing around with ASP a bit more and now I'm trying to figure out some basic SQL connections and such. I've made a very simple database in Access, which only has one table. It has the...
Type: Posts; User: Iconoclast; Keyword(s):
Hi guys, I'm playing around with ASP a bit more and now I'm trying to figure out some basic SQL connections and such. I've made a very simple database in Access, which only has one table. It has the...
Ahh, now I was able to fix it...it was looking for the hit_counter.txt file in my /public_html/ directory, while I thought it would look for it in the same directory that my PHP file was in. Thanks...
Someone on a different forum suggested removing the @ before $fptr, which yields these errors:
Hi guys, I'm trying to put a really simple text-based PHP hit counter in the footer of my page...but I'm getting two PHP errors when I use what I'm trying to do:
Here is the section of code in my...
Hey guys, I have to create a fairly simple ASP page for an assignment for my web management class and I seem to have run into a wall. I know the basics about ASP, and I am continuing to learn through...
EDIT: Nevermind guys, I managed to figure it all out! :)
Hi guys, I have an assignment for school that I'm working on that should be really simple, but for some reason it doesn't seem to want...
I still get Not a Number for the subtotal and total values =/
Ok, I updated some things, changed some things based on what other people told me. Here's the code I'm using now, but I've still got some problems (outlined at the bottom of my post):
<html>
...
Hey, thanks a lot for your help! However, I still seem to be getting an error, and it looks like it's to do with the password box.
If I fill out the form, and leave the password box empty, it...
Hi guys, I've got an assignment due on Tuesday for a JavaScript class and as sad as it is I seem to be having some trouble with it...I think I have everything I need, but I'm probably not doing the...
Ok, I used this tutorial: http://www.gotoandlearn.com/play?id=8, and I did everything, but there's one difference that I can't seem to figure out what to do with.
In the tutorial, he's using the...
Hi guys, I've implemented a number of buttons on my flash website that the users can interact with (I've got a contact form with clear/send buttons, as well as links to other parts of my site, etc.)....
If there is a SIMPLE way to PAUSE the audio without it RESTARTING when the user clicks play, then yes I would be very interested :)
I've actually stumbled across that tutorial before in my search for a mute button, but it STOPS the sound when a user clicks it, and when unmuted, the sound starts over from the beginning =/
Ok, I tested it out, and it seems to work, but I'm having a couple of problems with it.
The first problem is the same as the problem you were helping me with earlier, for whatever reason the sound...
I'm giving the volume tutorial a try, but as I'm doing it it feels like I'm doing a lot of extra work for nothing...to be honest I'd rather have a mute button instead of a slidebar; not only would it...
Excellent, thanks mate!
Also, another question while I'm at it...in my site I've got both sound effects (for button rollovers, clicks, etc.) and I want to put in like I said background music.
...
Hi guys, I'm making a website in Flash and I'd like to put some music in the background, but I'd also like to include a button for the user to be able to disable/enable it as they please.
However,...
Ok cool thanks mate I will give that a try! :)
Nevermind, I looked up some more stuff about "Classic Tweens" and it turns out he was right. Motion Tweens in CS4 are different from previous versions...CS3 motion tweens are referred to as Classic...
Ok, that makes sense to me, but here's what it says when I try to open or import my flv video, it gives me 3 options:
- Load external video with playback component
- Embed FLV in SWF and play in...
No, that's exactly what I had done.
After I made the code text a movie clip symbol, I right clicked it and clicked Edit. In that window, I inserted a new keyframe on frame 60 (to make sure it...
Hi guys, I'm making a website layout and in the background I want to have a length of code scroll up and down.
So I typed the code out into a text field and made it a movie clip symbol, and I went...
Hi guys, I've got a Flash video in .flv format, and I'm thinking about putting it up on my website...however, it's fairly long, and I'd like to attach a preloader (I already have the preloader .fla...