PDA

View Full Version : Using html to create swf?? Help!!


momoto
12-29-2001, 03:13 AM
I have created several pages of html, and all of them contain swf movies. It works on the browser to enter different pages with "get URL" action. But if I want to duplicate them onto a CD, then how should I set the action? ''cos I can't use the absolute URL no more, then how can I set the URL to relative?

I read the tutorial about those php stuff. But other than using php, is it any way to do it?

Plz help!!!

Ricod
01-02-2002, 10:02 AM
If they r all in the same folder, its easy :
getURL ("myOtherPage.html", "_self");
or in a folder :
getURL ("folderName/myOtherPage.html", "_self");

U could also do a higher folder, but I forgot how ... :rolleyes:

ombdj
01-02-2002, 03:59 PM
I can't find any problem with that. As told above, do that way.

Just try to move from your parent html to the next html.

Check the path you are following and write in getURL.