Flash swf inside Dll ? how to do it?

hello dear friends…

i’m stoopid…, i admit it…
my IQ is below average of most programmer (only 133)

i think i’m to stupid for being a programmer…
i kept stuck on flash actionscript, and again and again and again…

Okay…, since most of you are smarter than i do, you should help me to make an swf file locked inside a dll file…

and also help me to show the way so an swf file could load movies inside that Dll file…

so the Normal Swf file still be able to interact to flash files inside the library file (dll)…

This is a great chalenge for all of you (smart people)
since you interacting with me… (the stupid one)

you will need to explain things the way you explain to idiots, so i could understand what you’re talking about…

I know I shouldnt be so stupid…
But please…, understand…, this is the way GOD create me :stunned:

**If you dont know How to Help…

at least you could reply This Post and say : “[COLOR=“Blue”]i dont know[/COLOR]” Or say anything you want**

at least That will make me happy, for not being ignored :dog:

[COLOR=Blue]i dont know[/COLOR]

Kupluk, maybe a better question to ask is WHY you want to place a swf in a dll? What are you hoping to accomplish?

Also, don’t bash yourself too hard: everybody here had to start at the beginning, learning AS. Sure, some catch on quicker than others (I’m a slower one, for sure) but it’s a matter of patience and practice. It could be that what you’re trying to do is out of your reach right now, but as you learn Flash and AS, you’ll grasp it in time. :slight_smile:

Dude…, i love you so much…

actually, i would like to make an interactive CD ROM, wich Only able to be Opened By single Main / master Projector File…

i dont want the user to open those swf’s files separately…

i other word, i want to Protect My flash files by making it unreadable by flash player…

[COLOR=“Blue”]i dont know[/COLOR]

Hey…, i love you to :smiley:

I guess if you only rename the swf to dll or anything else (except to extensions that are loadable in flash, like mp3 or jpgs) and load it to the main movie, it should work. Or at least it worked for me. Another solution is if you want to hide your files:
-create a 3rd party tool which does some changes to the swf (like simply zips it and changes the extension by renaming)
-if you want to load the movie from the main swf, execute the tool which does a copy of the file unpacked
-use the unpacked swf in your movie
-delete unpacked swf, exit 3rd party tool

I’m not sure if it would work all the time, because of Flash’s security restrictions, and finding a temporary folder to unpack the files might work wrong as well - but still, this is prolly the only way

hope it helps

oh yeah and my IQ is less than 133 -.-

maybe you got a sleep when you take your IQ test… :p:

Bythe way…, Thanks for your response…, i’ll try it and see if it works :smiley: