View Single Post
  #1 (permalink)  
Old Jul 22nd, 2006, 11:18
soumak soumak is offline
New Member
Join Date: Jul 2006
Location: india
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Please help with this flash code

Hi All,

I need your help. Let me explain the issue.

I am modifying a flash file (.fla). The .swf was made by some one else earlier and now I am making some changes to the flash my altering the .fla file for it. The strange problem is the when I open the .fla using Flash MMX 2004 and Test it there, I cant see a menu bar which is at the right. Even if I export the same .fla to .swf, still that menu bar doesn't appear.

I am getting the following error when I clicked on Control --> Test Movie in Flash MMX (the rest of the animation is working except the texts on the menu bar):

**Error** Symbol=button_name1, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances
on (release) {
Total ActionScript Errors: 1 Reported Errors: 1
Error opening URL "file:///D|/Job/tts%5Fwebsite/tts%5Fwebsite/flash%20files/xxxxx_main.html"
Error opening URL "file:///D|/Job/tts%5Fwebsite/tts%5Fwebsite/flash%20files/xxxxx_foto2.jpg"
Error opening URL "file:///D|/Job/tts%5Fwebsite/tts%5Fwebsite/flash%20files/xxxxx_foto2.jpg"
Error opening URL "file:///D|/Job/tts%5Fwebsite/tts%5Fwebsite/flash%20files/xxxxx_logo.jpg"
Error opening URL "file:///D|/Job/tts%5Fwebsite/tts%5Fwebsite/flash%20files/xxxxx_logo.jpg"
Error opening URL "file:///D|/Job/tts%5Fwebsite/tts%5Fwebsite/flash%20files/xxxxx_foto1.jpg"
Error opening URL "file:///D|/Job/tts%5Fwebsite/tts%5Fwebsite/flash%20files/xxxxx_foto2.jpg"
Error opening URL "file:///D|/Job/tts%5Fwebsite/tts%5Fwebsite/flash%20files/xxxxx_foto2.jpg"

There is a menu bar at the right of the flash which is not apearing (to be more accurate, the texts are not appearing)

I searched with 'xxxxx' in the flash code (movie explorer) and got this in Actions for Frame 1:
url="xxxxx";
loadVariablesNum(url + "_main.html",0);

There are also two other Symbol defination(s) which containes 'xxxxx':
Under homepage_mc, its showing xxxxx_pic2.jpg and xxxxx_pic1b.jpg

Under Tween 2, its showing xxxxx_foto2.jpg

Please tell me what is wrong. Needs urgent help from you all experts

Last edited by soumak; Jul 22nd, 2006 at 11:21.
Reply With Quote