Welcome, Guest. Please login or register.
Did you miss your activation email?
02/07/12, 08:31
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  Recent Tutorial Support
| |-+  Flash GuestBook Support (Moderators: Flash-db, vesa kortelainen, Ronald Wernecke, Mohsin Sumar, Jorge Solis)
| | |-+  Dowload FLA that will run when loaded into any level or MC......
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 2 [3] Print
Author Topic: Dowload FLA that will run when loaded into any level or MC......  (Read 49306 times)
Doug Hyde
Server what's that
*
Posts: 7


View Profile WWW
« Reply #30 on: 12/12/03, 22:07 »

I have it loading as an external swf, but i may change it to a movie clip. Stand alone, the tab button makes it go from field to field, but when its in the movie clip, tab also changes to selecting other things on my site.
Logged

Flo
Server what's that
*
Posts: 1



View Profile WWW Email
« Reply #31 on: 12/28/03, 00:07 »

Hi,

When I want to load that GUESTBOOK.FLA file of BurtonRider into my Flash 5.0 it says "unknown filetyp". What version of flash do i need to use that file ? Or is this file availabe for Flash5 ? The unedited .FLA by Jeffrey F. Hill runs with F5 btw, but not as a movie clip ;(

can anyone help me out. do i have to buy a new flash ?
Logged
Algreco
Seasoned Programmer
***
Posts: 123


If it 'aint workin blame Flash!


View Profile WWW Email
« Reply #32 on: 05/19/04, 10:41 »

Hey.

I read all the posts here about the old Guestbook, and I couldn't find an answer to some question posted here which I encoutered myself.

Movie loads fine, but then previous and next buttons don't work or pop up a page with text on it.

I can't use the new version Guestbook because I don't have access the the db on my server.
can someone fix the updated fla? I tried playing with the script by adding my url, but still nothing.
Logged
Mattias Robo
Mods
Systems Administrator
*****
Posts: 556



View Profile WWW
« Reply #33 on: 05/20/04, 17:11 »


Hi Al.

If you can put a link to your fla I can take a look at it. Or send me a private mess and I'll give you my e-mail so you can send your fla.

::: robo
Logged

     "I've figured it out. It's not the fords... it's what's IN them!.."
J.
Server what's that
*
Posts: 1



View Profile Email
« Reply #34 on: 07/27/04, 14:01 »


I'll try and help you through this one, I've learned quite a bit about that GuesBook over the last week or so.

First of all, what no one tells you is that the GuestBook.fla and it's txt file have to be in the same directory as your main html that plays all of your swf files.

try and be specific about your problem and I'll walk you through it.



Which text file are you referring to?  
Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6161


View Profile WWW Email
« Reply #35 on: 07/31/04, 04:45 »

Hi together,

Quote

First of all, what no one tells you is that the GuestBook.fla and it's txt file have to be in the same directory as your main html that plays all of your swf files.


this is not exactly right, but it helps beginners Wink

On thing is sure, you got to know where you stored it, and give the exact path in the script.
It is essential, that all related files reside at the same domain (dont need to be the same folder).
And, if yoi install it on a professional server, which usualy is running under UNIX/LINUX, you have to take care of the exact writing of all filenames, because UNIX knows the difference of capital letters Wink in folder- and filenames.

If you use relative addressing, remember this:

. means current folder, .. means parent folder.
Logged

happy flashing
Cool
Ronald
Chris H.
Server what's that
*
Posts: 1



View Profile Email
« Reply #36 on: 09/03/04, 07:26 »

Hey guys... checked out the whole thread and tried to download the fla as well but i get the problem that my flash wont accept the file... is it MX only? or is there a way to convert it so i can take a look in flash5??

Thx for answer, bye
Logged
ardi
Server what's that
*
Posts: 1



View Profile Email
« Reply #37 on: 02/19/05, 10:30 »

well i guess...i'm late posting this issue, but rather late then not  ... Wink

first i have the same problem to...but i have solve it....

first  - upload those 3 file (GuestBook.php, GuestBook.fla and GuestBook.txt) in to same  folder at your web server, i put them at /public_html/flash/GuestBook/

Second - at main time line at "loadactions layer" you must type exactly your GuestBook.php file directory, i change it from "http://flash-db.com/..bla..bla.." into "flash/GuestBook/"

third - go to submit button and in action box find loadvariables "GuestBook.php+"&NumHigh...
(its at the bottom of the code) type your directory in front of "GuestBook.php" , i add it with my directory so it become... loadVariables("flash/GuestBook/GuestBook.php?NumLow="+....

repeat the step 3..to add directory for next 10 button and previous 10 button....

thats all guys.... hope this solve all the problem.... Cool
Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6161


View Profile WWW Email
« Reply #38 on: 02/19/05, 12:37 »

Hi Chris,
if flash tells you, that the format does not match, you can bet, its a newer version.
After flash5 is old, it will not be supported anymore.
Even though, if you have questions to flash 5, you will still get answers here at the board.
We even have a section especialy for those still using outaged versions (before flash 6).
Maybe this year even flash 6 will be moved there, after we will have flash 8 out Wink
Logged

happy flashing
Cool
Ronald
rokkilipstick
Server what's that
*
Posts: 2


View Profile Email
« Reply #39 on: 01/03/06, 17:23 »

I got a problem with the guestbook working in my flashfile. The guestbook text field only loads the guestbook.txt when a new message is added. When I enter the guestbook section on my website, it doesnt load, until I click submit. Then I see all the first 10 entires. There's also a problem with loading the next and previous 10 entries.

This is how I've placed the different mc's:
_root.mainmovie.guestbook

In the root I've got two used frames. These are a preloader in 1 and the mainmovie in frame2.
The mainmovie controls all the other movies. The guestbook is placed in frame5 with a label called guestbook. This frame holds a movie called guestbook. The guestbook is placed in frame 1 in the guestbook movie.

I've copied the guestbook from flash-db into frame 1 of the guestbook movie, actionscripts and everything. Still I've got the problem. When loading the original the guestbook loads fine. What have I done wrong. Do I need to specify the path in the php script? And how?

Anyone who can help me?

Rokki
Logged
shawn gibson
Seasoned Programmer
***
Posts: 103

sgibson777@hotmail.com shawn.gibson@yahoo.com
View Profile WWW Email
« Reply #40 on: 11/09/06, 13:45 »

Hi,

I have the GBv2 running, and it works great, but I am using it in my gallery section, and at this point, it means potentially hundreds of files...which is fine, but it also means every time I change the actual guestbook/image interface, i.e., the .fla, and publish, I will need to republish it hundreds of times manually.

Can I take these lines (this and the others which reference a file):

newEntry.sendAndLoad("../images/im1_1.php?action=write&r="+random(999), newEntry, "POST")

...and somehow instead of asking to retrieve im1_1.php (or im1_2 or 2_19 etc.) can I write this in a way that allows me to take the XML-loaded variable from my gallery, and use THAT as the reference?

In other words, how could I go about something like this:

newEntry.sendAndLoad("../images/variableNameFromMyXMLfile.php?action=write&r="+random(999), newEntry, "POST")

where "variableNameFromMyXMLfile" is a pre-existing variable (for example "im1_1") in the XML, which is loaded in the root movie (the guestbook is 1 clip down in the chain. That variable already exists and I use it in various ways, just not sure how I could use it here so I only have to have 1 actual gallery/guestbook swf.

Any suggestions Guys? Is this possible?

Thanks,
Shawn


 

Logged

If I can build this site, it will be like staring God in the eyes, as it's a challenge each step of the way far beyond me, but I am far beyond driven.
Jorge Solis
Administrator
Systems Administrator
*****
Posts: 14593


View Profile
« Reply #41 on: 11/09/06, 14:43 »

I think this post is too long and lost focus. Shawn, please open a new thread with your question.
Anyone who want to ask something, please do the same (search for previous similar question first, of course)
This thread is closed

Jorge
Logged

Pages: 1 2 [3] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!