Edit text in popup windows.

This is a discussion on "Edit text in popup windows." within the Flash & Multimedia Forum section. This forum, and the thread "Edit text in popup windows. are both part of the Design Your Website category.


 Subscribe in a reader

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

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old Jun 26th, 2007, 21:09
New Member
Join Date: Jun 2007
Location: Milwaukee
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Edit text in popup windows.

Hi,

I am stumped. I am trying to edit a flash site template. On each page there is a button called "read more" that is linked to a pop up window. I found the pop up window in the time line and the symbol in the library. The same symbol is used for every page. There is a different title to the pop up window on each page. I tried to edit the text of the symbol and my same text showed on every page, but not in the flash movie. I know there is action script involved so the symbol's title and text will be different on each page, but it is beyond me how to edit this. I have looked for the different titles to the symbol but can't find them in the time line or library. For instance on one page the title is about us and on another it is solutions. All the text in the window except the title is in Latin. The pop up window has a vertical scroll bar. I have been at this for about 2 hours and I think it is time to get some help. So please help and I will be grateful forever!

Janis
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Jun 26th, 2007, 21:22
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Edit text in popup windows.

Updating the item in the library will cause them all to change as you figured out.

Items placed on the timeline from the library are directly referenced with the library therefore anytime you change the library item it changes all instances of that symbol on the stage, and vice versa.

They probably use a dynamic text field to enter to information via AS,or XML or something - bleh its hard to say, there are 540 ways to do the same thing...

I am a visual person, to be much help at all I would need to see the flash file. Either post it here or PM me and I'll send you my email address.

Cheers,

Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)

Last edited by Sgaspar11; Jun 26th, 2007 at 21:26.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Jun 26th, 2007, 21:59
New Member
Join Date: Jun 2007
Location: Milwaukee
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Edit text in popup windows.

I don't know what pm means. If you tell me I will send the file to you.

Jan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Jun 26th, 2007, 22:23
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Edit text in popup windows.

Private Message!
Last Blog Entry: Yay!? (Oct 8th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old Jun 28th, 2007, 22:58
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Edit text in popup windows.

Double click on the MC that has the button in it then select the button. It'll have this code.

Code: Select all
on (release) {
 _root.scrHEIGHT = 50;
 _root.scroller._x = 50;
 _root.scroller._y = 50.69999999999999;
 _root.scroller.scroller.gotoAndStop(2);
 _root._title = "Welcome";
 _root.READ = 2;
}
This is saying on click of the button go to the pop up MC called Scroller and do the following...
_root.title is how you change the title field of the pop up menu for each of the different pop ups - just change this code on each of the individual buttons on the 4 pages.

As for the content:
_root.READ = 2 is telling the file to go to a specific frame within the text field of the pop up menu. You'll see if you double click a couple of times on the text field that it has 10 frames where you can put the different text.
Cheers,
Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old Jul 29th, 2007, 22:15
New Member
Join Date: Jul 2007
Location: Michigan
Age: 45
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Re: Edit text in popup windows.

Hello,

This sounds like the exact problem I have with a Template. 4 popup Menus, but all the buttons link to only one. When I change one, all four change.

This solution doesn't seem to help me. Can it further be examined?
Did this help you with your problem?

Thank You, Brock Kane
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old Jul 30th, 2007, 15:02
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Edit text in popup windows.

You might be using a different template than hers. I sent you a PM so you can mail me the file. I'll take a look at it tonight.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #8  
Old Aug 2nd, 2007, 15:56
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Edit text in popup windows.

Resolved and RESOLVED!
Last Blog Entry: Yay!? (Oct 8th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
popup windows, template, text

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Interface To Edit Text? MikeE Web Page Design 4 Jun 12th, 2008 17:01
One time popup windows dhossai JavaScript Forum 5 Dec 29th, 2007 22:05
Help with Thumbnail popup windows cjrollo Flash & Multimedia Forum 6 Dec 7th, 2007 13:59
Popup windows problem Freddie JavaScript Forum 2 Jan 10th, 2006 09:20
Can ASP run on a apache web server on a windows xp home edit jperson19468 Classic ASP 9 Aug 8th, 2004 10:45


All times are GMT. The time now is 23:30.


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