A Flash Developer Resource Site

Search:

Type: Posts; User: Mancent

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. AS 2 Lets say, i make my own refresh system running in...

    Lets say, i make my own refresh system running in the back ground set on a timer. say at timer 3000 it flips from frame one to frame two and reloads and gets a new connection, and at timer 3000 page...
  2. Replies
    2
    Views
    1,301

    MX04 you are already on this.random3.gotoAndStop(1); ...

    you are already on this.random3.gotoAndStop(1);

    on the refesh this.random3.gotoAndStop(2);

    and on this.random3.gotoAndStop(2); add a line is refeshed = true;

    function refreshQuote() {...
  3. Replies
    3
    Views
    2,451

    a work around would be to rename your player file...

    a work around would be to rename your player file so all users get a new player from you and they do not have the old player and the old problem. sounds like you cleaned your internet files and it...
  4. AS 2 Having a problem keeping a connection alive Flv Player

    var myNetconnection;
    var myStream;
    var myStreamDuration;
    var stopped=false;
    var lastDelta=0;

    loadVideo = function (videoUrl)
    {
    myNetconnection = new NetConnection();...
  5. As2 Question Button that counts read to understand

    Ok I want to make a button that changes a text to count 21+

    so lets say we have our button


    button.onRelease = function()
    {


    }
  6. Replies
    1
    Views
    2,319

    use _x= 0 _y = 0 ytpayer._x= 20;...

    use _x= 0 _y = 0

    ytpayer._x= 20;
    ytplayer._y=39;


    if you wanted to move it around with a movieclip you would make a movie clip and give it a instance name of ytplayer then remove the line
    ...
  7. Replies
    3
    Views
    1,784

    AS 2 NVM I got it

    NVM I got it
  8. Replies
    2
    Views
    1,966

    AS 2 lot of code to loadmovie. why not make the...

    lot of code to loadmovie.

    why not make the movieclip in the flash as a 10 by 10 square and then give it a instant name

    _level0.instantname.loadMovie("some.swf",4);

    Then use the layers to...
  9. Replies
    3
    Views
    1,784

    AS 2 How can I load this xml file into flash?

    <?xml version="1.0"?>
    <root>
    <0>
    <data>
    <0>
    <id>100002678639121</id>
    <name>Rob Puckett</name>
    <first_name>Rob</first_name>
    <last_name>Puckett</last_name>...
  10. Replies
    3
    Views
    1,281

    I haven't found anything to solve this yet, I was...

    I haven't found anything to solve this yet, I was hoping I could pass the var from flex into a flash pro swf, I was wanting to gather all the data from Facebook in flex then load a flash pro swf that...
  11. Replies
    3
    Views
    1,281

    Pass a var from Flex To swf?

    Can any one help me learn how to pass a var from flex application to a swf file that is on my server?


    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication...
  12. Replies
    1
    Views
    770

    Solved the problem was i needed to add a var of...

    Solved the problem was i needed to add a var of the var name with a default num. Example in code:

    var Myvideo_txt.text = "0";
    //Location:
    _level0.WiiOnline.Layout.VarHolder.Myvideo_txt.text
    and...
  13. Replies
    1
    Views
    770

    AS2 How can I use text as number?

    Here is my line of code im working with.

    if (_root.currCateg == undefined || _root.currCateg == "") {

    this.currCateg = Number("0")

    }

    This works just fine. but when I send the...
  14. Replies
    6
    Views
    7,681

    Wiistream.net is a all flash social network....

    Wiistream.net is a all flash social network.
    http://wiistream.net
  15. Replies
    6
    Views
    1,828

    it might be easyer to attach a new clip with that...

    it might be easyer to attach a new clip with that you have already so it draws a line for each object in a new clip each time.
    google
    attachMovie
  16. Replies
    3
    Views
    938

    CS3 you will want to upload a crossdomain.xml script...

    you will want to upload a crossdomain.xml script to your website

    in your main movie you would want to something like this.

    stop();
    System.security.allowDomain("*");...
  17. (AS2) Whats the fastest way to insert a mysql update with falsh onEnterFrame send var

    Im trying to send _ymouse and _xmouse vars to mysql table users_float
    and update where the users id is

    so if user mancent mouse x_pos = _xmouse it sends the data onMouseMove function.

    what...
  18. Replies
    6
    Views
    1,437

    Flash8 you will need to find the instance name o the...

    you will need to find the instance name o the video holder.
    I do not know what the instance name is for you but here would be a example how you would do this.


    function toggleFullScreen()
    { ...
  19. Replies
    6
    Views
    1,437

    Flash8 function toggleFullScreen(){ //if normal size,...

    function toggleFullScreen(){
    //if normal size, go to fullscreen, else go to normal size
    if(Stage["displayState"]=="normal"){
    //SWF FILE
    Stage["displayState"]="fullScreen";
    //EXE FILE
    ...
  20. Replies
    0
    Views
    742

    Looking for Coders For Wiistream

    at http://wiistream.net
    Download the client at http://wiistream.net/WiiStream.exe


    http://board.flashkit.com/board/

    http://board.flashkit.com/board/


    http://board.flashkit.com/board/
  21. (AS2) Wiistream Project Looking For Coders

    at http://wiistream.net
    Download the client at http://wiistream.net/WiiStream.exe

    ...
  22. AS 2 how to scale autosize text to match background

    I can not get this comments_txt to tell me any different size
    comments_txt.autoSize=ture;

    so some should be sort and some maybe long. but its always the same size
    If its a long text it should...
  23. AS 2 can you do some thing anything to solve this? any...

    can you do some thing anything to solve this? any one know any thing?
  24. AS 2 Well if you post whats on your mind a message...

    Well if you post whats on your mind a message
    and say its a long message like this

    example :THIS IS A REALLY LONG MESSAGE BLA BLA BLA BLA BLA
    THIS IS A REALLY LONG MESSAGE BLA BLA BLA BLA BLA...
  25. AS 2 you can login with the Username: Demo...

    you can login with the
    Username:
    Demo
    password:
    Demo



    sorry I guess i should have added that.
Results 1 to 25 of 73
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center