Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

guys have a look.. 2

Status
Not open for further replies.

coldfused

Technical User
Joined
Jan 27, 2001
Messages
2,442
Location
US
i want to be able to call html pages in the square that is blue on this file...what would be the best way to do this..

e.gif


carlsatterwhite@endangeredgraphics.com
 
would it not be easier to split that into two movies and use them as side and top frames in a 3 way HTML frameset? Then you could use GetUrl to call pages into that frame. Nick Price
nick.price@misuk.net
 
As Nick mentioned, I think that is the best way to go, I had a similar prob with a site I was doing, I ended up with the frameset approach, their was a thread as to, how to have an HTML doc superimposed onto a movie, but I think the conclusion was it a'nt poss..could be wrong though, I lost track of the thread...........

John
 
It might be possible to do it as it is if you set-up an iframe (I think it's called) but as far as I know that only works with Internet Explorer and I have no idea if it works with flash; for what it's worth I agree with the previous two - split it down into three frames.

=)

PetitPal.
 
ok guys this is what i had...

i broke up the movie into top and left right..ok so this is what i have now..

need someone to view the code and tell me what i need to do to fix this mess..

123.html consist of..
top.html
left.html

both are at the address above..
e.gif


carlsatterwhite@endangeredgraphics.com
 
Carl,
Just got back from the shoot! Waisted as usual!
Two free days ahead! steve.fla available? Or top.fla & left.fla?
One question: will you keep this browser window format? Or will you want to go fullscreen on this?
Will check in the morning!
Sorry about your other problem (first.html)! It worked with 2 buttons... but didn't with 4! That's why I didn't e-mailed you! Will also look into that tomorrow morning!
Going to bed!

;-)
 
we will keep this format old..and yeh i was wondering about the first.html but i assumed you were busy so i'm patient..i have been praticing load movies to targets and things like that for first.html so when you have time on those buttons will be cool..an i will post top and left .flas at my new address not f2s alright..talk to ya soon..
e.gif


carlsatterwhite@endangeredgraphics.com
 
already read that old...i want this message board to be html based..seems to be a little more sound..
e.gif


carlsatterwhite@endangeredgraphics.com
 
try inserting the following into the <body> tag in the HTML:

topmargin=&quot;0&quot; bottommargin=&quot;0&quot; leftmargin=&quot;0&quot; rightmargin=&quot;0&quot;

...this works properly only with IE though... :-( allow thyself to be the spark that lights the fire
 
Hey, it's me again :~/ - you should also add

marginwidth=&quot;0&quot; marginheight=&quot;0&quot;

...just read this in another Thread. Thanks to dave! allow thyself to be the spark that lights the fire
 
Carl,

One question: what's going to be happenin' in that main area? Other mcs? Loading other movies? Or even that sized popups with links?

;-)
 
other htmls loaded inside..each button will call another..thats why i broke it up like that...i didn't want the whole thing to be flash so i could have more freedom on what goes on inside..plus loading this one is gona be a big one..
e.gif


carlsatterwhite@endangeredgraphics.com
 
here ya go man this is where i'm at now..


old if your around, or biobill maybe you can have a glance at the code and see if you see where i'm going wrong..
e.gif


carlsatterwhite@endangeredgraphics.com
 
also old that worked fine for the my site on the buttons..changing the behavior to a graphic was the key..funny the easiest solutions are somtimes the simplest solutions..

thanks..
e.gif


carlsatterwhite@endangeredgraphics.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top