Adobe Dreamweaver Forums



Last 10 THreads :         Trouble with SQL Query Tool on Leopard (Last Post : Daverms - Replies : 5 - Views : 6 )           »          Spry Accordion (Last Post : Ken Ford - *ACE* - Replies : 3 - Views : 8 )           »          Event listener (Last Post : NedWebs - Replies : 1 - Views : 2 )           »          action script for button (Last Post : melanro - Replies : 4 - Views : 10 )           »          Problems with variables (Last Post : Rob Dillon - Replies : 1 - Views : 2 )           »          Sefl-signed ssl certificate not possible? (Last Post : sysfor - Replies : 2 - Views : 8 )           »          Adding database RDS Login Dreamweaver 8 Coldfusion 8 (Last Post : Daverms - Replies : 3 - Views : 5 )           »          set width of adv. datagrid according to image width. (Last Post : Devsachin - Replies : 0 - Views : 1 )           »          Dreamweaver cs4 (Last Post : Murray *ACE* - Replies : 9 - Views : 10 )           »          Centering a site using layers in browser window (Last Post : Murray *ACE* - Replies : 3 - Views : 4 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Other Macromedia/Adobe Products > Contribute
 
Tags: ,



Reply
  #1 (permalink)  
Old 04-13-2008, 03:14 AM
wd57
 
Posts: n/a
Diggs:
Default Contribute With Flash?

I was wondering if Contribute can be used/set up to make edits to dynamic text
within a flash site? For example, if I have dynamic text linked to a external
..txt file, can I send a Contribute key to a client for them to be able to edit
that file? Also, do they need to have a copy of Contribute to do so or can they
use a standard text editor? I appreciate any thoughts.



Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-13-2008, 03:14 AM
radsraman
 
Posts: n/a
Diggs:
Default Re: Contribute With Flash?

Hi,

I believe that you are talking about the Contribute connection keys here i.e
the .stc file. When you create an stc file you basically state the connection
type, username , password and the role with which he can connect to the site.
if that role has edit permissions, then the client to whom the keys are send
can import the keys, and create connection to the site and edit the pages.

Can you please let me know what you meant by dynamic text within a flash site?
It would be great if you cn give me more details

Thanks

Reply With Quote
  #3 (permalink)  
Old 04-13-2008, 03:14 AM
ThinkInk
 
Posts: n/a
Diggs:
Default Re: Contribute With Flash?

You can't use Contribute (using version CS3) to edit files with extension .txt.
If you can replace the extensions of the files you import in a flash swf, to
f.i. .php or .htm this solution maybe can work.
Your client will need a copy of Contribute to edit these files though.
I would suggest you download the Contribute trial and try if it works.

Consideration: As far as I know you can render files as html-text in flash.


Reply With Quote


  #4 (permalink)  
Old 04-13-2008, 03:14 AM
ThinkInk
 
Posts: n/a
Diggs:
Default Re: Contribute With Flash?

Tested it for you on an old flash website of myself and it works fine. I can
edit the html-file in Contribute, publish the file and the changes show up in
the swf.
You can load files with extesions like xml/html using the attached code in
Flash-actionscript (player 7, as 2.0), usign the textarea component
The html file loaded.html looked like this:

<html>
<head>
</head>
<body>
<h1>Wondering</h1>
<p>I was wondering if Contribute can be used/set up to make edits to dynamic
text within a flash site? For example, if I have dynamic text linked to a
external .txt file, can I send a Contribute key to a client for them to be able
to edit that file? Also, do they need to have a copy of Contribute to do so or
can they use a standard text editor? I appreciate any thoughts.<br>
</p>
<p>I was wondering if Contribute can be used/set up to make edits to dynamic
text within a flash site? For example, if I have dynamic text linked to a
external .txt file, can I send a Contribute key to a client for them to be able
to edit that file? Also, do they need to have a copy of Contribute to do so or
can they use a standard text editor? I appreciate any thoughts.<br>
</p>
</body>
</html>

//init TextArea component
myText.html = true;
myText.wordWrap = true;
myText.multiline = true;
myText.label.condenseWhite=true;

// load css
documentStyle = new TextField.StyleSheet();
documentStyle.load("style.css");
myText.styleSheet = documentStyle;

//load in HTML/XML
documentContent = new XML();
documentContent.ignoreWhite = true;
documentContent.load("loaded.html");
documentContent.onLoad = function(success)
{
if(success)
{
myText.text = documentContent;
}
}


stop();

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 01:06 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk