Forum Moderators: open
I want to make a type of iframe on my flash website.
I want to beable to make it where if i click "Button A"
A scene, or swf opens in A frame on the page, but nothing else will change but that target frame o_o , lol..
Any help will be greatly appreciated =)
(b = where i want the file to open)
[binaryunleashed.com...]
I am not sure if your site is full flash or a hybrid.
If its a full flash site you can create a movieclip the same size as the area you want to load a swf into and then tell flash to load the swf into the mc.
So if you make your movieclip and name it 'iframe', you would have something like this in the button's actionscript
on (release) {
iframe.loadMovie("whatever.swf");
}
This basically says:
Which Object(iframe).What action(loadmovie)("name of movie")
If it helps at all I can make a quick mock up of what I mean that I can send you.
Hope this helps :)
BTW all, am new here so nice to meet everyone :)
(i saved it in flashmx mode instead of 2k4, i hope this doesnt cause conflicts)
(your method)
(some one else's)
(i cant seem to get either to work :P)
Thanks again ^^
My fault :) I did not explain myself properly. When I said name your movieclip 'iframe', I meant its instance name, not the actual name of the movieclip hehe.
Here it is on the an actual web page.
[bodyimagedesigns.com...]
and here is the working zip
[bodyimagedesigns.com...]
Hope it helps :)