A Flash Developer Resource Site

Search:

Type: Posts; User: micmac

Page 1 of 20 1 2 3 4

Search: Search took 0.43 seconds.

  1. Replies
    0
    Views
    416

    Unable to access onRollOver event

    Hi guys,
    I having diificulty triggering an onRollOver event, i think it may have something to do with layers however when i trace using getDepth the panel_insert3_3 clip is above show_page_3.
    If...
  2. Replies
    2
    Views
    513

    Thanks for the reply. Almost there. I added the...

    Thanks for the reply.
    Almost there. I added the above code to the first frame and changed the tween to "width" and "height" but upon rollover the image resizes to the new centered reg. point however...
  3. Replies
    2
    Views
    513

    Resizing from center

    Hi all (Happy New Year),
    I'm currently running a script that successfully resizes an imported image upon rollover using the tween class. The only issue i have is the registration point. How do i...
  4. Replies
    1
    Views
    869

    Hi there, I don't have enough time to read...

    Hi there,
    I don't have enough time to read through all of your code however one element did stand out.
    If you want your results to show within a new page then $PHP_SELF won't work, you need to...
  5. Replies
    11
    Views
    1,532

    Hi there, This...

    Hi there,
    This may help.
  6. Replies
    1
    Views
    621

    Anyone got a possible solution?

    Anyone got a possible solution?
  7. Replies
    2
    Views
    977

    Hi there, Not the best solution ;) If you don't...

    Hi there,
    Not the best solution ;)
    If you don't want to go down the remoting path you should take a look at sendAndLoad.
    This will allow you send a varaible to your php script and upon deletion...
  8. Replies
    1
    Views
    621

    Video won't load uopn single click

    Hi all,
    I am in the process of developing a dynamic video player using flash/php/mysql.
    You can view it here: http://www.mypackage.flvhost.com/index.php
    Everything appears to be running fine...
  9. Replies
    1
    Views
    799

    Set textinput height via css

    Hi,
    Is it possible to set the textinput fields height via css or any other global means? I don't want to have to speficially assign a height parameter to every textinput field in my app.

    Cheers
  10. Replies
    1
    Views
    473

    Passing data to button instance

    Hi all,
    I'm currently having difficulty passing a variable to a button instance. I'm using AMFPHP to get the results (all this is worling fine). The results will be displayed in a ScrollPane. Here...
  11. Replies
    1
    Views
    496

    [F8] Adding button behavior on the fly

    Hi all,
    Can anyone suggest the best way to approach the following?
    I currently am trying to load an array of movieclips (one on top of the other):


    createEmptyMovieClip("content_holder_mc",...
  12. Replies
    0
    Views
    363

    flv / bolt-on bandwith

    Hi all,
    Hopeing to get some advice on the following.
    Lets say i have a series of flv files uploaded to my server.
    If i give my clients a bolt-on (basically a front-end ie. flash player, list to...
  13. Replies
    1
    Views
    2,324

    FLEX: HTML within a Label

    Hi,
    If i have the following:


    <mx:Label text="Stock#: {data.stockNum}" />

    how can i add HTML to a section of the text property?
    Eg. how could i add a bold tag around Stock#: and not the...
  14. Replies
    0
    Views
    697

    Flex 2/ AMFPHP login woes

    Hi,
    Currently trying my hand at Flex 2. Not doing to bad so far.
    I have however run into an issue with a login script. I'm wanting to use a combination of Flex and AMFPHP to create a login/user...
  15. Replies
    1
    Views
    552

    Combobox click detection

    Hi,
    What's the best way to go about detecting whether a combobox component has been clicked.... not selected or changed....simply clicked upon?

    Cheers
  16. Thread: Ajax

    by micmac
    Replies
    1
    Views
    769

    Hi, If you're using PHP i found xajax...

    Hi,
    If you're using PHP i found xajax to be most beneficial.
    Lots of examples and tuts as well as a growing community on the forums.

    Cheers
  17. Replies
    0
    Views
    725

    Calling object issue via AMFPHP

    Hi,
    Can anyone assist me as to where i might be going wrong?
    I am unable to call back the object into flash.
    Here is my actionscript:


    import mx.remoting.*;
    import mx.remoting.debug.*;...
  18. Replies
    0
    Views
    379

    Variable scope issue

    Hi all,
    I'm having difficulties calling a variable outside of a function.
    This is what i have:


    //set var outside function
    var totalHolderHeight:Number = 0;

    //handle server response...
  19. Replies
    7
    Views
    1,490

    Ok, first things first you are going to need...

    Ok, first things first you are going to need server space and a server that has php. Do you have access to a server running php? There may even be some freebies around.
    Once you get that sorted i'm...
  20. Replies
    7
    Views
    1,490

    Hi, If you don't want to go down the shared...

    Hi,
    If you don't want to go down the shared object path (much like a cookie) you could opt for the server side way. Here is a php tutorial.
    http://www.kirupa.com/developer/mx/hitcounter.htm
  21. Replies
    2
    Views
    463

    Delaying tween class

    Hi all,
    I'm having trouble delaying the tween. At the moment the myTween is successfully tweening the nav buttons up however it is tweening them all at once. I'm wanting to tween the first nav...
  22. Replies
    26
    Views
    1,581

    Take a look at the following

    Take a look at the following
  23. Replies
    1
    Views
    643

    Try myString.toUpperCase();...

    Try


    myString.toUpperCase();
    myString.toLowerCase();
  24. Replies
    0
    Views
    445

    Delaying attachMovie via setInterval

    Hi,
    How can i pause the following for a set amount of time?


    var tab_mc:MovieClip = this.createEmptyMovieClip("tab_mc", this.getNextHighestDepth());
    tab_mc._x = 183;
    tab_mc._y = 24;

    cool =...
  25. Replies
    0
    Views
    451

    Removing active state from button

    Hi,
    I'm currently working on a dynamic tab menu. I've managed to get everything working as it should with the exception of trying to remove the active state from a button. The problem arises when i...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center