link to website from within a movieclip off a CD-rom

This is a discussion on "link to website from within a movieclip off a CD-rom" within the Flash & Multimedia Forum section. This forum, and the thread "link to website from within a movieclip off a CD-rom are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Mar 29th, 2007, 13:38
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
link to website from within a movieclip off a CD-rom

Hi
I need to link to a website from within a movieclip (this is for a CD_Rom so it will be a standalone projector.

This is the code I've got:

on(release)
{
_parent.getURL("http://www.asa100.com/", "_blank");
}

It does open the browser but dosn't go to the site. Can anyone help me with this.

Thanks for all the help.

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Mar 29th, 2007, 20:33
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

Take out parent...see if it works. If not put in _root.getURL
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Mar 30th, 2007, 09:31
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

no
Doesn't work.

Thanks
Any other suggestions would be great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Mar 30th, 2007, 13:14
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

The code is correct, it is how you are using it. You must be doing something wrong. Can we see your edit file please.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Mar 30th, 2007, 13:40
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
K

First time I've uploaded a file but it says done.

The link is in 'menubar' it's 'suscricion' button. While your there I'm also having a similiar problem with the email links on page 'datos de contacto' maybe it's linked

thanks very much for your help

Last edited by MrMadison; Mar 30th, 2007 at 13:58. Reason: merging
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Mar 30th, 2007, 13:44
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

Ummmm, there is no file attached to your post.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Mar 30th, 2007, 13:49
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
it says it's too big!

can i email it, please?

Last edited by MrMadison; Mar 30th, 2007 at 13:57.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Mar 30th, 2007, 13:58
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

Upload it to a server or an upload site.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Mar 30th, 2007, 13:59
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

Sure thing, my email address is in my profile!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Mar 30th, 2007, 14:25
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

which upload site?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Mar 30th, 2007, 14:52
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

Try this site. Just send it to everyone's email address in this thread. Unless someone else knows a better one?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Apr 1st, 2007, 04:09
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

The link works in the flash file itself. I can not say whether it works when you place it on the CD. But the code is correct, just has some minor formatting issues. Here is what I changed.

Code: Select all
on (release) {
    getURL("http://www.pr.aveda.com/", "_blank");
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Apr 1st, 2007, 14:29
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

Hi Thanks for your help. Much appreiciated. Unfortunately, still doesn't work.

I think the problem may be because it's a standalone projector, more likely, I think.

I did find this thread today that I think may help:

http://www.actionscript.org/forums/s...ht=applescript

Post 13. mentions the problem I've got but because I'm pretty new to this I'm not sure what goes at 'somelink'


Code: Select all
somelink.onRelease = function {
getURL('http://www.someurl.com/', '_blank');
};
Does anyone know?? Maybe this'll be the solution.

Regards, and thanks again Jacob & co.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Apr 1st, 2007, 16:16
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

That is the same code as the link code above. It is just that code you put on a frame and give the button an instance name, and change the instance "somelink" to what ever instance name you gave your button. I am don't think that will work either...I will do some checking and see what is going on.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old Apr 7th, 2007, 10:37
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: link to website from within a movieclip off a CD-rom

Hi

I've managed to solve this problem!

This is probably not the best solution but I needed to get the cd-rom working. Once i'd completed the cd-rom (this isn't a web-based project) I made a copy of the flash file; one for pc and one for mac.

The copy for pc worked fine with this code:

Code: Select all
on (release) {
    getURL("http://www.pr.aveda.com/", "_blank");
}
and the same with 'mailto' codes, etc.


But I couldn't get it to work for the Mac file. Somebody told me they were 'pretty sure it wasn't possible to use this code as it was only understood by the browser', I don't know whether this is true but it made sense to me because I couldn't it to work on my Mac. (Although other people said they could get it to work)

I decided to buy a third party application called 'Fire-up'. Here's the site for more details:

http://www.atomiksoftware.com/fire-up/

"Macromedia Flash projectors allow you to launch an application, but not to open a file. Fire-Up solves this issue..."

this worked really well. I was pretty deparate to solve this problem so I had to pay about £25 for Fire-up. I do feel that I cheated though. So, if anyone does know how to do this I'd love to here from them, via this thread, to help solve this problem with actionscript.

Thanks Loads for all the input.

Regards Nutbolt

Last edited by nutbolt; Apr 7th, 2007 at 11:14.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
actionscript, cd rom, link, movieclip, website

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PR6 website looking for 3way link exchange! AlexG Link Building and Link Sales 2 Jan 11th, 2008 07:04
Christmas website link exchange 18aproductions Link Building and Link Sales 4 Dec 20th, 2007 14:38
Link from forum to website 0413 Starting Out 6 Sep 28th, 2007 15:48
Boost link popularity for your website Rob Webforumz Cafe 85 Jun 1st, 2007 17:52
Link bars in website btr94 Web Page Design 2 Sep 10th, 2006 14:58


All times are GMT. The time now is 09:17.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42