A Flash Developer Resource Site

Search:

Type: Posts; User: jamescover

Page 1 of 20 1 2 3 4

Search: Search took 0.43 seconds.

  1. Replies
    9
    Views
    2,204

    Hey, WC: That worked a treat! In fact, the...

    Hey, WC:


    That worked a treat! In fact, the previous one probably would have worked as well--dunno--I was trying to open it directly, instead of loading it from the effects folder. At any rate,...
  2. Replies
    9
    Views
    2,204

    Frets, wcoleman, Lys12, persaltier...wow, it's...

    Frets, wcoleman, Lys12, persaltier...wow, it's like old school week. I remember, and am glad to see, you all. I mean that!

    WC, thanks for the file. Unfortunately, I'm getting the "This file...
  3. Replies
    9
    Views
    2,204

    Hi, Frets. Yeah, long time... I think we...

    Hi, Frets. Yeah, long time...




    I think we might be thinking of different effects. Below is the original thread, from a couple of years ago:

    ...
  4. Replies
    9
    Views
    2,204

    Jelly Button/Snake Effect Settings

    Hi:

    I've been out of the loop for quite some time now, but I'm looking for the snake settings for the "Jelly Button," originally posted by Roger Onslow. Unfortunately, all of the old links are...
  5. Replies
    12
    Views
    712

    Hi Tracy: No need for apologies. You've been...

    Hi Tracy:

    No need for apologies. You've been immensely helpful, and I greatly appreciate it.

    Regarding the search feature, that was never an issue...the functionality, that is. Hopefully,...
  6. Replies
    12
    Views
    712

    Ha ha. Unfortunately, that is a screenshot of a...

    Ha ha. Unfortunately, that is a screenshot of a different page, than the one I posted. Mine is a screenshot of the Nissan Xterra listing...the actual listing. Like, the page that is loaded when you...
  7. Replies
    12
    Views
    712

    you would want to add an extra step so that the...

    you would want to add an extra step so that the user can get more specific with his search. Lets say he is looking for a '97 Honda accord. The user would have to click honda and search through all...
  8. Replies
    12
    Views
    712

    Hi Tracy: Thanks, for responding! The...

    Hi Tracy:

    Thanks, for responding!

    The search function is activated onchange by design. Adding a button would be a simple matter. but I'm curious: why would you want to add an additional step to...
  9. Replies
    12
    Views
    712

    Yeah, me too (IE6.0)...that and Firefox 0.9.3 ...

    Yeah, me too (IE6.0)...that and Firefox 0.9.3



    Thanks. It's admittedly bland, but it has to be fast loading, so I tried to keep everything to a minimum. And it will be linked from a dealer's...
  10. Replies
    10
    Views
    748

    IE6.0, Firefox 0.9.3. Everything aligns...

    IE6.0, Firefox 0.9.3. Everything aligns correctly. If you bg isn't matching, make sure you develop with 32-bit color.

    I assume the links aren't supposed to work??? I do agree, however, that you...
  11. Replies
    12
    Views
    712

    Used Car Dealer Inventory DB

    Hi Guys/Gals:

    Just looking for some browser checks, or comments on anything you think is relative. I'm especially interested in some feedback from people with NS6 or 7, and some older browsers,...
  12. Thread: JavaScript

    by jamescover
    Replies
    5
    Views
    997

    I'm not sure what you are trying to...

    <script>


    I'm not sure what you are trying to accomplish, but this should get you started:
  13. Replies
    20
    Views
    1,365

    Hi scudsucker: Thanks for the info. I wasn't...

    Hi scudsucker:

    Thanks for the info. I wasn't aware of the text line limitation.




    I've taken care of it.
  14. Replies
    20
    Views
    1,365

    Your problem seems to be a conflict with your...

    Your problem seems to be a conflict with your host and your domain forwarding/putting your host in frames, not the popup script.

    I suggest you check your Terms of Service. The script you posted...
  15. The main rub of this sort of thing is how your...

    The main rub of this sort of thing is how your are going to process orders, i.e., credit cards, checks, etc.

    If you are going to accept credit cards, I would suggest the Paypal route for the sheer...
  16. Replies
    4
    Views
    845

    not in the first step, when only showing all...

    not in the first step, when only showing all makes. but after a make is submitted (with something like onChange='java script:document.formname.submit()'), you'll need it, yes.

    Right. That's kinda...
  17. The anchor tag above...

    <a href="detect.htm">

    The anchor tag above populates the window.location.href property with the supplied url.

    onMouseDown="openBrWindow('detect....
  18. Replies
    4
    Views
    845

    Hi Oeldroop: Thanks for the code. I will give...

    Hi Oeldroop:

    Thanks for the code. I will give it a try. But don't I have to use $_POST['var'], or some such thing...? At any rate, I will see if I can get it to work.

    but on general i think, if...
  19. Replies
    20
    Views
    1,365

    Hi Marksk: I just visited your web site: ...

    Hi Marksk:

    I just visited your web site:


    www.marksk.co.uk

    Click: Enter Site > Web > Bacpt

    I just got ONE popup, a custom javascript window.
  20. Replies
    4
    Views
    845

    Searching MySQL db with PHP...

    You can put the amount of knowledge of PHP I have in a thimbel...

    Anyway, I have set up a MySQL db (Using PHPMyAdmin), with a single table, and four columns: Year, Make, Model, Link.

    On the...
  21. Replies
    4
    Views
    683

    View Post

    <img src="homemenu.jpg" name="joe"
    onClick= "window.open('http://www.breakingbenjamin.com', 'tomorrow')
    onMouseOver="document.joe.src='home2.jpg'" onMouseOut="document.joe.src='homemenu.jpg'">
    ...
  22. View Post

    <a href="detect.htm" onMouseDown="openBrWindow('detect. htm','','toolbar=no,location=no,menubar=no,scrollb
    ars=no,resizable=no,width=550,height=750')">open</a>

    Use this:

    <a...
  23. Replies
    8
    Views
    624

    so could you elate it too that i really...

    so could you elate it too that i really appreciate your help

    Okay, a simple AS example:


    You could a create a function like this:

    function getFrame(x){
    _root.gotoAndPlay(x);
    }
  24. Replies
    8
    Views
    624

    i was just wondering if liek a function says ...

    i was just wondering if liek a function says
    function dogfunc(kill) {
    what does the kill part do

    It's an argument of the function. A variable whose value will be determined when the function is...
  25. Replies
    8
    Views
    624

    Brackets: [ ] Curly Braces: { } ...

    Brackets: [ ]

    Curly Braces: { }

    Parentheses: ( )


    -james
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center