how to solve Adobe flash player security warning error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
successfully i created my movie using flash cs4 and i publish the file through flash 8 .In my application i had registration form .if i directly run the movie (cntrl + enter)it working fine and update the mysql db properly.But if i run the same movie by click the SWF file i get the following error pop up box
Adobe Flash Player has stopped a potentially unsafe operation
The following local application on
your computer or network
D:newcopy.swf is trying to
communicate with this Internet-enabled
location: localhost
To let this application communicate
with the internet , click Setting You
must restart the application after
changing your settings,
then i click the settings button ,it will automatically redirected me to the URL
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html
In that page i did all the steps, but again and again i receive the same error while i run the swf file please give some ideas how to set my swf file as trusted one .
flash
add a comment |
successfully i created my movie using flash cs4 and i publish the file through flash 8 .In my application i had registration form .if i directly run the movie (cntrl + enter)it working fine and update the mysql db properly.But if i run the same movie by click the SWF file i get the following error pop up box
Adobe Flash Player has stopped a potentially unsafe operation
The following local application on
your computer or network
D:newcopy.swf is trying to
communicate with this Internet-enabled
location: localhost
To let this application communicate
with the internet , click Setting You
must restart the application after
changing your settings,
then i click the settings button ,it will automatically redirected me to the URL
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html
In that page i did all the steps, but again and again i receive the same error while i run the swf file please give some ideas how to set my swf file as trusted one .
flash
Are you working on a Desktop AIR project?
– midhunhk
Jun 1 '11 at 11:23
Thank you for you time..., i solve the error i did mistake in the url. the url is - > D:newcopy of file.swf but if i browse through the ADD Location link it take the URL like this D:newcopy%20of%20file.swf now i add the url manully now it works. thanks
– Kannan
Jun 1 '11 at 11:41
add a comment |
successfully i created my movie using flash cs4 and i publish the file through flash 8 .In my application i had registration form .if i directly run the movie (cntrl + enter)it working fine and update the mysql db properly.But if i run the same movie by click the SWF file i get the following error pop up box
Adobe Flash Player has stopped a potentially unsafe operation
The following local application on
your computer or network
D:newcopy.swf is trying to
communicate with this Internet-enabled
location: localhost
To let this application communicate
with the internet , click Setting You
must restart the application after
changing your settings,
then i click the settings button ,it will automatically redirected me to the URL
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html
In that page i did all the steps, but again and again i receive the same error while i run the swf file please give some ideas how to set my swf file as trusted one .
flash
successfully i created my movie using flash cs4 and i publish the file through flash 8 .In my application i had registration form .if i directly run the movie (cntrl + enter)it working fine and update the mysql db properly.But if i run the same movie by click the SWF file i get the following error pop up box
Adobe Flash Player has stopped a potentially unsafe operation
The following local application on
your computer or network
D:newcopy.swf is trying to
communicate with this Internet-enabled
location: localhost
To let this application communicate
with the internet , click Setting You
must restart the application after
changing your settings,
then i click the settings button ,it will automatically redirected me to the URL
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html
In that page i did all the steps, but again and again i receive the same error while i run the swf file please give some ideas how to set my swf file as trusted one .
flash
flash
asked Jun 1 '11 at 11:20
KannanKannan
19129
19129
Are you working on a Desktop AIR project?
– midhunhk
Jun 1 '11 at 11:23
Thank you for you time..., i solve the error i did mistake in the url. the url is - > D:newcopy of file.swf but if i browse through the ADD Location link it take the URL like this D:newcopy%20of%20file.swf now i add the url manully now it works. thanks
– Kannan
Jun 1 '11 at 11:41
add a comment |
Are you working on a Desktop AIR project?
– midhunhk
Jun 1 '11 at 11:23
Thank you for you time..., i solve the error i did mistake in the url. the url is - > D:newcopy of file.swf but if i browse through the ADD Location link it take the URL like this D:newcopy%20of%20file.swf now i add the url manully now it works. thanks
– Kannan
Jun 1 '11 at 11:41
Are you working on a Desktop AIR project?
– midhunhk
Jun 1 '11 at 11:23
Are you working on a Desktop AIR project?
– midhunhk
Jun 1 '11 at 11:23
Thank you for you time..., i solve the error i did mistake in the url. the url is - > D:newcopy of file.swf but if i browse through the ADD Location link it take the URL like this D:newcopy%20of%20file.swf now i add the url manully now it works. thanks
– Kannan
Jun 1 '11 at 11:41
Thank you for you time..., i solve the error i did mistake in the url. the url is - > D:newcopy of file.swf but if i browse through the ADD Location link it take the URL like this D:newcopy%20of%20file.swf now i add the url manully now it works. thanks
– Kannan
Jun 1 '11 at 11:41
add a comment |
3 Answers
3
active
oldest
votes
If you want local access right you have to publish your SWF as an AIR project, or to run it from a webserver, not directly from the file system.
The reason while it works in the Flash IDE when pressing Ctrl+Enter is because in that case these security limitations are lifted to make it easier to test, but that's the exception not the rule :)
Thank you for you reply , could you please tell me how to i publish my file as AIR Project.
– Kannan
Jun 1 '11 at 11:30
Sure, it's as simple as changing the target in Publish settings, for more info check out this video tutorial: youtube.com/watch?v=BZdEKqjLmhI
– dain
Jun 1 '11 at 11:36
yeah, sand box while testing from the IDE.
– midhunhk
Jun 1 '11 at 11:43
add a comment |
If you want to make the SWF file trusted you can create a .cfg file with the path to the file or directory containing it, and place the file inside the local or global FlashPlayerTrust folder. You can read some info on Adobe's site, or googling around, eg: here.
There are two things to take into account:
- This must be done in user's computer.
- This can be done only with local SWFs, not online.
add a comment |
i was also looking to solve this issue as i also had it.
after fiddling with it for AGESS i came across this piece of code int he dreamweaver websitre source code (not in any scripts or anything ike that):
<param name="movie" value="../Flash/Flash1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="15.0.0.0" />
Then i look closer into
<param name="swfversion" value="15.0.0.0" />
Note the version 15?
i changed it to 11.0.0.0
EVERYTHING WORKED FINE FOR ME?
Does anyone know why. originally i thought i was flash version (mines is 11) hence why i changed it to 11.0.0.0 . but maybe it isnt
this is how is solved the issue anyway. let me know if it works for you
thanks
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f6200317%2fhow-to-solve-adobe-flash-player-security-warning-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you want local access right you have to publish your SWF as an AIR project, or to run it from a webserver, not directly from the file system.
The reason while it works in the Flash IDE when pressing Ctrl+Enter is because in that case these security limitations are lifted to make it easier to test, but that's the exception not the rule :)
Thank you for you reply , could you please tell me how to i publish my file as AIR Project.
– Kannan
Jun 1 '11 at 11:30
Sure, it's as simple as changing the target in Publish settings, for more info check out this video tutorial: youtube.com/watch?v=BZdEKqjLmhI
– dain
Jun 1 '11 at 11:36
yeah, sand box while testing from the IDE.
– midhunhk
Jun 1 '11 at 11:43
add a comment |
If you want local access right you have to publish your SWF as an AIR project, or to run it from a webserver, not directly from the file system.
The reason while it works in the Flash IDE when pressing Ctrl+Enter is because in that case these security limitations are lifted to make it easier to test, but that's the exception not the rule :)
Thank you for you reply , could you please tell me how to i publish my file as AIR Project.
– Kannan
Jun 1 '11 at 11:30
Sure, it's as simple as changing the target in Publish settings, for more info check out this video tutorial: youtube.com/watch?v=BZdEKqjLmhI
– dain
Jun 1 '11 at 11:36
yeah, sand box while testing from the IDE.
– midhunhk
Jun 1 '11 at 11:43
add a comment |
If you want local access right you have to publish your SWF as an AIR project, or to run it from a webserver, not directly from the file system.
The reason while it works in the Flash IDE when pressing Ctrl+Enter is because in that case these security limitations are lifted to make it easier to test, but that's the exception not the rule :)
If you want local access right you have to publish your SWF as an AIR project, or to run it from a webserver, not directly from the file system.
The reason while it works in the Flash IDE when pressing Ctrl+Enter is because in that case these security limitations are lifted to make it easier to test, but that's the exception not the rule :)
answered Jun 1 '11 at 11:26
daindain
5,56312741
5,56312741
Thank you for you reply , could you please tell me how to i publish my file as AIR Project.
– Kannan
Jun 1 '11 at 11:30
Sure, it's as simple as changing the target in Publish settings, for more info check out this video tutorial: youtube.com/watch?v=BZdEKqjLmhI
– dain
Jun 1 '11 at 11:36
yeah, sand box while testing from the IDE.
– midhunhk
Jun 1 '11 at 11:43
add a comment |
Thank you for you reply , could you please tell me how to i publish my file as AIR Project.
– Kannan
Jun 1 '11 at 11:30
Sure, it's as simple as changing the target in Publish settings, for more info check out this video tutorial: youtube.com/watch?v=BZdEKqjLmhI
– dain
Jun 1 '11 at 11:36
yeah, sand box while testing from the IDE.
– midhunhk
Jun 1 '11 at 11:43
Thank you for you reply , could you please tell me how to i publish my file as AIR Project.
– Kannan
Jun 1 '11 at 11:30
Thank you for you reply , could you please tell me how to i publish my file as AIR Project.
– Kannan
Jun 1 '11 at 11:30
Sure, it's as simple as changing the target in Publish settings, for more info check out this video tutorial: youtube.com/watch?v=BZdEKqjLmhI
– dain
Jun 1 '11 at 11:36
Sure, it's as simple as changing the target in Publish settings, for more info check out this video tutorial: youtube.com/watch?v=BZdEKqjLmhI
– dain
Jun 1 '11 at 11:36
yeah, sand box while testing from the IDE.
– midhunhk
Jun 1 '11 at 11:43
yeah, sand box while testing from the IDE.
– midhunhk
Jun 1 '11 at 11:43
add a comment |
If you want to make the SWF file trusted you can create a .cfg file with the path to the file or directory containing it, and place the file inside the local or global FlashPlayerTrust folder. You can read some info on Adobe's site, or googling around, eg: here.
There are two things to take into account:
- This must be done in user's computer.
- This can be done only with local SWFs, not online.
add a comment |
If you want to make the SWF file trusted you can create a .cfg file with the path to the file or directory containing it, and place the file inside the local or global FlashPlayerTrust folder. You can read some info on Adobe's site, or googling around, eg: here.
There are two things to take into account:
- This must be done in user's computer.
- This can be done only with local SWFs, not online.
add a comment |
If you want to make the SWF file trusted you can create a .cfg file with the path to the file or directory containing it, and place the file inside the local or global FlashPlayerTrust folder. You can read some info on Adobe's site, or googling around, eg: here.
There are two things to take into account:
- This must be done in user's computer.
- This can be done only with local SWFs, not online.
If you want to make the SWF file trusted you can create a .cfg file with the path to the file or directory containing it, and place the file inside the local or global FlashPlayerTrust folder. You can read some info on Adobe's site, or googling around, eg: here.
There are two things to take into account:
- This must be done in user's computer.
- This can be done only with local SWFs, not online.
answered Jun 1 '11 at 12:42
NeverbirthNeverbirth
926618
926618
add a comment |
add a comment |
i was also looking to solve this issue as i also had it.
after fiddling with it for AGESS i came across this piece of code int he dreamweaver websitre source code (not in any scripts or anything ike that):
<param name="movie" value="../Flash/Flash1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="15.0.0.0" />
Then i look closer into
<param name="swfversion" value="15.0.0.0" />
Note the version 15?
i changed it to 11.0.0.0
EVERYTHING WORKED FINE FOR ME?
Does anyone know why. originally i thought i was flash version (mines is 11) hence why i changed it to 11.0.0.0 . but maybe it isnt
this is how is solved the issue anyway. let me know if it works for you
thanks
add a comment |
i was also looking to solve this issue as i also had it.
after fiddling with it for AGESS i came across this piece of code int he dreamweaver websitre source code (not in any scripts or anything ike that):
<param name="movie" value="../Flash/Flash1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="15.0.0.0" />
Then i look closer into
<param name="swfversion" value="15.0.0.0" />
Note the version 15?
i changed it to 11.0.0.0
EVERYTHING WORKED FINE FOR ME?
Does anyone know why. originally i thought i was flash version (mines is 11) hence why i changed it to 11.0.0.0 . but maybe it isnt
this is how is solved the issue anyway. let me know if it works for you
thanks
add a comment |
i was also looking to solve this issue as i also had it.
after fiddling with it for AGESS i came across this piece of code int he dreamweaver websitre source code (not in any scripts or anything ike that):
<param name="movie" value="../Flash/Flash1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="15.0.0.0" />
Then i look closer into
<param name="swfversion" value="15.0.0.0" />
Note the version 15?
i changed it to 11.0.0.0
EVERYTHING WORKED FINE FOR ME?
Does anyone know why. originally i thought i was flash version (mines is 11) hence why i changed it to 11.0.0.0 . but maybe it isnt
this is how is solved the issue anyway. let me know if it works for you
thanks
i was also looking to solve this issue as i also had it.
after fiddling with it for AGESS i came across this piece of code int he dreamweaver websitre source code (not in any scripts or anything ike that):
<param name="movie" value="../Flash/Flash1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="15.0.0.0" />
Then i look closer into
<param name="swfversion" value="15.0.0.0" />
Note the version 15?
i changed it to 11.0.0.0
EVERYTHING WORKED FINE FOR ME?
Does anyone know why. originally i thought i was flash version (mines is 11) hence why i changed it to 11.0.0.0 . but maybe it isnt
this is how is solved the issue anyway. let me know if it works for you
thanks
answered Oct 30 '13 at 16:50
x iHarpzZx iHarpzZ
71314
71314
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f6200317%2fhow-to-solve-adobe-flash-player-security-warning-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you working on a Desktop AIR project?
– midhunhk
Jun 1 '11 at 11:23
Thank you for you time..., i solve the error i did mistake in the url. the url is - > D:newcopy of file.swf but if i browse through the ADD Location link it take the URL like this D:newcopy%20of%20file.swf now i add the url manully now it works. thanks
– Kannan
Jun 1 '11 at 11:41