Sorry NO dhtml hyperlinks working!!! help.
> <text> > A <font color="#0000FF"><u><a href="http://www.laszlosystems.com" > target="_blank">link</a></u></font> > </text> > > <text id="t1" selectable="true">Click here to look up something in<u><a > href="http://www.wikipedia.com"> Wikipedia</a></u></text> > > > <!-- cross-platform local event API --> > <text selectable="true"> > <handler name="oninit"> > <![CDATA[ > this.setAttribute('text', 'click <u>' + this.makeTextLink('here', > 'opt1') + '</u> for a local event to be sent'); > ]]> > </handler> > <handler name="ontextlink" args="a"> > Debug.info('text link ', a); > </handler> > </text> > > > </view> > </window> -- Sent from Ubuntu Henry Minsky wrote: > For some messy reason involving mouse events, that I have forgotten > the history of, the 'selectable' property needs to be set Flash 10 > runtime text support for hyperlinks. > > There's a cross-platform local event API also, shown below, if you > want to send > an event in the app instead of sending the browser to another page. > > <canvas width="100%" height="80%" debug="true" layout="spacing:8"> > <debug fontsize="12"/> > > <text id="t1" selectable="true">Click here to look up something > in<u><a href="http://www.wikipedia.com"> Wikipedia</a></u></text> > > > <!-- cross-platform local event API --> > <text selectable="true"> > <handler name="oninit"> > <![CDATA[ > this.setAttribute('text', 'click <u>' + this.makeTextLink('here', > 'opt1') + '</u> for a local event to be sent'); > ]]> > </handler> > <handler name="ontextlink" args="a"> > Debug.info('text link ', a); > </handler> > </text> > > > </canvas> > > > On Sat, Nov 20, 2010 at 10:32 AM, Founder <[email protected]> wrote: > > > > If I make a window and place an URL link in it. And when I > deploy it > solo nothing happens. In Flash when I use target=_blank the > browser > open a new tab. > > Where can I read more on how to link "pages" from within an > APP?! > > Best, > Duke2010 > > > -- > Sent from Ubuntu > > > > > > > > -- > Henry Minsky > Software Architect > [email protected] > >
