<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
		
<channel>
	<title><![CDATA[Adobe: 10 most recent requests.]]></title>
	<link>http://cookbooks.adobe.com</link>
	<description><![CDATA[Check out the latest requests]]></description>
<item>
		<title>Managed Remoting -- Managing Entities on the Server</title>
		<link> http://cookbooks.adobe.com/post_Managed_Remoting____Managing_Entities_on_the_Serve-19725.html</link>
		<description>Please describe how you update an entity on the server and then tell the Managed Remoting service to update all of the clients...Note:  Using Managed Remoting, NOT Data Services</description>
		<pubDate>Fri, 11 May 2012 10:16:37 UT</pubDate>
		<author>Robert Petz</author>
	</item>
<item>
		<title>multiply a field by a constant</title>
		<link> http://cookbooks.adobe.com/post_multiply_a_field_by_a_constant-19724.html</link>
		<description>I want to create a calculated field in Adobe Acrobat Pro 10 by multiplying another field by a constant.</description>
		<pubDate>Thu, 10 May 2012 20:19:36 UT</pubDate>
		<author>hendewerk@comcast.net</author>
	</item>
<item>
		<title>Emirii Your Open Question Show me another » Problems with adobe flash cs5 keyboard shortcuts?</title>
		<link> http://cookbooks.adobe.com/post_Emirii_Your_Open_Question_Show_me_another___Proble-19720.html</link>
		<description>I just got onto my home computer to use flash for an animation and my keyboard shortcuts have started not working. i'm trying to use f5 and f6 for inserting frames and it's not doing anything. any ideas why it stopped working? It worked last time I used flash on here and I restarted the program and my computer.</description>
		<pubDate>Sun, 29 Apr 2012 20:36:08 UT</pubDate>
		<author>Emily VanderMey</author>
	</item>
<item>
		<title>Adobe X Pro - How to allow users to insert pictures on a fillable PDF form and resize</title>
		<link> http://cookbooks.adobe.com/post_Adobe_X_Pro___How_to_allow_users_to_insert_picture-19717.html</link>
		<description>Adobe X Pro - I am converting an Engineering Audit 40 tab Excel booklet to a fillable PDF forms.  I found a Java Script by Joel Geraci to use a button icon for the picture field and action tab.  This works but now I need to allow the user to resize the picture once inserted.  Is this doable in Adobe X Pro or does the picture need to be the exact size of the button icon?  Resize the picture before inserting?  Also, how does a user remove the picture if they chose the wrong field to insert?</description>
		<pubDate>Thu, 26 Apr 2012 11:54:17 UT</pubDate>
		<author>Kikki7</author>
	</item>
<item>
		<title>How and where can I create a reuseable public function?  Even this simple test does not work.</title>
		<link> http://cookbooks.adobe.com/post_How_and_where_can_I_create_a_reuseable_public_func-19715.html</link>
		<description>How and where can I create a reuseable public function?  Even this simple test does not work:

form1.subInstructions.Button1::click - (JavaScript, client)
	ChangeCheckBox1()

 form1.#variables[0].MyCode - (JavaScript, client)

function ChangeCheckBox1()
	{
	    CheckBox1.rawValue = 1
	}</description>
		<pubDate>Wed, 25 Apr 2012 14:05:11 UT</pubDate>
		<author>Christopher Weber</author>
	</item>
<item>
		<title>Display paragraphs from database</title>
		<link> http://cookbooks.adobe.com/post_Display_paragraphs_from_database-19713.html</link>
		<description>I have database fields which are several paragraphs long. When viewing in the database, tabs and paragraph breaks display as desired. When viewing in the browser, the paragraphs break as desired but the tabs do not display. White-space is set to normal, as when I tried pre and non wrap the text did not flow.</description>
		<pubDate>Tue, 24 Apr 2012 07:58:37 UT</pubDate>
		<author>Arthur Williams</author>
	</item>
<item>
		<title>Embedding an *.swf file from the Chrome's sandboxed filesystem</title>
		<link> http://cookbooks.adobe.com/post_Embedding_an___swf_file_from_the_Chrome_s_sandboxe-19711.html</link>
		<description>I have a JavaScript application which downloads a flash object (*.swf file) and stores it into Chrome's sandboxed filesystem (introduced for HTML5 File API and FileSystem API), file URL is something like: filesystem:http://localhost/temporary/2958.swf

