Jump to content
Search Community

fauzihasnan

Members
  • Posts

    11
  • Joined

  • Last visited

fauzihasnan's Achievements

0

Reputation

  1. Alright, I have did ask you asked, and you are right, it is the code inside kitchen.swf that's making the whole thing shift its position. Hmm, but do you think there is a way, or a code for me to disable that part of the script that is preventing me from keeping the code at the middle? But again, thanks alot for the help in making me understand
  2. ok, i have simplified the codes and made sure that the files are in order. i'm loading the file 'kitchen.swf'. and kitchen.swf, is an external swf which i do not have the .fla of. hope the file i sent u would be more clear for u. https://www.dropbox.com/s/rcx8orthc9pl1wg/test.zip thanks!!!
  3. To make things easier for u to visualise, i've made a test file for u. called test.fla. on the file there is a button, when u click, it will load an SWF using a greensock SWFLoader. You can (command+f) it to fullscreen it. when u full screen it, everything will look normal normal. bt once i click on the button to load the SWF, the whole stage and swf just shifts to the left. you can download the file here: https://www.dropbox....u27x/test 2.zip thanks again!
  4. To make things easier for u to visualise, i've made a test file for u. called test.fla. on the file there is a button, when u click, it will load an SWF using a greensock SWFLoader. You can (command+f) it to fullscreen it. when u full screen it, everything will look normal normal. bt once i click on the button to load the SWF, the whole stage and swf just shifts to the left. you can download the file here: https://www.dropbox.com/s/ak4f68hfaflu27x/test%202.zip thanks again!
  5. ok, inside the zipped file are 3 pics to illustrate what i mean. All 3 pictures are fullscreen. Picture1 is, as u can see, normal, with the alignment just nice at the center. So is Picture2. On picture4, there's an swf which i loaded, using greensock SWFloader and as u can see, the whole stage just shifts to the left, i dont know why. hopefully you understand what i am talking about
  6. ok, inside the zipped file are 3 pics to illustrate what i mean. All 3 pictures are fullscreen. Picture1 is, as u can see, normal, with the alignment just nice at the center. So is Picture2. On picture4, there's an swf which i loaded, using greensock SWFloader and as u can see, the whole stage just shifts to the left, i dont know why. hopefully you understand what i am talking about
  7. Can someone tell me why is it that, when i loaded an external SWF using greensock's SWFLoader, and i (command+F) to make it full screen, the loader and the whole stage just shifts to the left and doesnt stay at the centre, whereas when I (command+f) on a page where there's no swfLoader, everything stays at the centre. Can anyone tell me how do i make it(the page with the SWFLoader) stay at the centre? I know it sounds easy to solve, but I'm not really that good when it comes to flash, so i dont really know how to solve it. Can someone help me??? I will really appreciate it.
  8. the link to my files are here. u can download off dropbox https://www.dropbox.com/s/it8gf2ogazyxtmm/flash.zip the total file is 1.8mb, it was too big so i couldnt attach it straight here:/ It would be awesome u could help me solve it. im such a noob at this. THANKS again!!!
  9. When I try to resize it, it doesn't show. It works fine like this ------ var loader:SWFLoader = new SWFLoader("livingroomout.swf", {container:this); //Load Swf loader.load(); { ----- but when I try to resize the swf, by adding the height and width properties, it doesn't appear at all ----- var loader:SWFLoader = new SWFLoader("livingroomout.swf", {container:this, width:300, height:300}); //Load Swf loader.load(); { ----- any help? pleasee???? im a noob at this
×
×
  • Create New...