A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Dynamic stuff

  1. #1
    Member
    Join Date
    Jul 2004
    Posts
    34

    Dynamic stuff

    Some help Please

    I understand loading dynamic text and stuff, my question is.. is there an easy way to do this with things like pics? Could i import a jpeg dynamically so that i could make an easy gallery page that could be updated?

    I know it can be done, but is it easy.

  2. #2
    Member
    Join Date
    Nov 2000
    Posts
    72

    Not without a DB

    You can do it but you need to link it to a DB. You would also require an upload facility on your site, and you'd have to worry about resizing but if you'd be taing care of that then it should work fine.

    You could do it with text files with links to the images on the server (that you/users uploaded) but this would be tricky dicky to start with, but then easy to add sites without having to monitor preformance too much. Text files don't slow servers. The image uploading, resizing and ordering would be your greatest challenge.

    And it'd have to be Flash 6/7

  3. #3
    advancing in AS virtualeve's Avatar
    Join Date
    Jun 2001
    Location
    berlin, germany
    Posts
    129
    you can also try loading the images into movieclips with the duplicatemovieclip option. but you'd need ASP or PHP sites to determine the total number of clips & so on.
    FORM IS JUST A 4-LETTER WORD

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center