Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > HTML and JavaScript

Reply
 
Thread Tools Rate Thread Display Modes
Old 01-05-2005, 02:20 PM   #1
katriens
Registered User
 
Join Date: Jan 2005
Posts: 2
Default button to load swf-file in iframe

OK, I'm trying to load a swf-file in an iFrame with a flash-animated button.
I don't really know how i'm to write my target.

this is the actioscript i use for my button
Quote:
on (release) {
getURL ("../flash_bestanden/guatemala.swf", _iframe)
}
and this is my iframe-code
Quote:
<IFRAME src="links.html" name="iframe" width="505" height="340" frameborder="0" >
is it possible?
katriens is offline   Reply With Quote
Old 01-05-2005, 05:37 PM   #2
Cota
Super Moderator
 
Cota's Avatar
 
Join Date: Jul 2001
Location: NYC
Posts: 10,026
Default

should be:
ActionScript Code:
on (release) { getURL ("../flash_bestanden/guatemala.swf", "iframe") }
__________________
Color Wars™ | (kul′ər wôrs) n. - Open conflict between factions. www.theColorWars.com

cota - www.chadworkman.com | http://shavedplatypus.com
occupation: designer | flash developer | server-side developer (php, asp, mssql, mysql)
Cota is offline   Reply With Quote
Old 01-06-2005, 09:46 AM   #3
katriens
Registered User
 
Join Date: Jan 2005
Posts: 2
Default

thank you!!!!!!!!
it works.
katriens is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:24 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.