User Profile

Collapse

Profile Sidebar

Collapse
atlkhan
atlkhan
Last Activity: Jul 28 '07, 04:05 AM
Joined: Apr 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • atlkhan
    replied to Movie with waiting message
    Actually my first movies sends some value to a php script, while php is processing the result I want my flash movie to display please waite message.
    And As I get the results back from the php script I want to show another movie...
    See more | Go to post

    Leave a comment:


  • atlkhan
    started a topic Movie with waiting message

    Movie with waiting message

    Hi

    I want to open up a movie which displays an image, than want to show a movie that shows please wait and finally another movie with different image.

    Can someone please help me with the code here.
    See more | Go to post

  • atlkhan
    started a topic color picker

    color picker

    I want to load an image into my swf using loadmovie and be able to pick color where i click on the image. Can someone plz help me with the code for that.
    Thanks
    See more | Go to post

  • atlkhan
    replied to html to flash
    No its not a forum, my actionscript is passing some values to matlab application on the server

    QUOTE=kestrel]You are trying to make a forum using flash and actionscript right?[/QUOTE]
    See more | Go to post

    Leave a comment:


  • atlkhan
    started a topic html to flash

    html to flash

    I have this part of html tags which passes some inputs to application in the cgi-bin . Is it possible to transform that into flash actionscript code. I would appreciate if someone could help me with the trasformation code.

    Thanks

    <form action="/cgi-bin/matweb.exe" method="POST">
    <input type="hidden" name="mlmfile" value="webmagic ">
    <p>Magic...
    See more | Go to post

  • atlkhan
    started a topic Loading image into bitmapdata

    Loading image into bitmapdata

    Hi

    I am loading bitmapdata from the library like this

    linkageId = "landscape" ;
    myBitmapData = BitmapData.load Bitmap(linkageI d);

    Than attach this bitmap image to a movie.

    mc = this.createEmpt yMovieClip("mc" , 0);
    mc.attachBitmap (myBitmapData, 0);

    Can someone give me the code to load my image using loadMovie instead of from libarary and attach...
    See more | Go to post

  • atlkhan
    replied to Using loadMovie method
    No I don't get any errors , just the color which is picked is black all the time instead of the right color....
    See more | Go to post

    Leave a comment:


  • atlkhan
    started a topic Using loadMovie method

    Using loadMovie method

    Hi I want to use loadMovie function to load image into this movie which picks colors and display them in a small box. but when I do that using loadMovie it doesn't pick color as it does when I load image from the library

    Example taken from here http://www.flashvalley .com/fv_tutorials/BitmapData_clas s_and_getPixel/


    Code:
    import flash.display.BitmapData;
    
    linkageId = "landscape";
    ...
    See more | Go to post

  • atlkhan
    replied to Loading image dynamically
    Yes but they aren't dynamic in the sense that you can choose file from the disk by browse button, but they are dynamic in the sense that they keep changing ....
    See more | Go to post

    Leave a comment:


  • atlkhan
    started a topic Loading image dynamically

    Loading image dynamically

    Hi

    Is it possible to load image from disk into a swf file dynamically using a browse option.
    See more | Go to post

  • atlkhan
    replied to How to load swf file with image
    Yeah I have downloaded the source, I want to extend it. I want to load the image into a swf file....
    See more | Go to post

    Leave a comment:


  • atlkhan
    started a topic How to load swf file with image

    How to load swf file with image

    Hi

    This example upload a image to the server.

    http://flash-db.com/Tutorials/upload/index.php

    I want to load this uploaded image into a new movie which willl be on the same htlm page. can somone help me with this.
    See more | Go to post

  • atlkhan
    replied to Program execution
    in PHP
    Thanks Nathan, can you please tell what you are trying to do here?...
    See more | Go to post

    Leave a comment:


  • atlkhan
    replied to Program execution
    in PHP
    Thanks Shoonya,

    I think I didn't explain my problem clearly, issue is not reading the output file. Issue is how you know that file has been written by the program and read the valid data(i.e what to do in the php code while the program is running and writting to the file. And how to know that text file has been written)
    ....
    See more | Go to post

    Leave a comment:


  • atlkhan
    started a topic Program execution
    in PHP

    Program execution

    I am using php to write inputs I receive from browser into a text file.Than I use shell_exec() to execute a program on server that writes those inputs from the text file and write its output to another text file. Now after my program has written its output I want to read this text file from php and send it back to the browser.
    Can someone please guide me how I can do this.


    Thanks
    See more | Go to post

  • atlkhan
    replied to passing values from php to program
    in PHP
    Php and Matlab communication

    I want to pass some values to matlab, how php can commuinicate with matlab.
    See more | Go to post

    Leave a comment:


  • atlkhan
    started a topic passing values from php to program
    in PHP

    passing values from php to program

    Hi

    I am trying to pass some values from my php script to a program running on the server. The program takes the values as the POST method. Can someone guide me how I can do this
    See more | Go to post

  • atlkhan
    started a topic Submitting form automatically
    in PHP

    Submitting form automatically

    Hi

    I am trying to submit the form automatically without button, but its not working. Following is the code

    [code=html]
    <?php


    $name="Myname";


    <form name="MyForm" action="/cgi-bin/matweb.exe" method="POST">
    <input type="hidden" name="mlmfile" value="test">...
    See more | Go to post

  • No, I am not getting any errors. Sometimes the browsers start processing and takes a lot of time and after that there is an empty browser window....
    See more | Go to post

    Leave a comment:


  • atlkhan
    replied to What does this PHP code do?
    in PHP
    Mostly the part where form inputs are given and what is going on in the swithc case statement.

    Also, is it possible if I run this php script on my webserver . Where I am passing some inputs from the flash and this script pass those inputs to the matweb.exe program as its doing in this case.( My point is does it require any user interaction)...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...