Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
ckshah #1
problem in opening another page when i click link
hi all,
i have one prob i have created 2 file mxxml and xml file
now i am doing open new page on link button click but url is depend on xml
file but it will display errr
************ mxml file***************************
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml">
<mx:Model id="err" source="url.xml"></mx:Model>
<mx:Link label="ok" click="getUrl(err.root.product.url, '_blank')"></mx:Link>
</mx:Application>
....................................xml file.............
<?xml version="1.0" encoding="iso-8859-1"?>
<root>
<product>
<url>http://www.yahoo.com</url>
</product>
</root>
but it not open site
plz give me idea
thanks in advance
ckshah Guest
-
DataGrid OnPageIndexChanged does not fire for first page link click
When DataGrid with paging enabled shows numeric links for pages, you get OnPageIndexChanged event fired when user clicks on any of the page links -... -
Problem opening PDF when using link from HTML page
I have links to PDF files in my html pages (created using FrontPage). The files open fine when the user has Adobe Reader 6.0 on their machine. The... -
getURL problem with Link to HTML page with anchors
Hi I have this prblem with actionscripting a link to my site. I have flash buttons and i used the getURL action and the buttons are not linking to... -
Link click detection?
How might one detect if someone clicked on a hyperkink at your website, so it can be logged in a database? This would have to be done before the... -
Layer problem...How do I center my opening page??
PLEASE...HELP!!!!! Check my page at http://www.tanzatelier.com/ and see how the "fly over top images" are not centered if the screen resolution is... -
ntsiii #2
Re: problem in opening another page when i click link
Are you certain that "err.root.product.url" is evaluating to the url string?
Instead of calling getURL inline, create a click handler function so that you
can debug easier. Trace or alert the url. Hardcode the url to test the rest
of the functionality.
Tracy
ntsiii Guest



Reply With Quote

