A Flash Developer Resource Site

Search:

Type: Posts; User: winter1982

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    18
    Views
    951

    so that means i don't use the onLoad method?

    so that means i don't use the onLoad method?
  2. Replies
    18
    Views
    951

    object.onLoad = function(success) { ...

    object.onLoad = function(success)
    {
    if(success)
    {
    execute variable scrips;
    }
    }

    does'nt seem to work very well... can someone post a better way to wait for variables to load...
  3. Replies
    0
    Views
    308

    making a getURL to "Save As"

    Hi,
    is there a way to make a getURL to a mp3 file to open up a Save As dialog definately? coz if the user has a mp3 plugin like Quicktime, getURL a mp3 file will open the URL in quicktime...
  4. Replies
    18
    Views
    951

    As for doing the loops only after the variables...

    As for doing the loops only after the variables have loaded, i use

    var.onLoad = function(success){
    if(success)
    {
    <execute scripts>
    }
    }

    unfortunately it...
  5. Replies
    18
    Views
    951

    please explain what the actionscript loops do......

    please explain what the actionscript loops do... coz i don't really see what they're doing...
  6. why even with _Self, new window still opens

    hi,
    i'm passing a set of flash textinput values to a php, the code is as follows on the frame:

    (onrelease of the submit button, it will come to this frame)

    var comm = newLoadVars();
    comm.name...
  7. dynamically created MC does not respond!

    does anyone have any idea why my scrollbar will not scroll my MC made up of several attachMovies ? scrolling works when i replace the MC with some text, so the scrollbar is working...

    basically i...
  8. Replies
    3
    Views
    502

    did you fix your problem? coz i'm having the...

    did you fix your problem?
    coz i'm having the same problem now.. generated MC but it does not respond to any movement at all
  9. Replies
    0
    Views
    350

    attachMovie MC not responding at all

    does anyone have any idea why my scrollbar will not scroll my MC made up of several attachMovies ? scrolling works when i replace the MC with some text, so the scrollbar is working...

    basically i...
  10. Replies
    0
    Views
    329

    AttachMovie and Mask not working

    Hi,
    i have a MC_Holder on maintimeline, basically an empty MC, but in frame1, its programmed to attach 5 instances of an MC to the MC_Holder. What i tried was to mask an area inside MC_Holder, but...
  11. Replies
    2
    Views
    366

    does'nt seem to be it... coz the scrollbar works...

    does'nt seem to be it... coz the scrollbar works with its original content.. only thing i changed was the content and height variable in the initalizing code...
  12. Replies
    2
    Views
    366

    scrollbar scrolling the wrong way

    Hi,
    i'm did a scrollbar following the tutorial found here
    http://www.virtual-fx.net/vfx/tutorial/tutorial3_214_20020113.php

    my problem is, when i scroll down, the contents go down as well, which...
  13. why scrollbar scrolls down instead of up

    Hi,
    i'm did a scrollbar following the tutorial found here
    http://www.virtual-fx.net/vfx/tutorial/tutorial3_214_20020113.php

    my problem is, when i scroll down, the contents go down as well, which...
  14. Replies
    8
    Views
    703

    that worked very nicely indeed, thanks man.. but...

    that worked very nicely indeed, thanks man.. but 1 last thing, how should i alter the code if i need it to be contained in a MC instead of _root . coz i'll need to put the whole thing into a...
  15. Replies
    8
    Views
    703

    c is a loadvars object... any other idea how i...

    c is a loadvars object... any other idea how i can make something like a preloader?

    you're right.. i tried running the functions on frame 10 and it works.. but i still need someway to make sure...
  16. Replies
    8
    Views
    703

    i'm having trouble assinging _root.c.content0 to...

    i'm having trouble assinging _root.c.content0 to the content variable.. the thing works if i set some text to it, but if i assign a variable to it, then it doesnt work... could you help me again?
  17. Replies
    8
    Views
    703

    a thousand thanks to you. :p interestingly...

    a thousand thanks to you. :p
    interestingly though, when i debug it, tho the textfields are there, the instances are'nt listed in the debug..
  18. Replies
    8
    Views
    703

    function to create textfields

    can anyone tell me why this won't work. i am tryin' to make a function that will let me create textfields, with the inputs field_name, level, y coordinate and its contents.
    ...
  19. i got it working thanks.. the problem actually...

    i got it working thanks.. the problem actually was that i was doing everything on frame 1, and the script did the positioning before the text actually loaded into the textfield...so i put the...
  20. sorry i don't know the syntax for using...

    sorry i don't know the syntax for using textfield.onchange , i tried
    textfield.onchange {
    }
    but it did'nt work that way..
  21. attaching an MC to the end of a textfield

    Hi,
    i have a problem here, which is i have an MC, blogentry.
    it contains 2 textfields both dynamic which will receive content from sql, and both autosize.
    thing is after the 2nd text field, i...
  22. Replies
    60
    Views
    8,332

    iframes are microsoft proprietary tags that only...

    iframes are microsoft proprietary tags that only work with Internet Explorer .
  23. Replies
    18
    Views
    951

    1: i definately don't want to use html textfield,...

    1: i definately don't want to use html textfield, coz i don't want to just plainly list everything out.

    2: when i have a result set from a query, if it contains 5 rows, and its assigned to $result...
  24. Replies
    18
    Views
    951

    heya, thanks for the reply, i don't quite...

    heya,
    thanks for the reply, i don't quite understand though, so i'm gonna explain a small example. Say my sql table Entries, has 3 fields, EntryID, Subject, Content . both text.
    so in the flash...
  25. Replies
    18
    Views
    951

    listing all rows of db in flash

    Hi,
    I'm tryin' to integrate a database into a flash journal system i'm tryin' to write, so far i can only limit the interface to only show 1 entry per page, but I can’t quite understand how I...
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center