| View previous topic :: View next topic |
| Author |
Message |
rogtay
Joined: 08 Feb 2007 Posts: 1
|
Posted: Thu Feb 08, 2007 8:21 am Post subject: |
|
|
How can I include flash files in the compiler?
Edited By rogtay on 1170922912 |
|
| Back to top |
|
 |
|
|
Oleg Tsheglov Site Admin
Joined: 13 Feb 2004 Posts: 309
|
Posted: Fri Feb 09, 2007 1:10 am Post subject: |
|
|
ActiveX controls like Adobe(Macromedia) Flash doesn't support pluggable protocols,
so it will not work after compilation. But you can show flash movies as external files. |
|
| Back to top |
|
 |
hugomax
Joined: 18 Sep 2007 Posts: 3
|
Posted: Tue Sep 18, 2007 3:03 pm Post subject: |
|
|
you mention showing flash movies as external files but can you be more specific.
I am trying to include a flash banner that I have made in my compilation, It will show the .swf file in my project only if its embed from an external website, but I can not get it to display the swf banner when viewing offline. I have included the swf file alongside the .exe in the same folder, and altered the code in the webpage to find it in images/file.swf. i have added *.swf within Direct Execution but the swf file will still not show in my project unless the user is viewing it from an external source but for this they need to be online which is what i am trying to avoid.
Many thanks |
|
| Back to top |
|
 |
support Site Admin
Joined: 13 Feb 2004 Posts: 146
|
Posted: Tue Sep 18, 2007 5:26 pm Post subject: |
|
|
| In some cases, browser will load Flash ActiveX control from Adobe(Macromedia) site. |
|
| Back to top |
|
 |
hugomax
Joined: 18 Sep 2007 Posts: 3
|
Posted: Tue Sep 18, 2007 5:34 pm Post subject: This is not really the answer I am after |
|
|
Can you please be more specific, Im grateful for you replying to my post but your answer does not help me as it is too vague.
I need to be aple to see the flash without having to be online.
can you further explain how I am able to do this using your program? You say about storing the .swf file in root file or within the subfolder, but it still wont work. either im missing your point or the program does not support this. |
|
| Back to top |
|
 |
support Site Admin
Joined: 13 Feb 2004 Posts: 146
|
Posted: Thu Sep 20, 2007 3:11 pm Post subject: |
|
|
| First of all, please check your browser's security settings. By default, IE will block all active content from local hard drive. |
|
| Back to top |
|
 |
hugomax
Joined: 18 Sep 2007 Posts: 3
|
Posted: Fri Sep 21, 2007 12:46 pm Post subject: still having problems |
|
|
Im still having the same problem even though I have adjusted my IE settings to allow active content.
What I have noticed is that its looking for the file putting http://website at the front like below example :
http://website/(myfile).swf
why is adding http://website/ before my file ??? im sure this is what is stopping it from linking to the file.
please advise if I am overlooking something.. hope you can help sort out the problem, as I say the program is great it does everything I want apart from show my .swf file offline which is fairly important.
Thanks |
|
| Back to top |
|
 |
|