A Flash Developer Resource Site

Search:

Type: Posts; User: wainui

Page 1 of 16 1 2 3 4

Search: Search took 0.10 seconds.

  1. Thread: LoadVars

    by wainui
    Replies
    7
    Views
    796

    Thanks guys! I had heard of the sandbox thing...

    Thanks guys!
    I had heard of the sandbox thing but wasn'y sure it applied as I am not going to..

    all I want to do is use loadVars object to POST the data to a script (php)..

    Mike
  2. Thread: LoadVars

    by wainui
    Replies
    7
    Views
    796

    LoadVars

    Just a quick one...

    can I post loadVars to an other server??

    My client only has .asp and I want to try and host the mail.php file on my server.. is this possible? I don't have access to there...
  3. Replies
    0
    Views
    414

    datagrid loses formatting second viewing

    Hi,
    I am using the a datagrid called "myDataGrid"

    I am formatting it using a combination f _global styles


    // style stuff
    _global.style.setStyle("color", 0x000000);...
  4. Replies
    4
    Views
    8,316

    For anyone else who finds this thread.. The...

    For anyone else who finds this thread..
    The getDay method only returns the "day" ie: monday - friday.. to find out the date ie: 27th then use the getDate() function.. if you replace this line of...
  5. Replies
    0
    Views
    326

    View Post

    Hi,

    just wondering if someone had any idea if there is a max file size for XML that you can load into flash?

    Also I am interested in finding out if I am going to gget any performance issues if...
  6. Replies
    1
    Views
    367

    app structure.. loading multiple XML files

    hi I am building a flash app (using Zinc) which reads and writes student data to XML files..


    this will be done ona local hardrive or intranet..

    I was planning on loading all the students data...
  7. Replies
    3
    Views
    404

    Photoshop is the answer.. there are a few that...

    Photoshop is the answer.. there are a few that might interest you here...

    http://myjanee.home.insightbb.com/tutorials.htm
  8. Thread: Help Plz

    by wainui
    Replies
    2
    Views
    605

    Out of flash help.... a good example as it uses a...

    Out of flash help.... a good example as it uses a callback function that tells you when the variables are loaded...

    The following example loads information from a text file called params.txt into...
  9. Replies
    6
    Views
    675

    classic! Are you blaming me??? You think that...

    classic! Are you blaming me???

    You think that little bit of code crashed flash???

    You have stipulated that

    var newBio = String(this._name+"Bio");
    is a string...

    waht type is bioArr[i]...
  10. Thanks for your help.. I have been trying to get...

    Thanks for your help.. I have been trying to get used to using type checking as a matter of habit.. defining on _global has always stumped me though!
  11. Replies
    6
    Views
    675

    Make sure you are checking a string against a...

    Make sure you are checking a string against a string or movieClipTargetPath against movieClipTargetPath.. sounds like you may need to use >> eval( bioArr[i] )
  12. Thanks for your reply.. I realise this but this...

    Thanks for your reply..
    I realise this but this code
    _global.firstTime:Boolean = true; also gives me errors.. as well as
    firstTime:Boolean = true;
    which seems to suggest that to opt into the...
  13. View Post

    Hi, I am a litttle bit confused about variable scope when using AS2 syntax and variable checking.. I can assign a variable as a boleean as below..


    var firstTime:Boolean = true;

    now how can I...
  14. Thread: simple question

    by wainui
    Replies
    1
    Views
    548

    The frame labels input box is located on the...

    The frame labels input box is located on the properties panel. which is the large one at the bottom!
  15. Replies
    2
    Views
    444

    try the employment section at ...

    try the employment section at

    http://www.actionscript.org/
  16. Replies
    4
    Views
    665

    I converted your file for you.. My G5 had some...

    I converted your file for you..
    My G5 had some problems crunching through it.. seemed to take a long time to covert.. let me know if you have trouble with it and I will do it again..

    This is a...
  17. Replies
    4
    Views
    665

    no worries post a link to the file and I will...

    no worries post a link to the file and I will convert it for you..

    It may be that the file was produced on a mac as well.. try opening the file from inside flash using file--> open rather than...
  18. Replies
    2
    Views
    442

    I would say that it is all the animation that you...

    I would say that it is all the animation that you have going on at the same time.. The background animaion of the transparent words will definitely affect performance.. also sometimes animating over ...
  19. I'm guessing.. Are you loading your jpg's...

    I'm guessing..

    Are you loading your jpg's dynamically into flash?

    If so then make sure that you check they have loaded completely before you assign any properties to the movie they load into......
  20. Got a link to the html page with the .swf in...

    Got a link to the html page with the .swf in question?
  21. Replies
    3
    Views
    548

    I don't know any other way other than what you...

    I don't know any other way other than what you mentioned... good luck... I think you might be struggling to get it to tile exactly with your HTML page..
  22. Thread: independent fps

    by wainui
    Replies
    1
    Views
    423

    You can use etInterval to advance the movie...

    You can use etInterval to advance the movie faster or slower than the main timeline.. senoculars explaination at the top of this forum is a great plave to sart.. might even have an example.
  23. Thread: Ok!

    by wainui
    Replies
    2
    Views
    501

    you can get a graphic to "move" by tweening!...

    you can get a graphic to "move" by tweening!
    Much easier than adding alot of keyframes!

    I don't have time to explain a tween but am sure there are alot of tutorials on this site if you search...
  24. Replies
    5
    Views
    536

    you can't with flash.. you need to use php or...

    you can't with flash.. you need to use php or similiar server side solution..
  25. Replies
    10
    Views
    517

    18,000 posts you legend.... you managed to clock...

    18,000 posts you legend.... you managed to clock up those last 6,000 pretty fast!
Results 1 to 25 of 398
Page 1 of 16 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center