Forum: Graphics and Multimedia Jul 31st, 2008 |
| Replies: 3 Views: 1,240 Does anyone know how to integrate PHPlist with an already existing form on their website?
No I have never messed with a pre made mailing list, but I can explain how to use a flash movie to insert... |
Forum: Graphics and Multimedia Jul 11th, 2008 |
| Replies: 7 Views: 4,165 In dreamweaver, create a new php file. Clear all of the code out of the code view. Now click toggle plain text, copy and paste all of the following into dreamweaver:
<?php
... |
Forum: Graphics and Multimedia Jul 10th, 2008 |
| Replies: 7 Views: 4,165 So are you saying that you already have an upload script but dont know how to implement? |
Forum: Graphics and Multimedia Jul 10th, 2008 |
| Replies: 5 Views: 2,267 It looks like you may not have published the swf prior to putting it on the web. The reason I say this is because the file (http://www.orisfish.com/Flash/new.swf) has no content. Go to the swf that... |
Forum: Graphics and Multimedia Jun 16th, 2008 |
| Replies: 7 Views: 1,341 I think you are looking for a preloader.
A preloader is a movieclip which plays until getBytesLoaded=getBytesTotal (the whole flash movie is loaded). After loaded, the movie goes to the main frame... |
Forum: Graphics and Multimedia May 29th, 2008 |
| Replies: 6 Views: 1,266 No problem, please dont forget to mark the post as solved. |
Forum: Graphics and Multimedia May 28th, 2008 |
| Replies: 6 Views: 1,266 my_sound.onSoundComplete = function() {
numtrack++;
if (numtrack == 2) {
numtrack = 1;
} |
Forum: Graphics and Multimedia May 28th, 2008 |
| Replies: 6 Views: 1,266 my_sound.loadSound("music/track1.mp3", false);This tells me that the music is being downloaded and is not actually in the flash movie or library. Look in the folder that you downloaded. It should... |
Forum: Graphics and Multimedia Mar 15th, 2008 |
| Replies: 6 Views: 4,943 I had a similar problem integrating paypal. It was a security feature problem. I changed my allowScriptAccess and allowNetworking param values and it fixed things. Here's what I set the values at:... |
Forum: Graphics and Multimedia Jan 18th, 2008 |
| Replies: 5 Views: 3,221 You'll need to know a little bit about what variables the paypal cart requires. If you're familiar with how it works in html, then you can do something similar in actionscript. Declare all the... |