targeting iframes
targeting iframes
- Started
- Last post
- 3 Responses
- jevad
I can easily enough target one iframe from a flash movie - how to I target and change two at the same time?
- mac100
you need to use a bit of java script
copy and paste it in into head of you html.
you'll need to call the function from flash and pass the url variables to it
this is now you do it n html not to sure how to do it in flash.
My Content
hope this help a bit
- mac100
here how you do it in flash
on (release) {
getURL("changeFrames('text3.html...
}sorry about that
- jevad0
right....yeah I though a little bit of js trickery would be called for...ta