A Flash Developer Resource Site

Search:

Type: Posts; User: NightKarnation

Page 1 of 6 1 2 3 4

Search: Search took 0.06 seconds.

  1. Not a compile-time constant (external api)

    Hey guys,

    I have an error trying to implement an api from AppNext...
    Here's the very simple code:

    Code:


    public class AppNext extends MovieClip
    {
  2. Centering a nested/exported mc inside a stage mc

    Hey guys,
    I have a very simple noob question, simplified example:
    I have a movie clip already loaded on the stage called mcCenter
    through actionscript I am loading inside that mcCenter a new mc...
  3. Solved on a different forum, here's the fix: ...

    Solved on a different forum, here's the fix:



    var varPHP:URLVariables = new URLVariables(event.target.data)
    var checkStatus:String = varPHP.imdoneUpdate;
  4. [RESOLVED] Actionscript to php and back (working, but...)

    Hey guys!
    I have a simple script that sends a variable to php (locally) and then php returns another variable to flash...

    Here's the simple script:



    var variables:URLVariables = new...
  5. Got help from another forum, here's the solution:...

    Got help from another forum, here's the solution:



    var currentSnd:Sound = new public::["snd" + soundValue]


    Thanks anyway!
  6. [RESOLVED] declaring sound variable from exported as3 name, but using int variable

    Hey guys,
    I have a simple question...

    I want to create a sound variable depending on the numeric value of another int variable...
    meaning: automatize the currentSnd variable depending of the...
  7. [RESOLVED] appendText () Before the last character

    Hey Guys!

    I have a simple question,

    I need to appendText to some text field but instead of appending it after the last character on the text field...I need it to be Before whatever text is...
  8. Problem trying to intercommunicate classes with each other

    Hey guys...
    I am having some trouble trying to communicate a class with another class...

    Here's the simple explanation:
    I have a main fla that loads the class Kgame through properties.

    On...
  9. Retrieving Data from php/mysql with FMS

    Hey guys...
    I am having some trouble to retrieve php/mysql data from flash media server.

    Heres an example:


    content_lv = new LoadVars();

    application.onConnect = function(currentClient,...
  10. 7 Querys at the same time Flash/Php/Mysql

    Hey Guys, I am having a problem sending 7 querys at the same time through Flash...I tried directly from php and its working Perfect! the problem through Flash is that the 7 querys are being sent from...
  11. Stream Error 2032 = Php connection, BUT ONLY SOMETIMES (?)

    Hello Guys,
    I have a swf file which is very demanding,
    My code retrieves data from a php file every 100 Milliseconds (using a timer) (and that php queries to a mysql database)

    Connection is done...
  12. Thanks a lot !

    Thanks a lot !
  13. [RESOLVED] Turn an Input Field into a Dynamic Field

    Hey Guys,

    I have made this before with one simple line of code but I just cant seem to remember...

    Any ideas?

    Thanks a lot in advance!
  14. I found the solution, heres the script: ...

    I found the solution, heres the script:


    import flash.external.ExternalInterface;
    flash.external.ExternalInterface.call("function(){window.scrollTo(0,0);}");

    Thanks anyway!
  15. [RESOLVED] Send Up Scroller Bar Toolbar with AS3

    Hey Guys...
    I need to send up (top of page) with some command from AS3, the Scroller toolbar of the explorer (the toolbar that is to go up and down within a page)
    Hope I am being clear here.

    Is...
  16. Are you trying this locally? If you are trying...

    Are you trying this locally?
    If you are trying locally, you need something like WAMP to create a localhost for PHP to work.
  17. Error #1009 With MC, going back and forth from frame1 to frame2

    Hey Guys I have the following problem:

    I have a MovieClip called: userBar

    Inside the MovieClip on Frame1 I have a btn called: btnLogin
    inside the MovieClip on Frame2 I have a btn called:...
  18. Awesome, Thanks a lot guys !!

    Awesome, Thanks a lot guys !!
  19. [RESOLVED] Add extra seconds to a Date time

    Hey guys! I have the following doubt,
    I have a Date value and I want to add to that date 30 seconds plus.
    Example:


    var serverTime:String = auctionFormatServerTime[0]
    serverFormatDate = new...
  20. Hi rdoyle720, nope...no frame labels at all, any...

    Hi rdoyle720, nope...no frame labels at all, any other idea?

    Thanks a lot for your kind help.

    Cheers
  21. Hi rdoyle720, Thanks a lot for your quick reply...

    Hi rdoyle720,
    Thanks a lot for your quick reply and help!

    Yes I have the fla, I wrote the script.

    I have nothing on my actions that is telling flash to show this #Scene_1 on the URL.

    Funny...
  22. Remove #Scene_1 generated on URL www.example.com/#Scene_1

    Hey Guys,

    I have a swf file that has only 1 scene and that swf file has different btns that go from frame1 to frame2 (this swf is loaded on html)
    The problem I am having is that when I click on...
  23. Replies
    6
    Views
    840

    Hi 5Tons, thanks a lot for your reply! Very...

    Hi 5Tons, thanks a lot for your reply!
    Very useful information.

    Fiddler is a very powerful tool.

    Any suggestions on how I can PREVENT anyone to see what the SWF is sending to the server and...
  24. Replies
    6
    Views
    840

    Hi Poltuda... I think my previous question...

    Hi Poltuda...

    I think my previous question answers your question,

    But anyway here's a direct answer, to know how to secure.
  25. Replies
    6
    Views
    840

    SWF Encrypt PHP URLs, PHP SAFE?

    Hey guys!
    I have a doubt and this is a question that relates Flash and PHP...

    I have a flash (swf) file that grabs/sends variables from/to php.
    That swf file is FULLY encrypted and the paths to...
Results 1 to 25 of 128
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center