-
Flash URL
I am slowly getting my head around this extension to create a MM2 navigation panel on a website. Only problem is that it only works if I completely copy the example copy. As soon as I change it to _self, _parent, etc, it does not work at all.
Perhaps there is an easier way to do this, any ideas?
Thanks in advance
Chris :)
-
What build are you using?
-
R254, although I tried it on R253 first and no luck.
-
1 Attachment(s)
Try this version and tell me if you have any better luck. I rewrote it, and added a couple things (update info in the properties, updated the example). I fully tested it inside Opera, Chrome, and Firefox with no issues.
-
The problem was where I was testing the flash used on the site. Stupidly I was doing it locally, whilst I should have been testing it live! I love the new interface, using numbers instead of words for _self, etc.
In case anyone is wondering who uses this, I have found out what the difference between the four target codes are:
_blank loads the linked file in a new, unnamed browser window.
_parent loads the linked file in the parent frameset or window of the frame that contains the link. If the frame containing the link is not nested, the linked file loads into the full browser window.
_self loads the linked file in the same frame or window as the link. This target is implied, so you generally don’t need to specify it.
_top loads the linked file in the full browser window, thereby removing all frames.
Thanks so much for this!!!
Chris
-
-
Just realised that if you try and edit the Flash URL logo on 'Frame Editor', MMF2 crashes! Not sure if it is just me!
Chris
-