Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
apple pie webforumsuser@macromedia.com #1
how to upload an image selected from html file to flash file?
Hello, I have one html file and a flash file. In html file, it is functioning like choosing a Tshirt to design, then how to load that Tshirt picture chosen by the user to the flash file for further modification. Thanks a lot for everyone who has some idea. Wait for your reply!
<html><head><SCRIPT LANGUAGE="JavaScript">
<!--
image1= new Image();
image1.src = "image1.gif";
image2= new Image();
image2.src = "image2.gif";
image3= new Image();
image3.src = "image3.gif";
function imgchange(){
var imageNum = document.form.selImage.selectedIndex + 1;
fname = eval("image" + imageNum + ".src")
document.img.src = fname
}
//-->
</SCRIPT>
</head>
<body>
<FORM name="form">
<SELECT NAME="selImage" onchange="imgchange()" size=1>
<OPTION>Image 1
<OPTION>Image 2
<OPTION>Image 3
</SELECT>
</FORM>
<IMG SRC="image1.gif" NAME="img">
<a href="flashpage.swf"><img src="continue.gif"></a>
</body>
</html>
apple pie webforumsuser@macromedia.com Guest
-
I need PHP and MySQl base file or image upload Extension
I am using php and MySQL in my web site my site is www.cyberbogra.com Now i am suffering for php and MySQL base image or file upload extion. Please... -
PHP upload image/file command...
Heya, At www.hookweb.net/testing/first_cause/pages/reveration/reveration_upload_page.php I have a PHP file that uploads files to reveration/files.... -
can an html file be viewed inside a flash swf file?
Check your manual for HTML textfield. Some HTML is possible, but forget about loading complete HTML pages into flash including tables, layers,... -
HTML::Mason - Upload File
I can't sub to the mason list. I get the confirm email and if I reply or send a blank message with confirm xxxxxxx in the body it just bounces..... -
upload html file botton?
If your host can handle PHP, I use this script. It comes with a few frills that shows you information about the file you uploaded - you can safely...



Reply With Quote

