Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Graphics Forum


You are currently viewing our Graphics Forum as a guest. Please register to participate.
Login



Reply
Flash Intro Header - Reloading problem!
Old 01-20-2005, 02:04 PM Flash Intro Header - Reloading problem!
ghst_wulf's Avatar
Novice Talker

Posts: 14
Location: Seattle, WA
Trades: 0
I have a concept for a website using Flash, HTML and PHP.. and I want to know if there is a way to keep the flash intro header from refreshing each time someone clicks on a navigation link to go to another page? I dont want the intro to replay every time they go to a new page. And I do not want to use frames..! I'm currently working to find something on PHP to fix this problem.. but if anyone has any idea on how to fix this, feel free to post!

J
ghst_wulf is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-20-2005, 05:26 PM
hackySack's Avatar
Extreme Talker

Posts: 150
Location: UK, Derbyshire
Trades: 0
Well you could use frame sets or iFrames, and in the button in flash, use the following Action Script:

on(release) {getURL ("example.html","FrameName");}

FrameName = Your frame's name
example.html = Your content to be loaded

This targets the Frame in which you want the content to load, without refreshing the main browser window.

I normally use this method, if you need any .fla and html examples feel free to pm me.

Hacky Sack
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE

Last edited by hackySack; 01-20-2005 at 05:31 PM..
hackySack is offline
Reply With Quote
View Public Profile
 
Old 01-20-2005, 05:32 PM
hackySack's Avatar
Extreme Talker

Posts: 150
Location: UK, Derbyshire
Trades: 0
OH!!! sorry didn't read the "don't wanna use frames bit" sorry......
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE
hackySack is offline
Reply With Quote
View Public Profile
 
Old 01-20-2005, 07:20 PM
ghst_wulf's Avatar
Novice Talker

Posts: 14
Location: Seattle, WA
Trades: 0
Hehe, no problem :-)
ghst_wulf is offline
Reply With Quote
View Public Profile
 
Old 01-20-2005, 07:38 PM
hackySack's Avatar
Extreme Talker

Posts: 150
Location: UK, Derbyshire
Trades: 0
hey just an idea.... Does the intro have a skip button.........or just plays through till the navigation? maybe split the movie into two bits, the intro in its own movie and the nav in its own one too....then in the button put on(release) {getURL ("home.html");}, or if you don't have a skip button or enter button, put in a blank keyframe on its own layer at the end of the timeline getURL ("home.html"); ....

home.html being the html with the navigation movie in it and the first page you want the browsers to see, that way every time they click a link it'll load the navigation movie rather than the whole intro, and the navigation will be cache and won't take long if not instant to load....

Hacky Sack
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE
hackySack is offline
Reply With Quote
View Public Profile
 
Old 01-20-2005, 08:03 PM
ghst_wulf's Avatar
Novice Talker

Posts: 14
Location: Seattle, WA
Trades: 0
I think I found a way to fix it, according to another forum. I'm supposed to set up a script in AS on the first frame that checks a visit log for the user and it goes to a certain scene / frame based on first or second+ visit. It writes to a visitRecord.sol file, apparently.. I'll see if it works when I start working on it. I dont have the animation made yet, but the header is just about done. I just know that I'll encounter this problem when I get there.. lol
ghst_wulf is offline
Reply With Quote
View Public Profile
 
Old 01-20-2005, 08:05 PM
ghst_wulf's Avatar
Novice Talker

Posts: 14
Location: Seattle, WA
Trades: 0
While I'm on the topic of the header, do you know of a good name for the site? Its just a personal one for me.. and I wrote in a crap name like Virtual Asylum just to fill space. lol

J
ghst_wulf is offline
Reply With Quote
View Public Profile
 
Old 01-20-2005, 08:10 PM
hackySack's Avatar
Extreme Talker

Posts: 150
Location: UK, Derbyshire
Trades: 0
hey....only problem with that is if they ever visit the site again i don't think the intro will play again.....flash has a sorta "cookie" if you will, and the only way (so i've heard) to remove them is too go to the macromedia website to delete them....although i could be wrong.....your best bet would be to ask in the macromedia forum for help with this one .....

What sorta site is it gonna be? theme? ill try think of somming but no promises
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE

Last edited by hackySack; 01-20-2005 at 08:12 PM..
hackySack is offline
Reply With Quote
View Public Profile
 
Old 01-20-2005, 08:17 PM
ghst_wulf's Avatar
Novice Talker

Posts: 14
Location: Seattle, WA
Trades: 0
True, true. Its just a personal site.. very tech looking, sorta dark. It'll have a blog, some pics, web and graphic design services, games, RPG info, gaming stats, movie reviews, etc. I thought about going with my web design name.. but wasn't sure if that was appropriate. The name is J.R. Studios. But.. I dont know. I'll think of somethin'.. :-)

J
ghst_wulf is offline
Reply With Quote
View Public Profile
 
Old 01-27-2005, 12:11 AM
SPACEMAN's Avatar
Super Talker

Posts: 109
Name: SPACEMAN
Location: OUTER SPACE
Trades: 0
Use xml
__________________
<please read the rules on forum signatures - no images and 3 lines max>
SPACEMAN is offline
Reply With Quote
View Public Profile Visit SPACEMAN's homepage!
 
Old 02-10-2005, 03:43 AM
Junior Talker

Posts: 1
Trades: 0
Quote:
Originally Posted by ghst_wulf
I think I found a way to fix it, according to another forum. I'm supposed to set up a script in AS on the first frame that checks a visit log for the user and it goes to a certain scene / frame based on first or second+ visit. It writes to a visitRecord.sol file, apparently.. I'll see if it works when I start working on it. I dont have the animation made yet, but the header is just about done. I just know that I'll encounter this problem when I get there.. lol
ghst_wulf, how did this turn out for you? I'm actually faced with the same exact problem! I was shocked when I came across this thread because I was just about to post the same question. Can you give me any advice on how to solve this? By the way, I'm not a flash developer. My header animation was not created by myself, but I have the FLA file. I'm only trying to get a solution and will be asking a friend to help implement it.

Thanks in advance!
STEVE
SteveSoler is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Flash Intro Header - Reloading problem!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.60209 seconds with 12 queries