A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Database Connections

  1. #1
    Junior Member
    Join Date
    Oct 2001
    Posts
    1
    Hmmm I normally work in VBscript and like to pull content and just about anything I can from a database my I have been in the past using a com object installed on my local server to make text graphics but I want something that looks better so I thought I might try to use css to customize normal text but it still doesn't look cool enough I would really like to make navigation for my website in flash but it needs to be adminable and pullable from a database

    Do you guys have an suggestions on how I can pull content from a database into a flash movie dynamically links to tutorials will be greatly appreciated

    Thanks
    -j

  2. #2
    Senior Member
    Join Date
    Oct 2000
    Posts
    387
    Download my Poll to see how to connect to a Database...

    http://www.rolandschaer.ch (click to the little star to enter beta-version of my site)

  3. #3
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    just one simple example for a menu that loads from a database - dynmenu article at http://www.neuralust.com/~mingdocs - but you will probably find half a dozen different ones in the tutorial section at flashkit. As far as the database interconnect is concerned, they will all load variables from a textfile or database in much the same way

    @roele: your site comes up with a 404 for styles.css and is locking out N4.x browsers this way

    Musicman

  4. #4
    Senior Member
    Join Date
    Oct 2000
    Posts
    387
    i had no errors on NS Browsers.... ?
    but thx for reply.... *gg

  5. #5
    Junior Member
    Join Date
    Aug 2001
    Posts
    12
    Originally posted by JPHonsinger
    Hmmm I normally work in VBscript and like to pull content and just about anything I can from a database my I have been in the past using a com object installed on my local server to make text graphics but I want something that looks better so I thought I might try to use css to customize normal text but it still doesn't look cool enough I would really like to make navigation for my website in flash but it needs to be adminable and pullable from a database

    Do you guys have an suggestions on how I can pull content from a database into a flash movie dynamically links to tutorials will be greatly appreciated

    Thanks
    -j
    If you work in VBscript then you'll have no problem, the information that you want to send into Flash just use:

    basically:

    response.write("&varnameinflash=" & server.URLEncode(rstemp("feild1")))

    call the page from flash

    loadVariablesNum ("mynew.asp", 0, "POST");


  6. #6
    Member
    Join Date
    Jan 2001
    Posts
    32
    boehoe

    i'm working my but off to make a flashpoll and roele just have it to download

    great job on that roele, nice work you did.

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