/    Sign up×
Community /Pin to ProfileBookmark

giving link to flash file

Hi,
I am trying to give link for my flash movie but its not working.Can anyone tell me how to give link for full flash movie

to post a comment
HTML

5 Comments(s)

Copy linkTweet thisAlerts:
@Eye_for_VideoJan 06.2009 — Can you describe the problem in more detail? Are you trying to pass on a link from your site which has a working Flash movie, to another site? Or are you trying to link to a Flash file on your own Web page and are not able to correctly find the path to it?

EfV
Copy linkTweet thisAlerts:
@punithaparyauthorJan 07.2009 — I want to give html link to flash movie that means if i click flash movie then it will go to html link like that.Can u tell me how to do this
Copy linkTweet thisAlerts:
@Eye_for_VideoJan 07.2009 — So you want a button over the top of the movie? So when you click the button on top of the movie, it will go to a different html page?

Or do you want an html link to start the flash movie?

EfV
Copy linkTweet thisAlerts:
@punithaparyauthorJan 07.2009 — Hi,

My html link page is live.php and my flash movie name is live.swf.What i need mean if i click over my flash movie i want to redirect to live.php can u tell me how to do this
Copy linkTweet thisAlerts:
@Eye_for_VideoJan 07.2009 — One way to do this if you have access to the Flash .fla file is to create an invisible button over the top of the movie. Create a button in Flash which on rollover will reveal a message like "Clice here to go to Live page". Then use a getURL to redirect to live.php (in AS2).
[CODE]movie_btn.onRelease = function() {
getURL("live.php");
}[/CODE]

Here's an example of using an invisible button over the top of a Flash movie.

http://www.twicetoldyoga.com/dvd_1.html

Click on the Play Version #1. Mouse over the movie and a "Buy Now" button is revealed which redirects to a different frame, but could just as easily redirect to a different Web page using the getURL. Could also be adapted to AS3 using whatever it does to getURL.

EfV
×

Success!

Help @punithapary spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...