
November 4th, 2005
05:19 AM
Neverside Newbie
Status: Offline!
iframes and flash
wasaaaaaaaaaaaa!!
sup dudies.. i need some help on something.. cuz im planing to do a website tottally in photoshop and then slice it and some parts of those slices import them in flash and some others in html.. so.. my question is how can u tell a button in flash to load something in an iframe??

November 4th, 2005
11:43 AM
ill stop you now and say loading graphics like that into flash is a very bad idea, best create it in flash so you can vectorise it, and it keeps the size down
___________________
__________________
YUM
-Spotter

November 4th, 2005
05:36 PM
Neverside Newbie
Status: Offline!
um... yea.. i know... but vectorizing is waaaaaaaaaaaaaaaaaaaaaaay to hard for me.. cuz of the shadows and lightings (i hope thats how its spelled) ...but anyways... id like to know how... is it getURL?? and if so, whats the urls syntax?

November 4th, 2005
09:13 PM
England > America
Status: Offline!

November 4th, 2005
09:52 PM
Neverside Newbie
Status: Offline!
Originally posted by Advocation:
thanks dude.. but almost close. do u think that if u want to change an Iframe, it has to be like this?
on(release) {
getURL(incomingAd, "_IDofIframe");
}

November 5th, 2005
01:49 AM
England > America
Status: Offline!
it could be, i am not keen on using IFrames so havnt really looked into it!
ahh, i just did a google search for "controlling an IFrame with flash" and it threw up this;
http://www.actionscript.org/forums/archive/index.php3/t-61886.html
___________________
Last.fm | Myspace | Flickr | Virbē

November 5th, 2005
10:49 PM
Neverside Newbie
Status: Offline!
Thank u dude!!!! ill try this...i usually hate using lots of words cuz most of times gives u inacurates results...

November 6th, 2005
03:26 AM
Neverside Newbie
Status: Offline!
mMm.. damnit .. its not working quite properly... wel.. in fact.. it isnt working.. cuz im trying to load in an iframe one html document.. i tried this:
on (release) {
getURL ("addressofthehtml", "iframe:idframe")
}
and even
on (release) {
getURL ("addressofthehtml", "iframe")
}