even 2 stukjes code vooraf...
Dit werkt niet... iemand ideeen???
hij zegt in flash: img undefined
PHP:
// file.php
<?php
$image = "myimage.jpg";
echo "img=$image";
?>
PHP:
// actionscript in flash mx
onClipEvent(load) {
this.contentPath = img;
}
Dit werkt niet... iemand ideeen???
hij zegt in flash: img undefined