A Flash Developer Resource Site

Search:

Type: Posts; User: macca25

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    436

    Dynamically naming text fields

    Hello,
    I am currently displaying a series of movieclips like so:


    // Position of first cell
    X_OFFSET = 195;
    Y_OFFSET = -26;
    // Spacing between cells
    X_CELL_SPACING = 173;
    Y_CELL_SPACING =...
  2. Thread: Depths issue

    by macca25
    Replies
    3
    Views
    437

    thanks for the reply jbum...got it working :) on...

    thanks for the reply jbum...got it working :)
    on a related issue, if you take a look at the code above it dynamically places my mc's onto the stage in an ordered fashion.
    What i was wondering was...
  3. Thread: Depths issue

    by macca25
    Replies
    3
    Views
    437

    Depths issue

    Hi all,
    Let's assume i have two layers. The top layer of the two has a tween that lasts 10 frames. The bottom layer also contains the 10 frames but also has the following code on the forst frame:
    ...
  4. Replies
    7
    Views
    1,084

    Hi, You can still create an interface that...

    Hi,
    You can still create an interface that writes to the text file via PHP.
    This is an example of a more invloved solution.
  5. Thanks for the reply Musicman. So would i...

    Thanks for the reply Musicman.

    So would i create a .htaccess in the root folder containing the following:


    php_value session.cookie_domain .designpak.com.au
  6. PHP session over subdomains on the same server

    Hi all,
    Just curious as to whether the following is a secure enough process.
    I am currently passing the session_id() like so;

    http://[/url]" . $sub_domain . ".designpak.com.au/admin/?" ....
  7. Replies
    7
    Views
    1,084

    Hi, You'll find a vast number of tutorials on...

    Hi,
    You'll find a vast number of tutorials on this topic.
    Here's one i picked out.
  8. Thread: resfest

    by macca25
    Replies
    1
    Views
    521

    resfest

    The best ye fot 04-05.....
    resfest
  9. Replies
    3
    Views
    934

    Hi there, Search engines are never friendly no...

    Hi there,
    Search engines are never friendly no matter what language.
    There are many tutorials covering this topic..the easy answer is to say search google...if you then find NO results i'm more...
  10. Replies
    8
    Views
    926

    hi there, I'm seriously having trouble...

    hi there,
    I'm seriously having trouble navigating...and it's not browser related
  11. Replies
    5
    Views
    627

    Love the site....great concept! About the...

    Love the site....great concept!
    About the tape....i'm kinda liking it....resembled tape to me.
    OOC....was it Scotch? :rolleyes:
    I do give credit to one of the previous posts in regards to...
  12. Replies
    3
    Views
    934

    Hi, The basic answer is server-side scripting...

    Hi,
    The basic answer is server-side scripting such as PHP, ASP, CF etc.
    This maybe a whole new kettle of fish to you but you wont achieve the outcome otherwise.
  13. Replies
    21
    Views
    1,692

    LOL....you've got too much flash pumping through...

    LOL....you've got too much flash pumping through those veins of yours :)
  14. Replies
    21
    Views
    1,692

    I'm confused....notion or motion? :rolleyes:

    I'm confused....notion or motion? :rolleyes:
  15. Replies
    1
    Views
    617

    Software Development

    Hi all,
    What is the best way (via PHP) to achieve the following?
    Scenario:
    Let's assume I have developed a Help/Knowledgebase system whereby clients who purchase the software are hosted on my...
  16. Replies
    15
    Views
    953

    Hi, I have to agree with the above post in...

    Hi,
    I have to agree with the above post in regards to the boxes however i totally disagree about the font...i think it's very professional.
  17. Replies
    4
    Views
    1,014

    Hi there, Jerryscripts...

    Hi there,
    Jerryscripts has a few good ones
  18. Replies
    2
    Views
    755

    Hi there, You could use this...

    Hi there,
    You could use this, that way you only have to edit the XML file and not the flash. To ad to this you could edit the file via PHP and also upload the images to the server by way of a user...
  19. Thread: Php and lists

    by macca25
    Replies
    3
    Views
    674

    Hi, Your PHP would look something like:...

    Hi,
    Your PHP would look something like: (data.php)


    <?
    $count = 1;
    //connect here
    $query = mysql_query("SELECT * FROM artist");
    $num_rows = mysql_num_rows($query);
    while ($rows =...
  20. Replies
    1
    Views
    809

    Try:

    Try:


    <HEAD>
    <style type="text/css">
    <!--
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
  21. Try doing a search on google for "ASP Apache...

    Try doing a search on google for "ASP Apache bundle", i'm pretty sure you will find something similar. The other option is to get these apps seperately and configure them yourself which if you...
  22. Hi there, What server-side scripting language...

    Hi there,
    What server-side scripting language are you using? Not that it really matters but if you are using PHP you can set up a bundle package such as firepages. This will install...
  23. Replies
    7
    Views
    710

    Hi, I just tested the HTML version of it on my...

    Hi,
    I just tested the HTML version of it on my local server and it worked fine.
    The only thing i changed (as you said you have) was:


    $toaddress='your@email.com';

    Are your scripts in the...
  24. Replies
    7
    Views
    710

    OK...i haven't got time to look over the files...

    OK...i haven't got time to look over the files (someone else maybe able to) but I will ask a few questions to help unsolve it.
    Are you getting any errors or just no email?
    Have you used var names...
  25. Replies
    7
    Views
    710

    Hi there, Post what you have done so far as this...

    Hi there,
    Post what you have done so far as this will make it easier to see where your at.
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center