A Flash Developer Resource Site

Search:

Type: Posts; User: webchaos69

Search: Search took 0.02 seconds.

  1. help with scrollpane and dynamic lenght of my MC

    on the root of my stage i have a scrollpane with an instance name of "scrollpane" teh code below is also in the root of my movie. My problem is that i cant get the pane to scroll the "container" mc...
  2. Replies
    1
    Views
    361

    passing var to popup swf

    this is my code:

    getURL("javascript:n_name =window.open('barpages.swf?barid='+this.barid,'','width=650,height=800');void(0);");

    the popup window title bar says the barid is undefined. whats the...
  3. Replies
    3
    Views
    477

    what about if i call events3.swf instead of the...

    what about if i call events3.swf instead of the html file for the popup?
  4. Replies
    3
    Views
    620

    the eventdate var is used in the php file to...

    the eventdate var is used in the php file to create an sql query, the php then returns the query results to flash.
  5. Replies
    3
    Views
    477

    passing var to popup swf

    i have a button in my main swf taht when clicked opens a popup of another swf. How do i pass a variable to the popup movie? this is the code i have:

    on (release) {
    getURL("javascript:n_name...
  6. Replies
    3
    Views
    620

    passing var to popup swf

    i have a button in my main swf taht when clicked opens a popup of another swf. How do i pass a variable to the popup movie? this is the code i have:

    on (release) {
    getURL("javascript:n_name...
  7. Replies
    1
    Views
    442

    dynamic height of mc

    ive got an mc that has 4 text boxes. one of the text boxes will sometimes hold a large amount of text. i was wondering how i can increase the height of the mc as well as the text bos to ensure that...
  8. Replies
    1
    Views
    383

    creating duplicate movie clips

    my code works to create teh clips becuase when i debug the movie i see the duplicates created in the debug window.

    The problem is i dunno the _x and _y position relative to the stage.

    fla is...
  9. Replies
    1
    Views
    394

    loading php data into flash textfields

    ive created a munber of duplicate movie clips, and each clip contains 4 txt fields. the php file returns a bunch of variables:
    event_genre1 to event_genre10
    event_date1 to event_date10...
  10. Replies
    1
    Views
    335

    help with duplicatemovieclips

    my code is below:

    yvalue = 0;
    for (i=1; i<=_root.count; i++) {
    duplicateMovieClip("events1", "events"+i, 0);
    _root["events"+i]._y = yvalue;
    yvalue = yvalue+100;
    }

    i have 1 instance of...
  11. Replies
    0
    Views
    381

    image carosel problem

    I have a movie clip taht contains 4 or 5 images, but will be inceased in number. how would i go about getting the mc to move left and rite and stop moving if either left or right edge of the clip is...
  12. Replies
    1
    Views
    541

    image carosel problem

    I have a movie clip taht contains 4 or 5 images, but will be inceased in number. how would i go about getting the mc to move left and rite and stop moving if either left or right edge of the clip is...
  13. Replies
    1
    Views
    1,414

    connecting a wireless cam to comm server

    Im thinking of getting a wireless web cam, whiich will have a wireless nic in it and not be directly connected to a pc. My question is how do i get the images/stream from the cam into a stream on my...
  14. Thread: webcam chat

    by webchaos69
    Replies
    2
    Views
    1,852

    my progress

    can u give me your email or messanger contact so we can talk more abou this. i have a few questions.
  15. Replies
    0
    Views
    1,394

    sharing usernames between instances

    i cant figure out how to use sharedobjects to give all usernames to all instances of my app. can someone post some sample code or a link for me please.
  16. Thread: webcam chat

    by webchaos69
    Replies
    2
    Views
    1,852

    webcam chat

    this is my code:

    stop();
    client_nc = new NetConnection();
    client_nc.connect("rtmp://webchaos.dnip.net/cam1");
    cam_stream = new NetStream(client_nc);
    cam_stream.attachVideo(camera.get());...
  17. Replies
    0
    Views
    767

    help with webcam app

    this is the code i have so far:

    stop();
    client_nc = new NetConnection();
    client_nc.connect("rtmp://webchaos.dnip.net/cam1");
    cam_stream = new NetStream(client_nc);...
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center