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...
User Profile
Collapse
-
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. -
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 -
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]Leave a comment:
-
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... -
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... -
No I don't get any errors , just the color which is picked is black all the time instead of the right color....Leave a comment:
-
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";
-
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 ....Leave a comment:
-
Loading image dynamically
Hi
Is it possible to load image from disk into a swf file dynamically using a browse option. -
Yeah I have downloaded the source, I want to extend it. I want to load the image into a swf file....Leave a comment:
-
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. -
Thanks Nathan, can you please tell what you are trying to do here?...Leave a comment:
-
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)
....Leave a comment:
-
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 -
Php and Matlab communication
I want to pass some values to matlab, how php can commuinicate with matlab.Leave a comment:
-
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 -
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">... -
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....Leave a comment:
-
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)...Leave a comment:
No activity results to display
Show More
Leave a comment: