A Flash Developer Resource Site

Search:

Type: Posts; User: Sem

Page 1 of 20 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    822

    I'd go for an hourly rate. That way, if the...

    I'd go for an hourly rate. That way, if the project becomes more of a bear, you are not short-changing yourself. Don't take this as rock solid, but I think $25/hr sounds fair.
  2. Replies
    7
    Views
    1,066

    What is she using on the backend to actually send...

    What is she using on the backend to actually send the message (PHP, ASP, etc)?
  3. Thread: Server date/time?

    by Sem
    Replies
    7
    Views
    1,189

    Do you have any other server-side scripting...

    Do you have any other server-side scripting languages available (ASP, Perl?)

    Sem.
  4. Replies
    5
    Views
    1,031

    Here is a free mailing list script that is not...

    Here is a free mailing list script that is not only extremely functional, but is also pretty stylish. It utilizes php/mysql. Highly recommended - check it out:
    ...
  5. Thread: Server date/time?

    by Sem
    Replies
    7
    Views
    1,189

    Use PHP, if your server supports it. Create a...

    Use PHP, if your server supports it.

    Create a php file named day.php with the following content:

    <?php
    $day = date("j", time());
    print "_root.day=$day";
    ?>

    To pull the date from flash...
  6. Replies
    2
    Views
    1,180

    In the first frame of the target scene, place a...

    In the first frame of the target scene, place a frame label (example name: thisScene)

    On the button, place the following AS:

    on(release){
    _root.gotoAndPlay("thisScene");
    }

    If you are using...
  7. Replies
    14
    Views
    1,236

    Here are a truckload of links. I realize...

    Here are a truckload of links. I realize hotscripts has been posted, but I thought I'd get you right there.

    Using PHP (keep in mind that most hosts use the defualt settings for php upload - max....
  8. Replies
    9
    Views
    1,247

    Not that i know of... There is Swish, which may...

    Not that i know of... There is Swish, which may be the closest you'll get.

    http://www.swishzone.com

    Sem
  9. Replies
    9
    Views
    1,247

    Ah, I see :) Well, I don't know of any websiites...

    Ah, I see :) Well, I don't know of any websiites that offer on the fly website creation except for Balthaser, but it's a bit pricey I imagine.

    you could download a free flash template and add...
  10. Replies
    9
    Views
    1,247

    I'm not sure if this is what you are looking for,...

    I'm not sure if this is what you are looking for, but here is a browser-based WYSIWYG HTML editor. It looks pretty sweet. It's like Dreamweaver, but through a browser..
    ...
  11. Replies
    3
    Views
    922

    Cool. Do the following: 1)Create your flash...

    Cool. Do the following:

    1)Create your flash button. for the button actions, use the following:

    on(release){...
  12. Replies
    7
    Views
    1,226

    jolt, Those scripts rock, man. Kudos on the...

    jolt,

    Those scripts rock, man. Kudos on the Access Manager - good work :thumbsup:

    Sem
  13. Replies
    5
    Views
    866

    How are these graphing points stored? Are they in...

    How are these graphing points stored? Are they in a mySQL or other variety of database? Are they stored in a flat file?

    Sem
  14. There's no javascript needed. Just place the...

    There's no javascript needed. Just place the height attribute in the table tag as opposed to the td tag.

    ex:
    <table height="100%">

    Also, if you want it flush with the very top of the browser...
  15. Thread: Bootable CD

    by Sem
    Replies
    2
    Views
    667

    Here are the steps (for Windows): 1)open...

    Here are the steps (for Windows):

    1)open notepad and type the folowing:

    [autorun]
    OPEN=your-file-and-extension-here <-- ex. myflash.exe

    2) save this as autorun.inf (in the 'save as' field,...
  16. Thread: Am I Online?

    by Sem
    Replies
    3
    Views
    814

    Hmm, that's a tough spot you're in.. To add to...

    Hmm, that's a tough spot you're in..

    To add to the iframe idea, could you use a hidden frame rather than a 1px iframe to access the outside world? rpenner used the method for storing variables...
  17. Replies
    3
    Views
    922

    What is the html code that adds the item to the...

    What is the html code that adds the item to the cart?
  18. Replies
    2
    Views
    672

    Not sure if this will work, but try: ...

    Not sure if this will work, but try:

    horz.onRollOut = function() {
    text="yes";
    }

    Not sure if the onRollOut event will cross over to a MC... don't have flash mx at work to test..
  19. Thread: Am I Online?

    by Sem
    Replies
    3
    Views
    814

    Mmm, that is tricky. I've racked my brain, but...

    Mmm, that is tricky. I've racked my brain, but could only come up with a solution that is probably not desirable:

    1. The security feature doesn't effect stand alone projectors. Depending on the...
  20. Replies
    41
    Views
    2,042

    Sorry, can't just pick one. :D old school...

    Sorry, can't just pick one. :D

    old school (c64): Wasteland, Moebius, Mail Order Monsters

    New school (well, sort of): Grim Fandango, Half-Life.
  21. Replies
    3
    Views
    789

    Flash 5 or Flash MX?

    Flash 5 or Flash MX?
  22. Replies
    27
    Views
    2,370

    I received several of these emails and actually...

    I received several of these emails and actually contracted the virus (no virus protection at that moment). It was the Elkern variant. It's a nasty bugger.

    It's pretty easy to remove. Got to Norton...
  23. I found a few opensource scripts that you may...

    I found a few opensource scripts that you may want to utilize. One is a full featured PHP solution. You could augment the front end so it works with flash:
    ...
  24. Replies
    3
    Views
    792

    Try robert penner's solution...

    Try robert penner's solution. It works nicely and makes use of the browser's native back and forward button to control the flash movie (it's boody brilliant the way he does it).

    Sem
  25. Replies
    5
    Views
    1,094

    That is a tall order. If you have a development...

    That is a tall order. If you have a development budget available, you could try this commercial PHP script. It looks extremely nice, and seems to fit your needs perfectly. Also, it is not overly...
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