Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Bluring

This is a discussion on Bluring within the Flash CS3 eng forums, part of the English Forums category; Hello, I am brand-brand new to flash. I love the Bluring program you did with flash. How do I ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Flash CS3 eng

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-11-07, 14:19
Junior Member
 
Join Date: Nov 2007
Location: Idaho
Posts: 11
Rep Power: 0
bodaddy is on a distinguished road
Bluring

Hello,
I am brand-brand new to flash. I love the Bluring program you did with flash.

How do I change the pictures? I doubled clicked in the scene area but could
not get a library to show me where I could replace the pictures with my own.

I also changed the pictures in the image folder and it still did not work.

Any help would be awesome
Thanks
bodaddy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 06-11-07, 14:28
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Bluring

Hi

Check the XML file. There are the url of images.
Change them.
Also, open the file LoadingXML.as and change the url of XML call.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-11-07, 15:06
Junior Member
 
Join Date: Nov 2007
Location: Idaho
Posts: 11
Rep Power: 0
bodaddy is on a distinguished road
Re: Bluring

I changed everything you said - now I am getting an error. What does it mean and how do I fix it.

Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://renavigatorshuntsville.com/flash/main.swf cannot load data from http://www.flepstudio.org/utilita/Bl...e/immagini.xml.
at LoadingXML/::loadXML()
at LoadingXML$iinit()
at Main/::init()
at Main$iinit()

Thanks :0)
Bodaddy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-11-07, 15:17
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Bluring

You are trying to load the xml from my domain.
Did you changed the url in LoadingXML file ?
If you did, re-publish the SWF.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-11-07, 15:22
Junior Member
 
Join Date: Nov 2007
Location: Idaho
Posts: 11
Rep Power: 0
bodaddy is on a distinguished road
Re: Bluring

I think I did it right // Se il file XML non è nella stessa cartella di main.fla, allora scrivere la giusta path/url
var request:URLRequest=new URLRequest('http://www.renavigatorshuntsville.com/flash/immagini.xml');

Here is the url of where the file is www.renavigatorshuntsville.com/flash/main.swf
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

photoFlow

  #6 (permalink)  
Old 06-11-07, 15:29
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Bluring

Here:
http://www.renavigatorshuntsville.co...h/immagini.xml

your XML:
HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<root>
	<immagini>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_0.jpg" descrizione=></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_1.jpg" descrizione=></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_2.jpg" descrizione=></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_3.jpg" descrizione=></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_4.jpg" descrizione="descrizione 5 scrivi quello che vuoi"></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_5.jpg" descrizione="descrizione 6 scrivi quello che vuoi"></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_6.jpg" descrizione="descrizione 7 scrivi quello che vuoi"></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_7.jpg" descrizione="descrizione 8 scrivi quello che vuoi"></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_8.jpg" descrizione="descrizione 9 scrivi quello che vuoi"></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_9.jpg" descrizione="descrizione 10 scrivi quello che vuoi"></img>
		<img url="images/img_10.jpg" descrizione="descrizione 11 scrivi quello che vuoi"></img>
		<img url="images/img_11.jpg" descrizione="descrizione 12 scrivi quello che vuoi"></img>
		<img url="images/img_12.jpg" descrizione="descrizione 13 scrivi quello che vuoi"></img>
		<img url="images/img_13.jpg" descrizione="descrizione 14 scrivi quello che vuoi"></img>
		<img url="images/img_14.jpg" descrizione="descrizione 15 scrivi quello che vuoi"></img>
		<img url="images/img_15.jpg" descrizione="descrizione 16 scrivi quello che vuoi"></img>
		<img url="images/img_16.jpg" descrizione="descrizione 17 scrivi quello che vuoi"></img>
		<img url="images/img_17.jpg" descrizione="descrizione 18 scrivi quello che vuoi"></img>
		<img url="images/img_18.jpg" descrizione="descrizione 19 scrivi quello che vuoi"></img>
		<img url="images/img_19.jpg" descrizione="descrizione 20 scrivi quello che vuoi"></img>
	</immagini>