Is there any way now to embed this file into HTML page?


I've already tried several things, all of them didn't work:
1) embed it as usual with &lt;object&gt; or &lt;embed&gt; tag using filesystem:http://localhost/temporary/2958.swf URL
2) embed it using SWFObject library using filesystem:http://localhost/temporary/2958.swf URL
3) embed it using separate HTML page which is also loaded into Chrome's sandboxed filesystem and placed near my *.swf file. This HTML page contains usual &lt;object&gt; or &lt;embed&gt; embedding code with relative URL &quot;2958.swf&quot;
4) reading a file back from filesystem, encoding it into base64 dataURL (it looks like &quot;data:application/x-shockwave-flash;base64,Q1dTCKNdFwB42ry8BVRUUdfwfweGD.....=&quot;) and embedding this URL using usual &lt;object&gt; or &lt;embed&gt; code</description>
		<pubDate>Tue, 24 Apr 2012 06:17:25 UT</pubDate>
		<author>vgrn</author>
	</item>
<item>
		<title>I want to create a javascript that would allow me to hide and disable certain fields once a checkbox is created and selected.</title>
		<link> http://cookbooks.adobe.com/post_I_want_to_create_a_javascript_that_would_allow_me-19709.html</link>
		<description>I have over 15 different programs that require the exact same form.  The average user will request at least 6 to 8 of this form and we have to make them fill out and digitally sign the same form 6 to 8 times.  To avoid delay and excessive forms, i want to create a script that will change the requirements for each system on one form everytime a system is selected.  A drop down menu will have the list of systems and once one is selected, the different criteria will display everytime the selection changes.  We can then use the 'Save-As' function and save the form as a 'PDF' to avoid losing the digital signature and then give the name of the desired system.  We then go to the pull down menu and change the system type to be able to display the correct requirments.  in short, we have the user complete 1 form and we then save the form multiple times for each desired system which then displays the accurate access description every single time the system name selection changes.</description>
		<pubDate>Mon, 23 Apr 2012 14:48:46 UT</pubDate>
		<author>Vadergod</author>
	</item>
<item>
		<title>Trying to make a link generator form and need help.</title>
		<link> http://cookbooks.adobe.com/post_Trying_to_make_a_link_generator_form_and_need_help-19707.html</link>
		<description>I am trying to make a link generator on my website. I have made a html form which is on the site. The form has three text areas for game players to load in a combination of numbers. The first two text fields contain combinations of numbers and third will generate the number of links they want. I have a generate button in place and a reset button in place. Below that is a text area for the results to be generated into. I am really struggling to get it to work as my java is not that great any help much appreciated.

Example of form below

Enter starting id. 	&quot;text field&quot; Enter combinations like 1000,12345 etc
Second field.  &quot;text field&quot; Enter combinations like 500,1000,1234 etc
How many links do you want  &quot;text field&quot;Enter amount like 500,1000,etc
Generate button Reset Button
Text area for results.

Link to webpage with the form.http://mafiaprotectionracket.com/wp/?page_id=1523

Thanks in advance.
Jason</description>
		<pubDate>Fri, 20 Apr 2012 11:52:10 UT</pubDate>
		<author>Jason Roberts</author>
	</item>
<item>
		<title>Putting Adobe AIR app over another application (overlay?)</title>
		<link> http://cookbooks.adobe.com/post_Putting_Adobe_AIR_app_over_another_application__ov-19694.html</link>
		<description>Hello.

I'm a fairly new user of Flash Builder and I've been trying to create a simple countdown application (multiple countdowns triggered by pressing a combination of keys on keyboard or keys on mobile device). Everything would be pretty simple if not the fact that I want this app to be &quot;on top&quot; of other application - game to be a bit more exact. I just want users to see six countdown timers displayed somewhere on the side of the screen both before game launches and after. Is there any way to create such &quot;overlay&quot; effect? (not sure how to call it otherwise, app being on top of another app :) )

In advance, thank you for your help!

With regards,
Matt</description>
		<pubDate>Sun, 15 Apr 2012 04:55:11 UT</pubDate>
		<author>Maciej Śmiechowski</author>
	</item>

</channel>

</rss>		

