
January 7th, 2003, 05:35 PM
|
|
Junior Member
|
|
Join Date: Jan 2003
Location: England
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
One of my buttons has the following action:
on (release) {
_root.contents.loadMovie("welcome.swf");
}
This loads the welcome.swf into my blank contents movie clip. It loads the SWF ok until i try loading a SWF with dynamic text through PHP.
It just loads the SWF without the text.
When i test the welcome SWF on its own it works fine.
Has anyone had this problem before???
|