im struggleing with this, can someone please help?

This is a discussion on "im struggleing with this, can someone please help?" within the Flash & Multimedia Forum section. This forum, and the thread "im struggleing with this, can someone please help? are both part of the Design Your Website category.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 23rd, 2007, 23:15
Up'n'Coming Member
Join Date: Mar 2007
Location: england
Age: 19
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
im struggleing with this, can someone please help?

hi, i am working on some themes and i have seen a navigation bar a really like, however i have tried and searched for info on how to do this but have had no luck, could someone please point me in right direction please, the navigation bar a would like is at www.ghostopera.com, i dont actually want the exact same nav bar, its the effect it does, how it slide when you hover over a page link, im am in dier need and would appreciate any help on this
Reply With Quote

  #2 (permalink)  
Old Jun 24th, 2007, 00:11
Up'n'Coming Member
Join Date: May 2007
Location: Tamworth
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cocoonfx
Re: im struggleing with this, can someone please help?

Hello i have found out how to do this.

This is the code. Place this in an action layer.

onClipEvent (mouseMove) {
setProperty("", _x, getProperty("_level0",_xmouse));
setProperty("", _y, getProperty("_level1",_ymouse));
}

I have attached a flash file so you can see how it works.

Hope this is close to what you want.
Attached Files
File Type: fla followmouse.fla (22.5 KB, 23 views)
File Type: swf followmouse.swf (262 Bytes, 22 views)
Reply With Quote
  #3 (permalink)  
Old Jun 24th, 2007, 00:14
Up'n'Coming Member
Join Date: Mar 2007
Location: england
Age: 19
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: im struggleing with this, can someone please help?

thank you, mate, thats a big help
Reply With Quote
  #4 (permalink)  
Old Jun 24th, 2007, 08:15
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to MrMadison Send a message via MSN to MrMadison Send a message via Skype™ to MrMadison
Re: im struggleing with this, can someone please help?

Here yah go!
http://www.kirupa.com/developer/mx20...ith_slider.htm
Enjoy!
Reply With Quote
  #5 (permalink)  
Old Jun 24th, 2007, 14:28
Up'n'Coming Member
Join Date: Mar 2007
Location: england
Age: 19
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: im struggleing with this, can someone please help?

i have tried the one you send me madison but it wont seem to work
Reply With Quote
  #6 (permalink)  
Old Jun 24th, 2007, 14:51
Up'n'Coming Member
Join Date: Mar 2007
Location: england
Age: 19
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: im struggleing with this, can someone please help?

right........i have managed to get it working, but my slider is offset to the left, i placed it in the middle where i want it but it still offsets to the left, i have also tried moveing my boxes to try and get it central but it just moves furthur to the left, do you know why this is?
Reply With Quote
  #7 (permalink)  
Old Jun 24th, 2007, 15:19
Up'n'Coming Member
Join Date: Mar 2007
Location: england
Age: 19
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: im struggleing with this, can someone please help?

ok i think i have got it lol
how would i insert that into my php and css, i take it its not same as inserting a pictuure as it is flash, is there a certain code i would need to put in?
Reply With Quote
  #8 (permalink)  
Old Jun 24th, 2007, 20:24
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to MrMadison Send a message via MSN to MrMadison Send a message via Skype™ to MrMadison
Re: im struggleing with this, can someone please help?

Here yah go.

Code: Select all
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="put swf height" width="put swf width" data="put link to file here">
  <param name="allowScriptAccess" value="never" />
  <param name="allowNetworking" value="internal" />
  <param name="movie" value="put link to file here" />
</object>
Reply With Quote
  #9 (permalink)  
Old Jun 24th, 2007, 20:48
Up'n'Coming Member
Join Date: Mar 2007
Location: england
Age: 19
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: im struggleing with this, can someone please help?

dose that go into the php or css?
Reply With Quote
  #10 (permalink)  
Old Jun 24th, 2007, 21:23
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to MrMadison Send a message via MSN to MrMadison Send a message via Skype™ to MrMadison
Re: im struggleing with this, can someone please help?

The PHP.
Reply With Quote
  #11 (permalink)  
Old Jun 24th, 2007, 21:47
Up'n'Coming Member
Join Date: Mar 2007
Location: england
Age: 19
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: im struggleing with this, can someone please help?

thanks
Reply With Quote
  #12 (permalink)  
Old Jun 24th, 2007, 22:04
Up'n'Coming Member
Join Date: Mar 2007
Location: england
Age: 19
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: im struggleing with this, can someone please help?

i have inserted it into the php but now the php is saying error, i copied exactly what you put:s
Reply With Quote
  #13 (permalink)  
Old Jun 25th, 2007, 03:05
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to MrMadison Send a message via MSN to MrMadison Send a message via Skype™ to MrMadison
Re: im struggleing with this, can someone please help?

I'm no PHP genius lol, but I think you have to give it the print function.

And, thats how it would go into HTML. My bad.


And I thought you were putting the PHP into HTML. I'd put this in the PHP forum because I know very little about PHP.
Reply With Quote
  #14 (permalink)  
Old Jun 25th, 2007, 03:06
Up'n'Coming Member
Join Date: Mar 2007
Location: england
Age: 19
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: im struggleing with this, can someone please help?

ok, well thanks for your help with the sliding menu, i have got that working at least, you've been a big help thanks
Reply With Quote
Reply

Tags
help

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


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


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs 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 43