I have created a web page and included a flash button in that.I want to link that button to a parcular section of another web page.I mean if i click that buuton...that should open another web page (particular section). Please help me out of this.
AOFrozenCity said:I know flash actionscript/animation very well. I studied it for 2 years from high school.
1. YOU NEED TO CREATE PUSHBUTTON FROM COMPENENTS (DRAG THE PUSHBUTTON ICON TO THE STAGE).
2. TYPE 'CLICK' IN THE CLICK HANDLER BLANK AT THE BUTTON'S PROPERTIES.
3. COPY THIS CODE BELOW AND PASTE IT INTO 1ST FRAME.
//==============
//PUT THIS CODE INTO 1ST FRAME
//==============
function click()
{
getURL("http://mycrib.net", "_blank");
}
//==============
VamPyroX said:Have you checked their website? Usually, the best place for product information is on the website. If you're looking for a previous version of a specific product, you can sometimes check with stores like CompUSA or BestBuy... depending on how old the product is.