neo002244
05-18-2005, 01:05 PM
Say that you import an SWF file that contains a timeline and a stop() action on frame 1. frame 1 is empty, but frame 2 contains an image.
Assume that this SWF file has been imported into a Laszlo project using the resource tag. How could one create a button in Laszlo that would trigger a gotoAndStop(2) action in the SWF file?
I want to know if I can access different timelines anf frames in an imported SWF file and access its functions and variables.
Many SWF files I've created broke when I imported them into a Laszlo project because the concept of _root (and _level0) has been changed. if I try to access _root.gotoAndStop(2) it doesn't work.
Is it possible to use all absolute paths within the SWF file to eliminate this problem? I am givig it a try but I am still having issues.
Thanks in advance.
Assume that this SWF file has been imported into a Laszlo project using the resource tag. How could one create a button in Laszlo that would trigger a gotoAndStop(2) action in the SWF file?
I want to know if I can access different timelines anf frames in an imported SWF file and access its functions and variables.
Many SWF files I've created broke when I imported them into a Laszlo project because the concept of _root (and _level0) has been changed. if I try to access _root.gotoAndStop(2) it doesn't work.
Is it possible to use all absolute paths within the SWF file to eliminate this problem? I am givig it a try but I am still having issues.
Thanks in advance.