|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Targeting XML to IFRAME
Hi,
This is my first post here. I am a XML noob. I really don't know much about it so forgive this question. I created an XML file that is read by Flash MX, which control's my navigation. The problem is I am not sure how to target a link to a specified IFrame. here is what my XML code looks like: PHP Code:
I really dont know why this doesn't work: PHP Code:
I am really in a bind here, and would appreciate any help. Thanks in advance |
|
#2
|
|||
|
|||
|
You'll probably get a better response to this questing if you ask in the Flash forum. The only thing I can suggest for you to look at is how does flash know to display "NAME" as a link, and put "URL" as the href. If you can figure that out, you should be able to get it to include a target attribute as well.
__________________
-james |
|
#3
|
|||
|
|||
|
yes i did figure that out, thank you, the only problem is that all my links now target the IFrame. I only want 2 to do so, I will have to reconstrcut my code to fit my needs. thank you for your reply
|
|
#4
|
|||
|
|||
|
You can target "_top" if you want links to go to the current window. Or, if you're in a frame set, you can target "_self" to get the current frame.
|
|
#5
|
|||
|
|||
|
yes i understand. just for your own info this is the way my site is set up. I have an xml flash driven navigation. so when we need to update our navigation we don't have to open flash, since i am the only flash guru here
Flash generates the xml file and creates a drop down navigation. i have an IFrame with all my content. I have everything working fine, except for some of the buttons, they shoudl not open in the IFrame, rather a new window. the problem is that the flash function linsk all URL's to my IFrame. SO i guesswhat I need to do is soemhow detect what buttons are being called by flash, and just target them appropriatly. anyway thanks again |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Targeting XML to IFRAME |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|