Search results

  1. L

    Need Help with flash

    Okay, So I downloaded the swf that was at the url you provided. When I tried to open it on my computer, instead of opening in Flash Player it opened in Flash (CS4), and nothing happened. I even tried to play it in Adobe Media Player, and nothing happened. It's as if it is a blank movie. It's...
  2. L

    Need Help with flash

    okay so you have the right files in place. Are your paths correct? It is now saying page cannot be found when I click on it.
  3. L

    Senior Web/Graphic Designer

    I think you'll have better luck on craigslist.org.
  4. L

    Web Development work from home?

    http://www.scriptlance.com/
  5. L

    Need Help with flash

    Here you go: http://www.youtube.com/watch?v=jlbyUGjjrXc Sorry about the quality. It may be a bit too blurry to read the names of the files on my screen, but I reference them in my monologue.
  6. L

    Active sidebar item issues

    I'm using firefox, and I only notice the problem with the Home button, not the Common Questions button. The problem is in the hover pseudo class, which is overriding the active class. Set your classes in the following order: :link :visited :focus :hover :active The bottom class should...
  7. L

    How would you create this graphic

    Hello, I am mostly into web design, and consider myself a graphic designer secondly. My question is, how would you go about (preferably using illustrator or photoshop) creating the graphic that is located on the top left on the following URL: http://tinyurl.com/l385an I just can't...
  8. L

    Image Pop up on text rollover

    They are called disjointed rollovers. If you are using dreamweaver, follow this easy tutorial, and it will generate the js code for you. http://www.communitymx.com/content/article.cfm?page=1&cid=EB7B9BAE3B5E11E8
  9. L

    question about web-designer signature

    I would be pissed as well. I have had clients get mad for NOT adding my signature, since they thought it was because I wasn't proud of the work I produced. The real reason I didn't add the signature at the time was that my site was under construction.
  10. L

    Advice on lapdesk ... Anyone have a Lapdawg?

    I frequently get pains also. Especially on my lazy days, when I'm laying on my couch watching tv, with a laptop in front of me, typing actionscript with one hand. I enjoy just getting up and stretching every once in a while. Maybe a walk. Although lapdawg may help, you are still going to...
  11. L

    Web Design for non-webdesigners.

    iWeb might be a good choice, but you would really be sacrificing functionality for ease of use. Adobe Contribute might be a solution. The way I see things, when it comes to pro-bono work, the "favors" never stop.
  12. L

    Advice on choosing website builder

    Listen to this post. I second using a CMS. It's free, and powerful. Your web hosting service might even have a one-click installation.
  13. L

    Need Help with flash

    The problem is (I'm 95% sure) that you didn't upload the AC_RunActiveContent.js file that DW generates for you once you add a flash object to the page. Do you notice, in your files panel, a new folder called 'Scripts'? This folder must be uploaded in order for your flash file to run. It's...
  14. L

    Absolute or relative path

    Are you only testing the site locally? Once is it uploaded, you can reference the image using your site's address. <img src="http://www.yourdomain.com/img_folder/logo.gif" /> Problem solved, sort of. also, have you tried using alt tags to see if your using the proper paths?
  15. L

    What Popular Websites Need a Redesign?

    http://www.websitesthatsuck.com/ You'll laugh. Many of the websites on their are somewhat famous.
  16. L

    How to allow user to add site content???

    Let's not forget Adobe Contribute.
  17. L

    I want an opinion

    Don't underestimate this quote. There are a few people on this board that may be able to help as well. Including myself. That's what these forums are for. My advice is this. Sign up with this service. http://www.lynda.com/promo/freepass/Default.aspx?lpk35=240 The link that I gave you...
  18. L

    Actionscript help?

    What is the output? Do you get an error, or is it the case that nothing happens at all? If you suspect that it isn't executing at all, add the following line to the end of the code within the function. trace("working"); If there is no popup window that reads "working" then your code...
  19. L

    Meta Tag Usage - How important is it?

    Thanks for the good, systematic info.
  20. L

    Meta Tag Usage - How important is it?

    hmmm.. so is it the title or the domain? I didn't know domain was so important. I guess because most of my clients chose the same domain as they did title, so I didn't notice the effects.
Top