Ask a Question related to Macromedia Director Lingo, Design and Development.
-
_Lars_ webforumsuser@macromedia.com #1
How to dynamically load new image to cast member from file..
I'm trying to load a new image from a file into an existing cast member during run-time and I'm sure not sure how to do this. Can you help?
I've tried using "importFileInto" with the name of the new .jpg but that seems to cause problems. The new image loads ok, but the name of the cast member is changed to some random number in the process. I'm not sure what it happening.
importFileInto member "ImageHolder", "c:/images/newImage.jpg"
Any suggestions? Am I using the correct function?
Thanks for the help!
- Lars
_Lars_ webforumsuser@macromedia.com Guest
-
Load Image Dynamically
Hi, brothers :) I'm rather novice in this area. I mean web programming and control building and though. I create UserControl: public class... -
When I load shockwave it says "Cast Member not found"
Hi there, when I load two certain websites that require Shockwave they both say "Cast Member not found", how can I fix this? -
How to let objects in a cast member be a child of agroup(or a model) in another cast member?
I want to add a model to the scene. I try this code: member('world').newgroup('gr2') member('world').group('gr2').addchild(member('r2').model(1)) ... -
Grab Image from camera to cast member
I create xtra that connect to web camera and grab image into unsigned char* buffer. How can I load this buffer into cast member? I tried to work... -
save an image cast member to hard disk ?
How can I save a cast member I generated with imaging lingo on the hard disk ? Thanks -
SafariTECH #2
Re:How to dynamically load new image to cast member from file..
if it is a possibility that the image file will change on a somewhat regular basis, then use an external image file in your member rather than embedding it ... then you can just use:
member(x).filename = path to new image file
============================
Glen Palmer
SafariTECH
Cold Fusion Specialist
[url]www.safaritech.com[/url]
============================
SafariTECH Guest



Reply With Quote