</root>
has errors !

descrizione tag is empty. It must have at least " ". So the right XML is:
HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<root>
	<immagini>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_0.jpg" descrizione=""></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_1.jpg" descrizione=""></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_2.jpg" descrizione=""></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_3.jpg" descrizione=""></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_4.jpg" descrizione="descrizione 5 scrivi quello che vuoi"></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_5.jpg" descrizione="descrizione 6 scrivi quello che vuoi"></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_6.jpg" descrizione="descrizione 7 scrivi quello che vuoi"></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_7.jpg" descrizione="descrizione 8 scrivi quello che vuoi"></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_8.jpg" descrizione="descrizione 9 scrivi quello che vuoi"></img>
		<img url="http://www.renavigatorshuntsville.com/flash/images/img_9.jpg" descrizione="descrizione 10 scrivi quello che vuoi"></img>
		<img url="images/img_10.jpg" descrizione="descrizione 11 scrivi quello che vuoi"></img>
		<img url="images/img_11.jpg" descrizione="descrizione 12 scrivi quello che vuoi"></img>
		<img url="images/img_12.jpg" descrizione="descrizione 13 scrivi quello che vuoi"></img>
		<img url="images/img_13.jpg" descrizione="descrizione 14 scrivi quello che vuoi"></img>
		<img url="images/img_14.jpg" descrizione="descrizione 15 scrivi quello che vuoi"></img>
		<img url="images/img_15.jpg" descrizione="descrizione 16 scrivi quello che vuoi"></img>
		<img url="images/img_16.jpg" descrizione="descrizione 17 scrivi quello che vuoi"></img>
		<img url="images/img_17.jpg" descrizione="descrizione 18 scrivi quello che vuoi"></img>
		<img url="images/img_18.jpg" descrizione="descrizione 19 scrivi quello che vuoi"></img>
		<img url="images/img_19.jpg" descrizione="descrizione 20 scrivi quello che vuoi"></img>
	</immagini>
</root>
PS
descrizione = description

sorry for i did not translate it... time is a bit..
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-11-07, 16:08
Junior Member
 
Join Date: Nov 2007
Location: Idaho
Posts: 11
Rep Power: 0
bodaddy is on a distinguished road
Re: Bluring

Flep,
Hope this is the last time I have to bother you with this!

I changed everything and reloaded it. Here is the Error message I am getting

Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://renavigatorshuntsville.com/flash/main.swf cannot load data from http://www.flepstudio.org/utilita/Bl...e/immagini.xml.
at LoadingXML/::loadXML()
at LoadingXML$iinit()
at Main/::init()
at Main$iinit()

Here is where my files are Index of /flash

Again - thanks for your patience with me!!!
Bodaddy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-11-07, 16:15
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Bluring

Don't worry, you don't bother

immagini.xml and LoadingXML.as seem to be ok.
I think you did not re-publish the SWF and re-upload it to the server so it has the old data embedded
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 06-11-07, 16:25
Junior Member
 
Join Date: Nov 2007
Location: Idaho
Posts: 11
Rep Power: 0
bodaddy is on a distinguished road
Re: Bluring

Do I replubish the SWF by opening flash and clicking on publish or export?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-11-07, 16:35
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Bluring

Open the main.fla and CTRL+enter or file>publish and upload the new main.swf
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Bluring Slide - sostituire blur con alpha Eugene AIUTO utilità free 0 27-04-08 20:32
Bluring Slide Flep FlepStudio utilities 4 24-04-08 17:06
Bluring Slide Flep Utilità di FlepStudio 25 15-03-08 16:37
Bluring Slide alexbor1979 AIUTO utilità free 28 03-03-08 14:18


All times are GMT. The time now is 07:21.


Powered by vBulletin versione 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406