A Flash Developer Resource Site

Search:

Type: Posts; User: fabolous

Search: Search took 0.05 seconds.

  1. Use a video editing software to edit audio in the...

    Use a video editing software to edit audio in the video clip

    or completely remove the audio clip from the video, export it and them import the audio to flash then u can control the audio using...
  2. Replies
    7
    Views
    614

    fyi - mx way wwwtext = new LoadVars(); ...

    fyi - mx way
    wwwtext = new LoadVars();
    wwwtext.onLoad = function (success){
    if (success){
    trace ("done loading");
    //do...
  3. Replies
    7
    Views
    614

    true that's swonking in flash 5. u do not need to...

    true that's swonking in flash 5. u do not need to do it in flash mx use onLoad handler to see if the LoadVars object loaded and then have it do whatever
  4. Replies
    0
    Views
    310

    Is there any way flash MX or Javascript can...

    Is there any way flash MX or Javascript can detect if the user uses a Netscape borwser?
  5. Replies
    4
    Views
    426

    thanks for your help. could u see why this...

    thanks for your help. could u see why this doesn't work in Netscape 5+?

    on(release){
    if (System.capabilities.screenResolutionX ==800 or System.capabilities.screenResolutionX <= 600){...
  6. Replies
    10
    Views
    661

    imagemovieclipname.useHandCursor=true;...

    imagemovieclipname.useHandCursor=true;
    imagemovieclipname.onRollOver=function(){
    this._xscale=200;
    this._yscale=200;
    };
  7. Replies
    4
    Views
    426

    Thanks for the quick response man. ;)

    Thanks for the quick response man. ;)
  8. Replies
    10
    Views
    661

    load the pictures to a movieclip and then call a...

    load the pictures to a movieclip and then call a function on roll over event. create the function on the main timeline to resize the movieclip ;)
  9. Replies
    7
    Views
    614

    use loadVariablesNum instead.

    use loadVariablesNum instead.
  10. Replies
    4
    Views
    426

    System.capabilities.screenResolution.x does...

    System.capabilities.screenResolution.x

    does anyone know how to use this to obtain the value?
  11. Thread: mail form

    by fabolous
    Replies
    0
    Views
    317

    I'm using this method as a contact form in my...

    I'm using this method as a contact form in my project
    http://www.flashkit.com/tutorials/Interactivity/CGI_Form-Thomas_W-778/index.shtml

    It works great on it's own, but when i use it as a...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center