|
|
| Jetcitykid 2004-06-23, 7:14 am |
| I am construting a website for personal use and i want to link my flash buttons
in my header to my html files in Dreamweaver. Would I use an ActionScript in
Flash and if so how would i go about doing something like that (ive tried many
times and never got it to work) or is there something i can do/use in
Dreamweaver?
| |
| J formerly private news 2004-06-23, 7:14 am |
| you use a frame set!
then target the frame from flash with
on (release){
getURL ("your.html", "yourframename");
}
| |
| Jetcitykid 2004-06-23, 7:16 pm |
| thanx alot, thats exactly what i need!
| |
| Jetcitykid 2004-06-23, 7:16 pm |
| one more thing if you could please, how can i establish the target mainframe in the flash ActionScript?
| |
| J formerly private news 2004-06-24, 12:15 pm |
|
> one more thing if you could please, how can i establish the target
mainframe in the flash ActionScript?
on (release){
getURL ("your.html", "mainframe");
}
| |
| Jetcitykid 2004-06-24, 7:16 pm |
| the only problem with it now is that when you push the buttons, new windows pop up. What am i doing wrong?
on(release){getURL("frameset_index.htm","mainframe");
}
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |