Professional :: Saving Settings Within A Document

Jul 24, 2010

So I've got an .swf file embedded in a document (SMART board in this case, but a simple Word doc would probably serve in the same fashion). I'm trying to replicate the same functionality I see in another .swf.  Basically its got a configuration menu where you can open and configure the .swf to behave differently, then save off and have it keep that.  More importantly, if I close the document and re-open, it keeps the configuration.  Harder yet, if I mail the document to someone else, it will keep the configuration.
 
Oops, its that last step that kills me. I understand how to use shared objects to save settings locally.  I don't believe they're using server based shared objects in this case (no maintained server for it). So how can they be saving settings that travel with the document?

View 4 Replies


Similar Posts:


Professional :: Change Settings If Settings Manager Won't Open?

Apr 18, 2011

I am having a problem with Flash.I get the message Movie not loaded if I right clich where the video should be.I may have set the hardware acceleration on/off by mistake, but I cannot get the Settings manager to open to check it.I am running Feroda rc14.If I go to http:[url].... and right click in to white area at the top, I get the message 'Movie not loaded' and the flash version - 10.2.159.1.  This is where I should be able to open the settings window.Where does Flash store that info on my PC? How can I check it/change it without Settings manager?

View 4 Replies

ActionScript 3.0 :: Flashvars For Dynamic Value Of Document Settings

Jul 20, 2009

I'm trying to pass on to my swf file the size of the document using javascript, flashvars, and swfobject. I've embedded my flash file using swfobject and used the generator that swfobject provides to declare the two flashvars. My index.html file looks like this:

ActionScript Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>

[Code].....

flashv1 and flashv2 are the instance names of two dynamic text fields on the stage. For some reason, and I have been messing around with this all afternoon, I just cant get the flashVars to be retrieved by my code and be passed on to the text fields.

View 0 Replies

ActionScript 3.0 :: Way Of Saving Times To A Word Document

Apr 8, 2012

I've created numerous games which load and unload off a main menu.The player enters their name on the main menu before playing any games and when the player completes a game I want to save their time (taken to complete the game) and unload this time back into the main menu.Is there any way of saving the times using AS3 to a word document or something like this? I can't send the times to my website with php because the games will be used within a competition and it all needs to work with the internet.

View 3 Replies

Actionscript 3 :: Way Of Saving The Times To A Word Document?

Apr 8, 2012

I'll explain a little before asking my question ... I've created numerous games which load and unload off a main menu.The player enters their name on the main menu before playing any games and when the player completes a game I want to save their time (taken to complete the game) and unload this time back into the main menu.Is there any way of saving the times using AS3 to a word document or something like this? I can't send the times to my website with php because the games will be used within a competition and it all needs to work with the internet.

Edit:
var dataloader:URLLoader = new URLLoader();
var dataarray:Array = new Array(); // do this where you intialise other vars

[code].....

View 2 Replies

ActionScript 2.0 :: Saving An Element In A Flash Document?

Oct 31, 2010

I'm working on a Character Creator for a game engine (2d) and I use Drag-and-Drop to combine parts... If I fully combine the character, how can I save the area, where the combined chara is? I want, that an area (like a pink square) would be saved to ex. Desktop, when I press Save...

View 1 Replies

Professional :: Can't Save My Settings

May 2, 2011

I have a strange pb... I have a swf file on my local computer that needs to access data on a webserver.On that webserver there is a crossdomain xml allowing all domains.When I launch my swf file there is a flash popup asking if I want to trust the file and telling me to go to a secutity settings page where I should add some trusted resources.The pb is that I can't save my settings so there is no way to trust my swf.URL...If I click on a tab it just reset the "form"/

View 1 Replies

Professional :: Settings When Producing For CD-ROM?

Feb 12, 2012

I am currently producing a CD-rom with educational content including film, quizzes, drag and drop and animation.some advice ?Here is what I am thinking so far..Stage 800x600frame rate 25 fpsIt has do have film and interactive goodness. Am I doing anything wrong so far? Film guys tells me that the film is 25 fps.Also I have production premiusm cs5.5 os is there a particular bit of software that I shoudl be authoring CD-rom with? or just make a projector file and use toast to burn it?

View 3 Replies

Professional :: Error When Opening AIR Settings?

Feb 9, 2010

When I click the Edit button next to AIR Settings in the properties panel in Flash CS4 Version 10.0.2 I get the following error: The following JavaScript error(s) occured:

At line 984 of file "Apollo_OpenSettingDialog.jsfl":
exportSWF: Argument number 1 is invalid.

I've installed the new AIR2 (beta2) I found here: http:[url].....but I don't think this error has anything to do with it.I'm currently running Mac OS X 10.5.8.

View 3 Replies

Professional :: Change RSL Library Settings?

Mar 19, 2011

I'm trying to change a Flash animation into a Quicktime movie to post to YouTube, which I've done with a much smaller file, but have had trouble with a larger 2.6M file. When testing Flash movie I get dialog box saying- Content will not stream... Change Runtime Shared Library Library > Advanced ActionScript 3.0 in Publish Settings. So I enter Publish Settings, on Formats I leave Flash and HTML checked. Select center tab for Flash, click on  settings for ActionScript 3.0 in scripting box. In Advanced ActionScript Settings dialog at the bottom I've tried changing the Runtime Shared Library drop down  to the Merged into Code option but it didn't help. The other option is the Preloader  Method, where I think the problem is, but when it is changed form Preloader SWF to custom the Preloader SWF box at the very bottom empties and when the movie is published I get a warning of no Librarys linked and when movie is played int the Quicktime player some of the animations fragment and leave the fragment as remnants.

View 3 Replies

Professional :: Change A Few Flash Settings?

Oct 19, 2011

I bought a template but can figure out how to change a few flash settings .My website is done except for these few minor changes.To see what Im talking about go to the website main page here [url]....

1) There are two flash files, a menu and a header, in the menu when the page paods the buttons are white and turn orange when you scroll over them. Id simply like them orange when the page loads and then to turn white when you scroll over them. I can figure out how to get the scroll over to white but not the first part to getting the load orange.

2) In the header file there are several pics. Beside the pics there are scroll over buttons. Id like the first button, that says domestic contract, open when the page loads.

View 1 Replies

ActionScript 3.0 :: Saving The Swf As A Flash CS4 Document In Flash Cs5?

Aug 31, 2010

I have a AS3 file I used in Flash CS4 that worked just fine. The preloader at the beginning of it worked normally.When I started using it in Flash CS5 it stopped working....at first it would jump around the number instead of going up from 0% to 100%. Then it just quit working all together..I tried saving the swf as a Flash CS4 document in flash cs5 .Here is my code:

stop();
 //Preloader
loaderInfo.addEventListener(ProgressEvent.PROGRESS, updatePreloader);[code]....

View 13 Replies

Professional :: Publish Settings - Flash Player 11 And AS 3.0

Jun 25, 2010

Yes correct I'm talking about Flash Player 11, thats what it says in Flash CS5 software. Whatever I do in Publish Setting, Flash software always returns option to be Flash Player 11, I don't get this. I choose Flash Player 8 and AS 2.0 and re-open Publish Settings it is again back on Flash Player 11 and AS 3.0.
First screenshot
Second screenshot

View 2 Replies

Professional :: Changes To Global Settings Panel Are Not Retained?

Jun 25, 2010

Win xp pro 32bitFirefox/3.6.4 same problem in IE 8.006.001 or opera 10.54
WIN 10,1,53,64
 
My global storage settings are set for 1) 'none' , 2)allow 3rd party..unchecked and 3) store common flash...  unchecked. I can make changes but when i click another tab and come back to the storage settings tab every thing is still set for 'none' etc. This is true for all the tabs. no change I make is retained once another tab is activated or if I close the browser page. I have uninstalled flash and reinstalled. Searched and deleted every entry in the register that I thought may be relevant but no change. would like to be able to enable these options

View 1 Replies

Professional :: Global Settings Option Won't Open?

Jul 30, 2010

I right click in the window, the flash player window opens with a menu:Settings...Global SettingsAbout Adobe Flashplayer 10..I click on Global settings and nothing happens.  I'm trying to delete a website, to remove the information they have stored on my PC.  It's a game, Cafe World. It's been crashing, so they said to open the Global settings and click 'remove website'.I can't do this because Glob. Sett won't open!!what, such a simple error in a simple logical application.

View 1 Replies

Professional :: Publish Settings With Dynamic File Name?

Jan 27, 2011

I'm having a little trouble with my publish settings setup.Let's say that I have a file called MyFirstAnim.fla under the folder AnimSource.Then, I set the swf publish path to ../AnimFinal/MyFirstAnim.swf, and everything is great.Now, I need another file almost identical the first one, so I copy MyFirstAnim.fla and rename it to MySecondAnim.fla.hen I publish the file my MyFirstAnim.swf (under the folder AnimFinal) got overridden.So, I removed the swf part of the publish setting, leaving just the relative path (../AnimFinal/).
Am I smart or not?

View 3 Replies

Professional :: Flash - Security Settings Panel?

Sep 6, 2011

I am new to FlashPro CS5. I need to use it with SlideShowPro Director and the associated product 'ThumbGrid'.I followed the instructions and settings from SlideShow Pro but nothing happens when I publish. They say I need to go to the flash security settings panel and add my local folder as a trusted location to execute the files from.I cannot find the flash security settings panel

View 5 Replies

Professional :: Unable To Change The Flach Settings?

Oct 19, 2011

how to change a few flash settings. My website is done except for these few minor changes.
 
1) There are two flash files, a menu and a header, in the menu when the page paods the buttons are white and turn orange when you scroll over them. Id simply like them orange when the page loads and then to turn white when you scroll over them. I can figure out how to get the scroll over to white but not the first part to getting the load orange.
 
2) In the header file there are several pics. Beside the pics there are scroll over buttons. Id like the first button, that says domestic contract, open when the page loads.

View 4 Replies

Professional :: Publish Settings: Html And Swf Files

Oct 28, 2011

In Flash CS5.5 when selecting, Publish Settings: html and swf, the html file does not display the swf from the URL after ftp. The swf file, however, does display from the URL without the html file. My work around has been to hand code the html. Is this a known issue or is there something else that might be causing this to occur?

View 5 Replies

Professional :: Flash Security Settings Panel?

Apr 29, 2005

I am new to FlashPro CS5.  I need to use it with SlideShowPro Director and the associated product 'ThumbGrid'.I followed the instructions and settings from SlideShow Pro but nothing happens when I publish.  They say I need to go to the flash security settings panel and add my local folder as a trusted location to execute the files from.I cannot find the flash security settings panel.  Can I get a hint on where to find the flash security settings panel. I need to add my local folder as a trusted location to execute the files from.

View 4 Replies

Professional :: JPEG Gets Messed Up When Saving In Flash Professional CS4

Sep 1, 2010

I have created drawings in Adobe Flash and saved them as .fla files. However, when I try to save the files as JPEGs beyond a certain resolution (such as 4000x4000 pixels), the image gets altered. Essentially, it get's cropped, but some background is left in the  remaining pixels.
Original image (.fla)
Jpeg image (with the saving problem):

View 2 Replies

Professional :: Bitrate Settings In Adobe Media Encoder?

Jul 8, 2009

I have a problem understanding the bitrate settings when trying to encode an FLV for Flash 8 or higher, using two passes. When you choose to use two passes, you are presented with a bunch of different options, including "Minimum Bitrate [%target]", "Maximum Bitrate [%target]", and "Bitrate Variability [%target]". These are not really explained properly in the online manuals I've seen out there. Let's say you want to have a Costant bitrate (CBR) of 900 kbps, and you want to have two encoding passes, what do you set the other sliders to?

The defaults are:
Minimum Bitrate [%target] 80
Maximum Bitrate [%target] 120
Bitrate Variability [%target] 80

View 8 Replies

Professional :: Default Colors In Flash CS4 With Alpha Settings?

Mar 15, 2010

In Flash CS3 you could set a default color with an alpha setting.  I have not found a way to do this in CS4.  Is there a way?  Its nice to have some default colors for shading that are easy to get to.

View 6 Replies

Professional :: What Are Best Settings To Export .mov File - Video Skips?

Jul 27, 2010

what are the best settings to export .mov file? I have 1280x720 movie and I can export it no problem but sometimes it skips or gets stuck when I play it. I'm not sure if it's my video card or the actual file. I was using the H.264 setting and compressor quality best.

View 1 Replies

Professional :: Smallest Sound Settings To Reduce Buffering?

Aug 21, 2010

I'm trying to play some sounds that I recorded of a person singing 7 notes. Each sound contains a single note. I then want to create buttons that will play the notes.

But the notes take forever to buffer when the buttons are clicked for the first time.
 
What are the best SoundBooth settings to make my notes load fast?

View 1 Replies

Professional :: Optimal Audio Format And Settings For Syncing?

Nov 25, 2010

I was wondering whether MP3s or WAVs would be better to avoid syncing issues. Also, what audio stream settings would be best?
 
I was also wondering if you can manually play the audio track by moving the play head over it. I've tried multiple times with multiple settings to no avail.

View 1 Replies

Professional :: Disable Audio Compression In Publish Settings

Sep 13, 2011

I have MP3 files with finely-tuned compression from an audio app. If I use them in my Flash movie, and disable audio compression in "Publish Settings"... will Flash definitely not touch the files and use whatever MP3 compression settings the files have? Or... will flash convert them into raw audio?

View 1 Replies

Professional :: Best Settings When Exporting To SWF To Reach Widest Audience?

Oct 1, 2011

I am a 2D illustrator and am relatively new to Flash (and love it!) and want to add some simple Flash animations (using my illustration) to my portfolio website. But I am having issues when exporting to .swf - I have emailed on examples of work to friends and colleagues to view (and check) and most have trouble opening the .swf files. In fact most can't open them at all! Is this more to do with your average (probably a pc user) person not having an up to date Flash player or to do with my settings when exporting? How to best export to .swf to ensure the majority of people can open and play the file?

View 2 Replies

Professional :: Changing Flash Player In Publish Settings?

Nov 11, 2011

I am on mac and haven't upgraded my OS from 10.5 to 10.6 so when I upload a file creted in Flash CS5 it won't play because it needs the Latest flash player which uses 10.6 OS.So what I'm getting to is that can I go into "publish" settings and change the Flash player from 10.2 to an older version and then will this work.Also, which version should I change it to? For example sould I select Flash Player 5, 6, 7, 8, 9, 10 or 10.1?

View 3 Replies

Professional :: Changing Play Once / Loop And Single Frame Settings

Apr 22, 2009

I am working is CS3 and am experiencing problems changing the first frame on a graphic symbol. When I type in a new number it jumps back to the old one. When I try to change play once/loop/single frame setting it jumps back to the previous setting. I am trying to simply modify this on a keyframe in the symbol's layer on the main stage. I've experienced this on multiple occasions, but can't get the workaround this time. I know I can do what I am attempting. In fact, I do it at a couple of spots earlier in this symbol's instance without problems.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved