Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Flash (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 12th, 2003, 02:57 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default how flash button open html file

Please inform how can open the html file by the flash button ?
what coding will use in flash button ?
I want to use flash button and open to html files.

thanks for help.

regards.

Mateen
[email protected]
 
Old August 7th, 2003, 06:54 AM
Authorized User
 
Join Date: Aug 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ells228
Default

Hi,

On the actions pane, select Normal view
Then click the following:

+ Actions, Browser/Network, GetURL
Enter in the full address for the html file you have, I.e. http://www.icon-business.net/index.html
If you want the html file to open in a new window, select _blank in Window
And if you are sending any data from Flash to the html file, select Send Using Post in Variables

In advanced view, it should look like this:
on (release) {
getURL("http://www.icon-business.net/index.html", "_blank");
}

Chris Ellis
Icon-Business Ltd
www.icon-business.net
[email protected]





Similar Threads
Thread Thread Starter Forum Replies Last Post
Issues with flash button neil.abachi07 Flash (all versions) 0 February 28th, 2007 12:31 PM
flash button angelboy C# 2005 0 February 23rd, 2007 01:27 AM
trigger button with .wav file and flash on martin1 Visual Basic 2005 Basics 0 June 9th, 2006 04:05 PM
trigger button with .wav file and flash on martin1 Visual Studio 2005 0 June 9th, 2006 04:00 PM
I cant get my flash button to open one of my links hijinn Javascript How-To 8 December 14th, 2005 04:13 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.