A Flash Developer Resource Site

Search:

Type: Posts; User: FlashDynamic

Search: Search took 0.24 seconds.

  1. Layout is good, design is good. But what pulls...

    Layout is good, design is good.

    But what pulls it down is the blurry font's
    Invest in some pixel fonts, and be sure you set the placement on the pixel.
  2. Replies
    5
    Views
    435

    the only way that i know of is to set your...

    the only way that i know of is to set your browser to check for new versions every visit to the page, even then some flash stuff will cache. The best option that i know of is to call the flash file...
  3. Replies
    2
    Views
    423

    My lastest work

    Let me know what you think.

    http://www.1063thebuzz.com
  4. Replies
    5
    Views
    687

    Sub...

    <SCRIPT LANGUAGE="VBScript" RUNAT="Server">
    Sub Session_OnStart
    Session("user") = ""
    Session("pass") = ""

    End Sub
    </SCRIPT>


    that will be your global.asa...
  5. Replies
    5
    Views
    687

    are you wanting to use a true ASP session object?...

    are you wanting to use a true ASP session object? or just using cookies?
  6. Replies
    3
    Views
    1,161

    If your good with recursive functions you can...

    If your good with recursive functions you can write one to find a node by name and position. I wrote one that i call findnode().

    example:



    <rootnode>
    <firstname>joe</firstname>
    ...
  7. Replies
    4
    Views
    1,928

    http://www.1063thebuzz.com I use xml for all...

    http://www.1063thebuzz.com

    I use xml for all of the information on this site. It allowed me to produce the look, but allow the radio station to make the changes with an admin that hooks into a...
  8. make sure all of the xml data is loaded before...

    make sure all of the xml data is loaded before continuing with your AS code. make a loop that halts execution of other code before continuing. Flash doesnt wait for the xml to load before continuing,...
  9. Replies
    0
    Views
    663

    Ive read all the faq information that i can find,...

    Ive read all the faq information that i can find, but im still having trouble using asp to parse the posted xml data from flash.

    If anyone has an example of the asp side code it would be greatly...
  10. Replies
    0
    Views
    1,593

    As far as speeding the site up, the best way to...

    As far as speeding the site up, the best way to do that is get rid of vbulletin all together. While it has served you well these years. There is now to many people for it to handle. You need an SQL...
Results 1 to 10 of 10




Click Here to Expand Forum to Full Width

HTML5 Development Center