A Flash Developer Resource Site

Search:

Type: Posts; User: sims11tz

Search: Search took 0.01 seconds.

  1. its actually pretty easy look into these public...

    its actually pretty easy look into these public properties of the DateTimeAxis

    var hAxis:DateTimeAxis = new DateTimeAxis();
    hAxis.dataUnits = "minutes";
    hAxis.dataInterval = 1;
    ...
  2. Thread: nagivateToURL

    by sims11tz
    Replies
    3
    Views
    583

    hmmmm, you could use External Interface and call...

    hmmmm, you could use External Interface and call a javascript function in the iframe html that changes window.location.href ??

    -Dave Geurts
    http://www.davegeurts.com
  3. Replies
    55
    Views
    104,672

    Best Source for AS3 hands down... ...

    Best Source for AS3 hands down...
    ...
  4. Replies
    0
    Views
    437

    My First OOP as 2.0 project, TIPS?

    Ok Im taking the plunge, I just got Colin Mooks Book Essential ActionScript 2.0 Started reading it last night as my first exposure to OOP. I have coded something very simple that display 3 buttons in...
  5. Replies
    9
    Views
    475

    possible.

    It is possible.... you can pass flash a variable through the url for instance... in your link you would link it to www.yoursite.com/html1.html?header=1

    then in the html file you write a...
Results 1 to 5 of 5




Click Here to Expand Forum to Full Width

HTML5 Development Center