|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello .. maybe a easy question for you
.. but how do I display a picture that not inside the flash movie .. like in a directory (../image). Thanks, Frank |
|
#2
|
|||
|
|||
|
Hi, you can use loadMovie to do that.
Either create a blank movie with AS or manually make one. Then load the image into that. //Create blank movie called blankCanvas here thumbnailpath = "images/thumbnails/thumb25.jpg"; blankCanvas.loadMovie(thumbnailpath); That should do it. Might need to play with alignment a little to get the result you desire. You can dynamically load jpg files by the how. -Tann |
|
#3
|
|||
|
|||
|
Hello I made a directory .. with a image/, and made a movie with a layer with
Code:
//Create blank movie called blankCanvas here thumbnailpath = "image/1.jpg"; blankCanvas.loadMovie(thumbnailpath); Then in another layer >> squar >> made it a movie >> called it blankCanas. But when I save everything and opened it in a browser .. I didn't saw the 1.jpg file I saved in de image/ directorie .. ? help met Tann bye bye |
|
#4
|
|||
|
|||
|
Hi, i noticed in your post that you mispelt:
Then in another layer >> squar >> made it a movie >> called it blankCanas. should be blankCanvas, that was just what i called it. leeme know if that was the problem -Tann |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > External Image |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|