Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-06-2008, 03:59 PM   PM User | #1
jreverb
New to the CF scene

 
Join Date: Sep 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
jreverb is an unknown quantity at this point
coverflow style flash menu using xml to link to inline frame

I have a flash menu which addresses an xml file which reads as follows ,
just one section ...

<artworkinfo><albuminfo>

<artLocation>images/100ball.jpg</artLocation>
<artist></artist>
<albumName></albumName>
<artistLink>page1.html</artistLink>
<albumLink></albumLink>
</albuminfo><albuminfo>

</albuminfo></artworkinfo>


i need page1.html to open in an inline frame on my index.html but it always opens in a new tab/window. Is there a simple way of telling it to from within the xml file ?

this ones got me totally stumped

thanks in advance
jreverb is offline   Reply With Quote
Old 09-07-2008, 01:30 AM   PM User | #2
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
you post in the wrong forum

regards
oesxyl is offline   Reply With Quote
Old 09-07-2008, 02:42 AM   PM User | #3
jreverb
New to the CF scene

 
Join Date: Sep 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
jreverb is an unknown quantity at this point
oesxyl???????????????????????????????
and your a senior coder ?????????????

Thats really helpfull

please dont just be a smartarse and maybe point me in the right direction ?

this is an xml forum , no ?

i have an xml issue please help someone
??????????????????????????????????????
jreverb is offline   Reply With Quote
Old 09-07-2008, 03:14 AM   PM User | #4
Alex Vincent
Moderator


 
Join Date: May 2002
Location: Hayward, CA
Posts: 1,427
Thanks: 1
Thanked 19 Times in 17 Posts
Alex Vincent is on a distinguished road
I think what oesxyl's trying to say is that the XML forum really doesn't know that much about Flash. You're not asking a question so much about XML as you are about Flash - how to open in an inline frame.

Based on this, I agree with oesxyl, but I'll do one better - I'll move this thread to the Flash forum. Maybe someone there can help.
__________________
"The first step to confirming there is a bug in someone else's work is confirming there are no bugs in your own."
June 30, 2001
author, Verbosio prototype XML Editor
author, JavaScript Developer's Dictionary
https://alexvincent.us/blog
Alex Vincent is offline   Reply With Quote
Old 09-07-2008, 03:16 AM   PM User | #5
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by jreverb View Post
oesxyl???????????????????????????????
and your a senior coder ?????????????

Thats really helpfull

please dont just be a smartarse and maybe point me in the right direction ?
this is the right direction:

http://www.codingforums.com/forumdisplay.php?f=52

first step to get an answer is to ask in the right place...

Quote:
this is an xml forum , no ?

i have an xml issue please help someone
??????????????????????????????????????
... and second is to ask the right question.

xml have nothing to do with flash!

regards
oesxyl is offline   Reply With Quote
Old 09-07-2008, 04:40 AM   PM User | #6
jreverb
New to the CF scene

 
Join Date: Sep 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
jreverb is an unknown quantity at this point
Ok,
Apologies for jumping the gun.
I assumed that the xml file contains the link to the html page that needs to be displayed.
Normally with a link you would specify a target ( being the inline frame you want the page to be displayed inside )
I was wondering if there is a simple line of code i need to add to the XML document ?

I will ask in the flash forum aswell,

thanks for being patient with me , sometimes the simple things are the most frustrating .

Like why doesn't onmouseover work properly in firefox or opera but fine in internet explorer ?? its all getting rather tedious and incredibly non standard .

thanks again .
jreverb is offline   Reply With Quote
Old 09-07-2008, 06:25 AM   PM User | #7
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by jreverb View Post
Ok,
Apologies for jumping the gun.
I assumed that the xml file contains the link to the html page that needs to be displayed.
Normally with a link you would specify a target ( being the inline frame you want the page to be displayed inside )
I was wondering if there is a simple line of code i need to add to the XML document ?

I will ask in the flash forum aswell,

thanks for being patient with me , sometimes the simple things are the most frustrating .

Like why doesn't onmouseover work properly in firefox or opera but fine in internet explorer ?? its all getting rather tedious and incredibly non standard .

thanks again .
it's not a problem, I don't know anything about flash.
I read your post from javascript forum, I don't think is a onmouseover problem, probably the way you call it, but I don't know. Post the code and question in this forum( flesh), they could know better what's wrong.

regards
oesxyl is offline   Reply With Quote
Old 10-26-2008, 09:54 AM   PM User | #8
johnes
New to the CF scene

 
Join Date: Oct 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
johnes is an unknown quantity at this point
Quote:
Originally Posted by oesxyl View Post
it's not a problem, I don't know anything about flash.
I read your post from javascript forum, I don't think is a onmouseover problem, probably the way you call it, but I don't know. Post the code and question in this forum( flesh), they could know better what's wrong.

regards
You can use some free flash menu, like on that site: http://flash-menu.net

They have online menu builder to customize your menu and and save it. Also there's some tutorials how to insert flash menu in to HTML page.
johnes is offline   Reply With Quote
Old 10-26-2008, 09:59 AM   PM User | #9
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by johnes View Post
You can use some free flash menu, like on that site: http://flash-menu.net

They have online menu builder to customize your menu and and save it. Also there's some tutorials how to insert flash menu in to HTML page.
did you understand that this is the wrong forum for this kind of problem? posting this here have no chance to be usefull.

Edit: sorry, I'm wrong, the therad was moved.

regards

Last edited by oesxyl; 10-26-2008 at 10:07 AM..
oesxyl is offline   Reply With Quote
Old 10-26-2008, 11:01 AM   PM User | #10
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
To address the first post about the Flash menu, the answer is highly unlikely. However if I can't see any of the Actionscript associated with this menu I won't be able to tell you one way or another.

Essentially what happens in most cases with XML like this, is that the designer made it work one way ONLY, and your XML file is the only option for customization. That way someone without the proper knowledge of Flash won't screw up the coding. So if the designer didn't provide you with the option to set the "target" of the link, then you can't change anything with the XML. If you have the .FLA file and can edit it, please post it here, or post the Actionscript (most likely located on the actions layer).
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 04:05 AM.


Advertisement
Log in to turn off these ads.